Thread Declaration in a Multiwindow Solution
I’m a bit confused and am hoping someone can point me the way out of the cloud. I have an app with 2 windows. The content of the second window is generated through processing of the content of the...
View ArticleHow to force integer calculation
I wrote the following routine to convert a Uinteger into a string value in any base from 2 (binary) to 16 (hexadecimal). Recently I discovered that the values are being converted to type double during...
View Article[ANN] GraffitiSuite Release 54 is Now Available
JOHNSON CITY, TN (February 20, 2024) — GraffitiSuite is pleased to announce Release 54 for Xojo Desktop, Mobile and Web! Release Statistics 6 New Classes or Products 32 Additions 53 Bug Fixes 9...
View ArticleSystem.speak?
Does system.speak work in the simulator? 1 post - 1 participant Read full topic
View ArticleXojo website down for planned maintenance
The Xojo website will be down for planned maintenance at 12PM US CT today. This maintenance will take about 2 hours. We appreciate your patience while we update. 2 posts - 1 participant Read full topic
View ArticleWhere can I find a complete example of ServerSocket?
Where can I find a complete example of ServerSocket ? (With multiple connections) 4 posts - 3 participants Read full topic
View ArticleThe URL does not use a recognized protocol
I’m getting an exception in 2023R4 debugger from HandleURL saying “The URL does not use a recognized protocol” which is totally weird because I am reusing the exact same code from an app that was...
View ArticleCURLSMBS.OpenMTInputFile(f) sometimes returns False
Xojo2021r2.1, MBS 23.3, Windows 11. Most of the time this function returns True, but some small percentage of tries it returns False. What could cause this? File busy or something? 1 post - 1...
View ArticleWrong Encoding?
Hello, I have a lot of experience with SQLLIGHT databases. Now I’m trying to deal with a MariaDB database. When I overwrite an existing data record with rs.Column(“Description”).StringValue =...
View ArticleHow best to handle array element removal? 2023R4
Hello all, I have an array of a subclassed URLConnection. In a class called clsNotify, a new instance is created. During that process, I pass to it the array index along with some other info. When the...
View ArticleXojo License Problem
Last week I deauthorized the Xojo Pro license on my laptop. Today I used the laptop and opened an app that had been saved as a xojo_project. When I tried to save it, I got an error message saying I...
View ArticleGraphics.Delete?
Hi All, I’m building a pixel editor, and the idea is that as you mouse-over the canvas it draws a pixel overlay using graphics.draw to indicate where you would fill in a pixel on mouse-down. As soon...
View ArticleIDE Method Signature Display
Just wondering if there’s any reason why the display of a method’s signature at the bottom of the IDE disappears once you get to the parameter list. It would be so handy for that to remain displayed...
View ArticleAndroid Nav Bar Text
How Can I change navbar text color ? 1 post - 1 participant Read full topic
View ArticleMBS; SQLite; Win10 64; lower upper Umlauts;
In 07.2023 (07/dd/2023) I did a select like select lower('ÄÖÜ') to compare with ‘äöü’ which seemed to work. In 01.2024 I did the same and it did not work. Reason is that Umlauts where not converted at...
View ArticleSQL Server - SQLConnectionMBS - ODBC error (Sonoma)
Mac Intel Xojo 2023r4 (web) MBS Sql plugin 24.0 IM004 [iODBC][Driver Manager]Driver’s SQLAllocEnv() failed in my case the connection is to SqlServer. today I upgraded the Mac, from Monterey (where...
View ArticleiODBC update needed for ODBC in MBS Plugin on macOS
Recently a few clients run into a problem with using ODBC databases: IM004 [iODBC][Driver Manager]Driver's SQLAllocEnv() failed The ODBC manager (called iODBC) can’t load the ODBC driver for the...
View ArticleIs it possible to create a webcontainer control that executes code during...
Is it possible to create a webcontainer control that executes code during design time? I’ll give an example, I would like to create a webcontainer control that contains a weblabel or other and I would...
View ArticleIssues Building on Device with Newer Versions of Xojo
When attempting to debug on my iPad, I can only do so with Xojo Release 2023r2; using 2023r3.1 or 2023r4 fails every time. Both of the newer versions will debug just fine using the simulator, but not...
View ArticleScope etc
I having problems with Scope. I trying to “translate” an multi window VB6 app to Xojo. In my software I have declared a Structure, but it can’t be seen from other parts of the program. I’m suppose it...
View Article