Compile error with empty class
I get this error in a web project. I have not changed anything in the session object since the last compilation. But now the error appears. I also don’t see where I could change Session.Name. So, I...
View ArticleWeb App reload
Hello, Maybe someone had run into this problem. I am trying to run a web app on a Samsung tablet. When it gets to the login page and I click on the user name, the onscreen keyboard comes up but then...
View ArticleCan Anybody Share The Proper use of Overflowed Event?
Hello everyone Can anyone show the proper way to handle / use the Overflow event with Flex Layout for container controls embedded in a web view? It never seems to trigger in my web application even...
View ArticleWebSDK Callback example missing from Examples
While the “Callback Example.xojo_binary_project” is available in the Extras > WebSDK > Examples folder, this very useful project is missing from Xojo’s Examples (2023r4) 5 posts - 3 participants...
View ArticleXojo 2023r4: WebTextField.SetFocus behavior
This is web app, I have web page with few web containers that have their sets of controls. When user clicks on New toolbar button I want to enable a particular web text field on the first web...
View ArticleXojo 2023r4: WebTextField order number aka TabIndex
I am trying to set the order of tabbing on the web page. I don’t see how I can explicitly set the tab order number in the IDE. I do see in documentation that TabIndex can be set through the code such...
View ArticleListbox - HeaderAt
When I set the headings in the listbox, only the first 5 columns and the last one are displayed. Why? The code: ListBoxItemsServer.ColumnWidths = "30,80,80,80,80,80,80,80,80,80,80"...
View ArticleWhere can I get a list of supported function for iOS and Android?
Hello all, Can anyone advise where to get a list of supported functions/features for iOS and Android? There are certain functions that I will need in an upcoming app (like internet access, Blue Tooth...
View ArticleStop Sleep / Screen Dim Mac
Hello, it possible to call a code to stop the mac from sleeping within a window (ie a checkbox value), but more specifically, will this stop the screen from dimming? And then another code to return...
View ArticleCurious what font does everyone like for coding?
Hello All, Somehow I lost of my IDE setting, so now I have to set the font and size for coding. I am curious what font and size everyone likes to use. Thanks, Tim 13 posts - 12 participants Read full...
View ArticleUIImagePickerController - wrong orientation
If I select an image using UIImagePickerController, sometimes what I get back is in the wrong orientation. In 2021 this was asked, and the response was [Greg O’Lone] it’s not actually. the problem is...
View ArticleText von Label zur Laufzeit per Mausklick ändern
Hallo zusammen, ich habe vor, in bestimmten Bereichen per Mausklick die Bezeichnung von Label und Buttons durch eine andere Sprache zu ändern. Ich habe mal ein Beispiel angehängt. Ich dachte, dass der...
View ArticleUnable to install APK on the emulator
My customer installed Android Studio and went through all the steps. But the emulator didn’t work. We setup a new emulator today to fix this. Still we see this error in Xojo: Unable to install APK on...
View ArticleChart: Two separate Y axis scales?
Can Xoxo charts have two separate scales for the Y axis? My charts include two data sets with very different maximum values. One ranges up to 10,000 and the other ranges up to 100% 7 posts - 3...
View ArticleChart: How to preserve Enable/Disable dataset state?
I’d like to preserve enabled/disabled state of each dataset as I redraw a chart. Is there any way to get and set the enabled state for each dataset? My charts have two datasets, and by clicking on the...
View ArticleBack to top button
Hello all, first post here. I’m trying to implement a Back to top button for Xojo Web. Is there a quick hack for that? I’ve created one with a WebContainer (it’s working) but Its static position...
View ArticleIDE Communicator - getting started
With Xojo 2021r2.1 and MacOS Ventura 13.13 I’m unable to connect using the “IDE Communicator - Tester” example app. There is no “XojoIDE” item in /private/tmp - maybe Ventura prevents 2021r2.1 from...
View ArticleDesktopDateTimePicker
A DateChanged event seems to be fired when MinimumDate and/or MaximumDate are set. Is Minimum/MaximumDate not a setting that only limits the selection range of a date in the calendar? 3 posts - 2...
View ArticleAddTransition
Hi all, Has anyone played around with animation in Web2.0? I have four objects that I want to animate, one after the other. Using: <control1>.Style.AddTransition("<property>",...
View ArticleClassname upside down
I’ve seen this multiple times now, after changing the super of an class. After pressing return i get the correct classname back. How does that happen, or why? 7 posts - 4 participants Read full topic
View Article