Xojo cloud new user hosting MySQL
I have programmed with RealBasic and then xojo previously. Its probably been at least 8-10 yrs, I have need to restart my work. It seems like xojo cloud is the best place to deploy a web app. I used...
View ArticleInvalid JSON response in web listbox
Ok, I lost a day on this already. Trying to find out what was wrong with a query in my web app. I get a rowset, and iterate it into a string array, and add a row. Works in the first session I try on...
View ArticleMac Widgets
On MacOS, there are widgets that reside on our desktops. They’re those useful little things that can help us to see what’s going on. I wonder if any MacOS gurus know how to create a Widget. I know a...
View ArticleBackground Paint in WebListBox
Hi, Exploring porting a desktop app to web. I use the Background Paint Event in the desktop listbox to achieve a bar graph as in the sample below. I see this event is not available in web listbox....
View Article64-bit Version of App hides the windows toolbar
I created a 32-bit app to return info about the machine, it runs fine although I notice the Windows Toolbar at the bottom of the screen disappears while the program is running. The Toolbar returns...
View ArticleWhat's the pro/con of API 2?
What are the basic advantages and drawbacks to API 2? 14 posts - 11 participants Read full topic
View ArticleAnleitung online
Hallo zusammen, für mein Helpfile würde ich gerne auf ein Online-System zurückgreifen, mit welchem ich über ein Backend die Anleitung verändern kann. Ähnlich wie ein WordPress, aber eben am liebsten...
View ArticleCopy weblistbox to PDF
Hi All I have a listbox on a webpage which is populated and I’m looking to create a copy of it to pdf as a web file. I can ‘draw’ the listbox line by line and populate the results from the weblistbox...
View ArticleConvert old application to use iOSTableDataSource
I try to convert an ‘old’ iOS example (using AddRow(section, value)) to an application based on the use of iOSTableDataSource. I have two sections. The section titles are displayed well but all names...
View ArticleOne dimensional string array to comma separated string
Is there a function in Xojo that converts one dimensional array to string of values separated with comma? 3 posts - 2 participants Read full topic
View ArticleOrder listbox columns
Hi group, I have a listbox, loaded with data in ascending order… I thought that once the data was loaded, by clicking on a column, the data would be sorted in ascending or descending order. If I click...
View ArticleWebButton pressed state is sticky?
After upgrading my Web project to 2024R2.1, I’m noticing something odd when using on mobile or tablet. It appears the bug is that if a use clicks a WebButton, the button shows the pressed state...
View ArticleHow to get TimeZone from an IP?
Hello all, I need to create an offset to GMT. Is there a way to get the time zone, from an IP? If so how? Any alternatives? Thanks, Tim 4 posts - 3 participants Read full topic
View ArticleWeb: Disable Pull-to-refresh
Is there a way to disable the “pull to refresh” feature in most major browsers? I find that on my iPhone or iPad, in a Xojo web app, if I aggressively scroll down on the screen, the Safari browser...
View ArticleErrors.log
I have a web app on AWS LightSail. In my application folder, next to the app executable, there is a file called errors.log. It has many entries that look like emails from various people such as:...
View ArticleLaunch application from URL
Good morning (o; This was last asked around 10 years ago…so maybe there is a solution now that doesn’t require an expensive plugin (o; Can I launch my application from an URL like...
View ArticleGetting file kind as shown in there Finder?
Hi, how can I obtain the file kind info as shown in the ‘Kind’ column in the Finder? Anyone? Thanks! 16 posts - 7 participants Read full topic
View ArticleBluetooth detection on iOS
Is it possible to detect if bluetooth is turned off? Also my app requests use of Bluetooth, but I’m not sure how to determine if it’s been permitted or not. Is there a way to do this? 3 posts - 2...
View ArticleTesting Xojo web on my own computer
Hello there, I’m testing Xojo Web. I made a simple apps that’s run on my computer. How can I access to my app from another computer via the world wild ? Did I need something to configure to open my...
View ArticleDetecting browser Zoom change
Testing my app on mobile safari, if the user rotates the device, then the WebPage.Resized event fires and I can re-layout my webPage in a responsive way. However, if the user simply clicks the browser...
View Article