Inner Join
Hi group, I’m modifying the whole database which was badly done from the beginning… now I have a NominativiDitte table with the fields ID and NameCompany… and then another table...
View ArticleDesktopContainer signaling to the window it's in
Hi, Are there any recommendations on best places to look on how to get a Container to signal to the Window it is in that a keystroke or some other event has happened? Some background: I have a...
View ArticleDictionary - how modify an entry
I would like tu update an entry in a dictionary, but I have problem to find a solution. I don’t understood way therei is not a system funtion ready to use… BTW I have create a routine to seatch and...
View ArticleError Notarizing the submitted App
I’m trying to access iCloud from a macOS app. I tried to obtain a certificate and have it notarized, but an error occurred when building the app and I was unable to build it. Looking at the error...
View ArticleSubmenü mit Icon
Hallo zusammen, ich habe mal eine Frage, wie ich beispielsweise in einem DropDown-Menü (Toolbar) per Code ein Icon hinzufügen kann? Bisher erstelle ich die Submenüs wie folgt: Var Export As New...
View ArticleUsing rowtextfont in table
Trying to set the font of the table text font to monospace using the code Table1.RemoveAllRows Var monofont As New Font(“Casual”, 14) table1.RowTextFont =monofont but fails to change anything....
View ArticleDesktop: analyze a TextArea holding html Xoo created code
The code below works fine with Xojo 2022r2.1, but creates wrong tables while running in Xojo 2024r4.2: Var Pos_Start As Integer = 0 Var Pos_End As Integer Var Pos_Actual As Integer = 0 Var Tag_Start...
View ArticleEasiest Way To Start Xojo Desktop App at startup?
I’ve searched and tried several different suggestions on-line and none of worked for me. What is the easiest way to start a Xojo Desktop app on boot up? I have a Pi 5, 4 and 2 3Bs running the latest...
View ArticleEvent Loop Issue When Populating a Listbox with MariaDB Data
Hello everyone, I’m working on a Xojo Web application that previously used SQLite and has now been migrated to MariaDB. Since the migration, I’ve encountered an issue: When populating a Listbox, an...
View ArticleNSToolbaritemMBS.NSToolbarFlexibleSpaceItemIdentifier
I’m trying to get a new toolbar working using David Della Rocca’s example in MBS but I cannot get the flexible space to work - all items get bunched to the right hand side of the toolbar rather than...
View ArticleDeepSeek and Xojo... interesting
Took DeepSeek - the chinese AI company which you probably heard off, which is crashing the big AI tech stock at the moment - for a spin using questions on and classic AI tests, for Xojo. I made it...
View ArticleUnderstanding JSON
Okay, I’m sure this is very much a simple question and I’m sure I am missing something, but I’m still thinking I’m not doing something right here. I am reading weather data from a Davis weather...
View Articlec.Text retrieves incorrect (incomplete) data
I have: dim c as new Clipboard dim s as string = c.Text dim sUTI as string = c.RawData("public.utf8-plain-text") dim sNSP as string = c.RawData("NSStringPboardType") ' this doesn't work at all c.close...
View ArticleLooking for Some Best Practices for Optimizing Xojo Web App Performance?
Hello, I am building a web application in Xojo and I am looking for some advice on optimizing its performance. My app involves dynamic content generation and interacts heavily with databases…, so...
View ArticleAgain: Web App crashes: Unexpected error 9 on netlink descriptor 9
Xojo 2024 4.2: with no changes in my code UrlConnection again raises the netlink errors on Debian 12. This does not happen all the time, after a dozen of fast click with my mouse, causing a bit of a...
View ArticleDomain names
I’ve been using Hover for many years for my domain names, and often for email services too. They used to be great, but they’ve really gone downhill in the last year or two, with multiple issues. Now,...
View ArticleHow to access the currently active iOS screen?
Hello, With NotificationCenter added to my iOS device I can request a token for remote notifications.The event RemoteRegistrationSucceeded() get called with a token. The problem that I am facing right...
View ArticleSend a message to a running DesktopApplication
Under macOS, this may be achieved by sending an AppleEvent and receiving that via the AppleEventReceived handler. How can I achieve something similar for Windows and Linux (OK, I could probably send a...
View ArticleHow do I use a Greek letter in a label in Windows IDE?
I have a label that needs to indicate the value entered in the corresponding text field should be microseconds, abbreviated as “µs” – on a mac this is no big deal - option-m does the trick. I can’t...
View ArticleQuestion about (un)registering for iOS push notifications
(topic deleted by author) 1 post - 1 participant Read full topic
View Article