Preselect cascading DesktopListBoxes
Good afternoon (o; Have a window with four DesktopListBoxes where a user chooses from left to right what device he wants to use: After selecting through, all IDs from the ListBoxes are stored in a...
View ArticleTurkish character on PDF Documents
Anyone knows how to represent Turkish character in PDF Docs. Seems that if you do not embed a font, the UTF8 you’ll not able to print 'em. Without using MBS Plugin or Einhgur ones, just with...
View ArticleMBS Audio stopping
Okay…found some time to test the MBS Audio plugin… And with a little tweaking I get the sweep sine wave with the Port Audio example app. The Callback looks like this now to generate the sweep: Var...
View ArticleProject file format
Good evening (o; For my IDE I need to save a file which holds the project items and settings, like source files and settings. Seen an older thread where SQLite format was suggested. What format do you...
View ArticleMBS UserNotification example + Other Button
How the heck do you tell if the otherButton was selected? In the MyNSUserNotificationCenterDelegateMBS even handler for didActivateNotification I added the code below, but...
View ArticleTrying to use modal dialog in main window in desktop app
it seems like the simplest stuff confuses me, i apologize. The main window in my desktop app is called DGwindow i have almost everything within this window. i literally copy/pasted the script from the...
View ArticleJSON generation
Good evening (o; As suggested I’m trying to use JSON for storing project settings and source files for my FPGA IDE to a JSON. Now what is wrong with this? If I move the “projectFile.Value(“sources” =...
View ArticlePlease add touchscreen support to RPi
Well I’ve asked Alyssa several times already but never got any clear answer about that. As Raspberry Pi and similar devices are used together with a touchscreen it would be of a great value if...
View ArticleParseJSON error
I get an error when loading the following valid JSON string: The string var JSONString contains the following text: { "Lines": [ { "index": 0, "nb": "9822", "size": 2, "position": { "default": 1,...
View ArticlePSQL Select number range in text column
Hi! I’m trying to find a way to do this, so, to draw a picture for you, let me say: I’ve got a column - text type- containing alpha-numeric data (basically a piece of info and sizes)...
View ArticleDesktop Chart Set Axis Labels
Hi all, I can’t find how to create and format axis labels (not tick labels) on desktop charts. Could someone please point me in the right direction? Also, is there a way to set the additional...
View ArticleTimer with higher resolution
I need a timer that fires faster than 1/1000 of a second, let’s say 1/10.000. Is there a solution for that? Thanks 1 post - 1 participant Read full topic
View ArticleCan we automatically start a program
Hi there. Little question. Let’s say I want my screensaver program (yes THAT again) to start running as soon as the main window opens. Is that possible? I can get the program to load when the OS (Mac...
View ArticleMYSQL workbench
Does anyone know if there is an easy way to print a list of columns from a Table from a printer. Its not critical at all, just wondering if there is an easy way from within Workbench to do it…? 2...
View ArticleProblem with pluginEntryTable.GetEntry
I have lost all texts from the forum when my drive failed so kindly excuse me reposting this inquiry. I have a program involving an SQLite database on a desktop and I’m trying to compile but I get the...
View ArticleManaging File Access in Xojo with NSFileCoordinator
In the realm of cross-platform development, handling file access consistently across different operating systems can be a challenging task. For Xojo developers working on macOS or iOS,...
View ArticlePrivate_key.jks in Windows and macOS
Hi, I generated the private_key.jks file on Windows using Android Studio as indicated in the guides. I created the property file and placed it in the same folder. I compiled the App and also sent it...
View ArticleWie kann man die Vorschau öffnen?
Hallo Ihr Lieben! Ich möchte mit einem ShellPfad die Vorschau (nicht das Programm erst starten) beim Mac öffnen. Geht das? 5 posts - 5 participants Read full topic
View ArticleDatabaseRow type and current record
Am I missing something here? Iterating a RowSet provides references to elements of DatabaseRow type. What I am looking for is a way to assign a DatabaseRow type outside an iterator ? Examples below...
View ArticleNavigate with post data
Dear Xojo users, I need to navigate from Xojo to a URL, much like “GotoURL” is working, but I would like to navigate to that page while setting Request Headers and Request Body, like they are set when...
View Article