I had a strange meeting earlier today: Inconsistentcy
I started to add a string to the header, then in a loop, I populated the DesktopListBox. I get tons of errors. Since the AddRowAt error was obvious, I removed the error there (after reading the...
View ArticleI have a WARNING
Hello group, for the first time I am about to create the executable of my program because I received the license. I tried to analyze the program and I got this WARNING !!...
View ArticleI do not found a LongTime or Time Property in DateTime
I need to write the hour, minute, seconds and I used to use LongTime (I think). I searched, searched, but found nothing. Must we build our own values now ? 5 posts - 4 participants Read full topic
View ArticleDeskTopListbox image from URL
Good afternoon (o; I have a DesktopListBox where I want to display online shop visitors. Now getting the data via REST API is no issue. Now what is the best method to paint an image from URL in the...
View ArticleProcessing visible rows of a ListBox
I have a listbox with a couple thousand rows and I want to do additional processing on only the visible rows. Using ScrollPosition, Height and RowHeight, I can determine which rows are visible. Is...
View ArticlePreemptive Threads and Listboxes Don't Play Nice
I’m seeing an issues where when I am running multiple preemptive threads and then doing paints in a listbox (main thread mind you), I get ThreadAccessingUI exceptions thrown. NONE of my threads are...
View ArticleHow to have button draw on canvas?
I want to have the button pressed event draw on the canvas using “g.DrawRectangle(50, 50, 100, 100)”. The “g” item does not exist for the button. Please show a simple example to do this. I have looked...
View ArticlePlace the controls on the (Android) screen using the code (v.2)
Hi! I didn’t realize about this matter on the blog. I arrive alsto to the same (as one of solutions given in -not my previous- post) So, using a MobileContanier control I resized/changed its position...
View ArticleHow to connect Xojo Windows Desktop to an Oracle Autonomous Database with a...
Help please. I need to connect from Xojo Windows Desktop version 2024 Release 3.1 to an Oracle Autonomous Database with a wallet. I already added the OraclePlugin.xojo_plugin but haven’t found a way...
View ArticleDesktopTabPanel Dark Mode
Why doesnt the DesktopTabPanel respect dark mode like most of the rest of the controls? 4 posts - 3 participants Read full topic
View ArticleMultiple list boxes same window
I have three list boxes on a window. Each list box loads info from a different table. All load fine. I have fields that load new entries into the tables. These work fine. The same, update and delete...
View ArticlePDFTable Created Manually Not From RowSet (Web)
Hello all, I can generate pdf tables easily enough from a database RowSet/s, but am a little forgetful of how to create and populate a pdf table more manually using...
View ArticleiOS Simulator displays wrong model
Recently downloaded Simulator 18. Also have Simulator 17.5. When I try to run my app on iPhone 6s this is the model that runs. I don’t know what model it is but I do know it is not a 6s. 6 posts - 3...
View ArticlePlanning for Libraries
I’ve watched Geoff’s video on libraries a couple of times, and I believe I’ve grasped how they’re intended to operate. My primary objective is to leverage these libraries across multiple projects,...
View ArticleMySQL Database Execute Issues in 2024r3.1 Web Builds?
Seeing this (100% repeatable) in web project when attempting to call MySQLCommunityServer’s ‘SQLExecute’ method. I tried previous versions of the Xojo-provided MySQL plugin, no difference. I tried...
View ArticleIs there a built-in feature to remove unprintable chars?
Hello all, Is there a built-in feature that will remove unprintable chars from a string? Thanks, Tim 9 posts - 6 participants Read full topic
View ArticlePB de démarrage Xojo
Bonjour, je crois que j’ai fais une gaffe, il me semble que j’ai mis mon fichier info.plist à la poubelle que j’ai vidé entre-temps. Avez vous une idée pour me sortir de là. Ou se trouve ce fichier à...
View ArticleIntroduce Yourself
Hi everyone. I’ve seen threads on other forums where members are encouraged to introduce themselves. I haven’t seen a thread like that here on the Xojo Forum, so I thought I’d create one. I think it...
View ArticleMousewheel problem
Hallo Freunde! Ich möchte in meiner App mit einer Wischfunktion so wie in der Foto App den Ablauf steuern. Wische ich nach rechts, dann sollte das nächste Bild erscheinen. Beim Wisch nach links sollte...
View ArticleXojo2024R3.1: Need to assign value to the cell in WebListBox using DataSource
Assuming data loaded into WebListBox using DataSource coming from SQL database: What I want is to let the user modify the value, save the new value in the database, then just change the value in the...
View Article