Include Font with App
Hi all, I have a quick question: Is there a particular way that we should include a font with a MacOS Xojo app, without installing it system-wide? How does one include fonts with an app? Any guidance...
View ArticleShare Your Icons: Inspiration and Creativity for XOJO Apps
Hello everyone, lately I’ve been posting topics related to the design of applications made with XOJO, and today I’d like to propose another interesting post where you can share the following: We all...
View ArticleSign and Notarization
Sorry to create another subject but I don’t reach to sign my application. I just paid my AppleDevelopper ID. I read the Xojo doc: Signing your macOS application. As I didn’t understand what fill...
View ArticleDateTime.FromString Does Not Handle Timezone Shifts/Jumps
DateTime.FromString does not correctly handle creation of DateTime objects if the string passed happens to fall in a timeframe that was “skipped” in history due to a timezone shift. For example, on...
View ArticleMutex under Windows re-launches
To prevent my app under Window to launch twice, I stumbled upon this Mutex function. In the App.Open method I did this among other things: ’ Windows: Mutually exclusive flag #if TargetWindows then...
View ArticleReal value and not in a ListBox
Hi group, I have a listbox with a “real” value that occupies a certain cell, but in the PaintCellText property I change that value and set another one … now I need to read the modified value from the...
View ArticleCreate new object
Just trying to gasp the basics of working with objects… I have created an new class (mPopMenu) which is a subclass of DesktopPopupMenu In it I have written some code on the opening event:...
View ArticlePassword field functionality to show/hide password
Normally a lot of software and websites have a little eyeball to show dots or plain text. Does the built in password field have a property to do this? Thank you! 4 posts - 3 participants Read full topic
View ArticleXojo2024R4.1: WebToolbar navigation menu height
I have navigation toolbar button on most web pages, it is build dynamically and looks good. However, there is a little issue with it. There is a vertical scrollbar that needs to be used to scroll to...
View ArticleInvitiation to test a fulll blown Xojo App (and a custom control framework)
Dear Xojo Developers, I am excited to introduce you to a live demonstration of a large scale Xojo App, ELDR, an application built for medical doctors and students, now available for download at...
View ArticleMessageBox Titel
Hallo Leute, Ich habe einen Button wo ich wenn ich draufkliche ein Fenster öffnet mit dem Hilfetext. Blöd ist nur das oben drüber untitled steht.- als Fenster Text. Wie kann ich diesen Text abändern...
View ArticleThe Future of Programming in the Age of AI
Is our job as “Programmers” at risk with the advent of artificial intelligence? For instance, as you know, there are already platforms where you can develop apps simply by asking questions and...
View ArticleHow to deploy a desktop app for Linux
I have created a desktop app with Xojo on a Windows computer. I would like to deploy the app on Linux. Xojo created a Linux build (32 bit) with a Libs folder, a Resources folder, and an application...
View ArticleXojo and CloudKit
Hi Xojo community, Does anyone have any experience adding CloudKit support for user data syncing (using MBS plug-ins or other) to a Mac app? If so, would you be available to consult? 1 post - 1...
View ArticleChanging control's z-order
I was looking for a way to change the z-order of UI controls in a window but couldn’t find anything definitive. Here’s an example of how it can be done if anyone is still looking for a solution: Add...
View ArticleNSTokenFieldControlMBS on popover window
I’ve made a NSTokenFieldControlMBS for editing keywords on a popover window. When selecting a completion for a substring the popover window closes. Is this a bug or a feature of the popover? Xojo...
View ArticleHas anyone done any work using STUN or TURN?
Hello all, Has anyone been able to implement STUN or TURN to their apps? If so, is there any plugins or code that is available to get started? Thanks, Tim 1 post - 1 participant Read full topic
View ArticleParseJSON, Dictionaries, and the Debugger
I do a lot of work with JSON while interacting with various APIs so I use ParseJSON a lot and have always been curious about how the resulting dictionaries interact with the debugger. Take a look at...
View ArticleSandbox and Appstore security bookmarks
One of my AppStore macOS apps uses CFBookmark (SecurityScope bookmarks) and always worked fine. I yesterday uploaded a new version and it was suddenly rejected because I use the...
View ArticleClosing a SQLite database
Hello everybody, I have an app which starts by opening an Intro window and selecting a specific database (SQLite) according to a year specified in a DesktopTextField the opens a listbox in a different...
View Article