Xojo Live Tutorial
Hi All, I am a long time Xojo user and I have seen that there are several new folks here who have a lot of questions. I am willing to do a live / interactive tutorial this Saturday morning 8:00AM to...
View ArticleCrypto.HMAC differences MacOS/Windows
Hi All, So, I’m making some minor adjustments to an application that was written (and being maintained) in XOJO 2021 r3.1. The app is basically a semi-custom MFA UI for a 3rd party service. It...
View ArticleConsole App - Setting a target for debug?
Hello all, I am working on a console app, developing on a Windows 10 machine. I need to check something in my app that only runs when compiled to Linux (Target Linux). Is there a way to use a Pragma...
View ArticleAs New FolderItem vs As FolderItem
(topic deleted by author) 1 post - 1 participant Read full topic
View ArticleDate from string
i would like to store a birthdate in mysql. if the user enters the birthdate in a text field as mm/dd/year, can that be converted to a datetime? 2 posts - 2 participants Read full topic
View ArticleXOJO and Turso
Hi, has anybody used Turso with XOJO? Turso Turso — SQLite for Production Turso is SQLite for production: great developer experience and efficiency with essential quality of life improvements for...
View ArticleWhat is the correct font name to use for Dejavu?
I have a Xojo Cloud web app and am playing around with the different fonts that are now included in the Fonts folder. What is the correct FontName for Dejavu? I tried each of the following, but none...
View ArticlePopUps gegenseitig leeren
Ich habe mehrere PopUps die jeweils eine Suche via Event SelectionChanged ausführen. Ich möchte nun, dass die Auswahl eines PopUps gleichzeitig die anderen leert. Da aber das Leeren der anderen PopUps...
View ArticleWebListbox ScrollTo Incorrect With Variable Height Rows
See attached sample project. When using a WebListBoxCellRenderer to add multi-line data into a WebListBox, the WebListBox Class’ built-in ScrollTo method doesn’t scroll to the passed row. It seems to...
View ArticleReplaceAll too slow
Is there a better way to write this code. It works fine but is extremely slow when processing large sets of data. Function removeIllegalCharacters(name as string) dim arrIllegal() as string = array...
View ArticleFolder Item From A File Name
I need to create a folderItem for a file passed to my program via the command line. It is an existing file so I need code to specify the file using jus the file name so I can then read the data in....
View ArticleError in Example Project
Hi All, If I get an error running an example project that I have made changes I assume I just open up a Feedback Request, right? Thanks. 3 posts - 2 participants Read full topic
View ArticleForeground to background contrast ratio, Google Play Store accessibility issues
I am trying to publish my App on the Play Store and I have a problem that I don’t think I can solve with Xojo. Basically the MobileTextField is displayed with the border of a too low contrast compared...
View ArticleArrays are resetted after calling SendSync with URLConnection
Hello! I need some help as I’m truly unable to understand what’s going on here… I have a Thread sub class that saves images stored in an array and uploads them to a CDN giving them a proper name. In a...
View ArticleSheetWindows and Global Floating Windows
Using macOS 14.4 with Xojo 2024r2.1 API2 I cannot seem to get a sheet window to attach to its parent when called with ShowModal(self). It will always attach to a global floating window that happens to...
View ArticleSpecify Screen to go to in back button
Anyway to accomplish this: Screen A Goes to Screen B Screen B Goes to Screen C Screen C Goes to Screen D want back button on Screen D to go back to Screen A Thanks 7 posts - 4 participants Read full...
View ArticleSqlite Hochkomma im Pfad
Hallo Freunde! Wie kann ich einen Pfad mit einem Hochkomma in Sqlite sauber speichern? Liebe Güsse Micha D. 3 posts - 3 participants Read full topic
View ArticleScatter chart example needed
Does anyone have a worked example of producing a scatter chart (from X-Y data)? 4 posts - 3 participants Read full topic
View ArticleXojo2024R2.1: WebListBox - how to set fonts in App header
I hope this is easy for experts who want to help me. When I use this code in Opening event of the WebListBox control: Me.style.value("font-family") = "Roboto Condensed, sans-serif"...
View ArticleHow do I hide the dock and menu completely
Hi there. Quick question… just like my last one (ha ha). I am trying to have a complete full screen. No menu bar, no dock. When I set the window menubar to NONE, and in the app set the menubar to NIL...
View Article