Tcp, legacy-socket, attribution: developer] libinfo check path: satisfied...
Hello guys, I have an app which does some data push to some apis and while checking in the logs I got this line tcp, legacy-socket, attribution: developer] libinfo check path: satisfied (Path is...
View ArticleVisually dislaying the Control ID
I recall it was possible to get in WIndow Design mode, the ID of each and every control on screen. That looked like this button: It wwas then possible to modify - as we can do now - the IDs, but we...
View ArticleAnalytics
Hi all, I asked about google analytics before and got some helpful input. I want to entertain other options and am looking for info on what you use and like. This would be for a desktop and maybe...
View ArticleHeart of Art ;-)
So I was playing around with code and ended up having Xojo draw a heart just with code, no premade images. Its not all that useful but rather cool I think, Don’t know if anyway has done this before in...
View ArticleThread ignoring Sleep but works initially 2024 R4.2
I have several Threads, each with a sender.Sleep(8000) at the bottom of the loop, and everything works as it should, normally. For some reason it’s as if all the Threads in my app suddenly start...
View ArticleLoop variants in Xojo
A blog post from me: Loop variants in Xojo Recently a beginner asked about the differences between the loops and which too choose. Let’s compare the loops by using them to count up from a start to an...
View ArticleValentina 15 Released: Ducks all the way down for Xojo Developers
DuckDB integration across product line, transactions manager and generating reports from JSON among other features. Paradigma Software announces the immediate availability of Valentina 15 products for...
View ArticleConnection to another MySQL server
I am building a program on a Mac-mini (Intel 2018) in Xojo 2023 r4 which has a connection to a MySQL database via Mamp-Pro. And xojo is using the MySQLCommunityServer. Using Localhost as Host....
View ArticleTrying to Understand Declare Libraries & Selectors with Cocoa
Although the docs do provide some helpful information when using Declare, I still struggle a bit to understand a few things (specifically with regards to macOS). As a result, a lot of the time I just...
View ArticleComboBox.RowTagAt(SelectedRowIndex).IsNull
Hello group, I’m trying to handle the various types of errors from the user: I have problems in the row: if ComboBoxNomiFornitori.RowTagAt(ComboBoxNomiFornitori.SelectedRowIndex).IsNull then When the...
View ArticleEvent when htmlviewer page opens a popup
Quick question of the standard htmlviewer: Is there a way to get out an event whenever the loaded page opens up a popup? It seems that DocumentComplete is not called before the popup is taken care of,...
View ArticleReinstalling to my new Linux system
I need to install my licensed copy of REALStudio 2010 r3.1 to a new PC. I’ve done this before without problems but this time it won’t finish unless I connect with the website which fails. Also the...
View ArticlePopOver
I want to add PopOver into a window and I want my popuver, once populated have this look: I removed these white parts (left and bottom). I want my window have the top and bottom left as round, just...
View ArticleDesktopDateTimePicker does not respect Transparency/Opacity…
I was fooling around with the DesktopDateTimePicker and tried to change the Transparency. So I change it: no visual change, so I run and no change too. I set toogled the Boolan an i get the same...
View ArticleConnect to CubeSQL in Xojo with MBS
If you like SQLite and you look for a server version, you quickly find CubeSQL. If you like to connect to it using MBS Xojo SQL Plugin, you can use the SQLDatabaseMBS or SQLConnectionMBS class. First...
View ArticleWhich version of Xojo should I use?
I would like to upgrade my Xojo license (2019r1.1), but I am undecided on which version to use: which one do you recommend (in terms of reliability, stability and completeness)? Thanks everyone. Nedi...
View ArticleDesktopDateTimePicker.MouseDown does not respond
I add a MouseDown Event, Populate it, and run… nothing. I add a Break Command at the beginning of the Event and run… nothing ! This display: I clicked in days #, Month #, Year #, everywhere I can...
View ArticleLifeboat Daily Cron Job Time
How can I change the time at which “daily” Cron jobs run (or make a new custom schedule)? Lifeboat seems to default to 6:25AM, which is not a good time for me to auto-restart my app, and I can’t find...
View ArticleAddUserInterfaceUpdate vs Timer calls for UI updates
When in a thread, is there a difference between using AddUserInterfaceUpdate or a timer (e.g. timer.callLater) to trigger an update to UI? I understand that AddUserInterfaceUpdate should pass the...
View ArticlePopover Sizing on Desktop
I am struggling with popOvers again. I want to be able to vary the size of the popover, dependent upon its contents, those contents not being known until the container used for the popover has been...
View Article