Xojo 2024r3 ContextualMenu etc
I have - now - working code. But, RowFromXY() gave wrong Column result (when tested). I wasted most of my night on that, creating a brand new project. And this is not the only discrepency I fall into:...
View ArticleSaving the DesktopListBox contents with Listbox.AllRows, Listbox.AllColumns
Because Listbox.AllRows, Listbox.AllColumns does not works on the current Xojo (2024r3), I had to code it like you can read below: with imbricated loops instead of using a single line. The other...
View ArticleIs the 'new' DesktopListBox super powered?
Besides renaming of events and stuff, is there a principal performance or functionality difference of the new DesktopListBox. Trying to determine if it’s worthwhile to convert complicated code from...
View ArticleAdd SSH Tunnel in framework
I would like to be able to create a SSH tunnel in my desktop app to reach the database on my xojo cloud server. Please look at adding this ability to the framework. 6 posts - 4 participants Read full...
View ArticleLocalization for Database Column Names
I want to use the column names from a database table to be displayed as a header of a ListBox. This works fine with the following statement: MyListBox.HeaderAt(i) = rs.ColumnAt(i).Name How can I...
View ArticleWeb app may be disconnecting users. Memory leaks?
Web app hosted on Xojo Cloud. Running 2024 R1 I had some users report the web app going unresponsive for a short period and then sometimes disconnecting them, returning them back to the login page....
View ArticleSelecting Drives
I am a listbox that displays the drives connected to Mac computer. I have the code so that it will check any folder and all subfolders below the main Drive level. However, I want the same action to...
View ArticleOpen source: SurveyThread - A multi-threaded File System survey engine
If you ever need to perform a recursive search over a tree on the filesystem, here’s something to help you not re-invent the wheel. Find it on GitHub! Multithreaded: It is a subclass of Thread. It...
View ArticleText indents in MobileTextArea
Hi Would like to know if anyone has set a text indent to a MobileTextArea? Any suggestions would be awesome. thanks mich 1 post - 1 participant Read full topic
View ArticleWeb App label printing
Is there an (easy, best, built-in) to print to a label printer from a Web App? This Web App needs to send a print job to a locally attached Dymo label printer. The user can’t install any ‘helper’ apps...
View ArticleScrollWheel - can we tell apart a mouse and trackpad?
Using a trackpad, I can make two finger drag scroll left/right or up/down WIth a keyboard qualifier , I can make zoom work with the scrollwheel. I have a customer who wants to make the scrollwheel...
View ArticleMessaging sample app similar to Whatsapp message model
Hello guys, Is there a way to have a listbox show messages similar to the way how it is shown in Whatsapp Web ? if yes, any example or ideas on how to achieve that ? Thanks a lot. 3 posts - 2...
View ArticleForcing a UI pause during execution
Is there a way I can make Xojo pause for a few seconds during code execution? A client can’t believe that the code can do three things in succession so quickly, and I want to put a series of messages...
View ArticleHow do I get the Record from a TABLE
In a TABLE, I have (and will never have more than) one Record. How do I access to it ? MyRowSet = db.SelectSQL("SELECT * FROM Header") seems to be the actual way to get a RowSet, but MyRowSet holds… a...
View ArticleCustom mobile table cell accessory icon
Hi all I have a custom cell in a MobileTable on iOS and I want to add a custom icon for the checkmark accessory. Is this possible? if not, what’s the best way to add a custom checkmark image to the...
View ArticleRun disabled for iOS application
Good morning (o; Having Xojo 2024r3 here with a Lite license. As I understood it should be possible to at least run an iOS application in simulator, but Run/Build icons are grayed out. Command line...
View ArticleMy windows app not recording audio when installed
Hi there - my app records audio well… It uses portaudioMBS. It works great in uncompiled and in the folder it compiles to (I am using the VLC library for playback). It records then shows a waveform...
View ArticleXojo1BRC (Xojo One Billion Row Challenge)
Now that 2024R3 is out and supports Preemptive threading, I thought it might be fun to try our skill at the 1BRC (One Billion Row Challenge). From the official 1BRC.Dev site Your mission, should you...
View ArticleSearching for controls
XOJO 2021r1.1 - Windows 11 Is it possible to itterate trought all the controls contained in a TabPanel ? In a Window I have found the solution, but I would like to do the same thing for a TabPanel....
View ArticleIs possible intercept back button and execute code?
in the blog page blog.xojo.com Web Tip: Blocking the Back Button – Xojo Programming Blog we can see how to block back button action of browser, and it is ok, but i would like intercept this evet (back...
View Article