Drawing directly inside a container
Hi all, I have a container that includes a canvas. I used to do all the drawing inside the canvas, but I recently discovered that I can draw directly inside the container itself without needing the...
View ArticleHow To Get Developer Certs From Apple For App and Installer
I have an Apple Developer account (paid) and and older Mac that has “Intel Silicon” in it, not Apple, so I haven’t been able to find a version of Xcode that will install on my machine. Is there a way...
View ArticleConstants vanished in the IDE
I have a console app running “behind” my main app. I just wondered why I did not get the right language results from my localized strings (problem not solved yet). I picked a constant to check with....
View ArticleBIOS Info On A Mac
Does anyone know how to retrieve the BIOS information on a Mac? I think the manufacture is Apple but how do I get the version number and maybe the date? Thanks. 6 posts - 3 participants Read full topic
View ArticleEmailing
Ok so google have (I’ve just found out) said they will drop the insecure connection from end of September 2024. And I use it! You know what it’s like if it ain’t broke don’t fix it. But I’m being...
View ArticleSF symbols example not working anymore
Good evening (o; Tried the SF Symbols example from here: blog.xojo.com QuickTip: Using SF Symbols in macOS … revisited! – Xojo Programming Blog When I download that project, it works fine… Though when...
View ArticleHow to change order of WebContainers
I have a webpage that allows users to embed new containers on the page. If the containers overlap, the last one added remains on top. I am hoping to find some JavaScript code that would bring the...
View ArticleAppleScript on iOS
Can I use AppleScript from a XOJO application to activate the Mail app on iPhone/iPad? I can add a simple compiled AppleScript (display dialog…) to a XOJO iOS application but the display dialog text...
View ArticleNSFileCoordinator examples?
Does anyone have an example of using NSFileCoordinator to access files under iCloud regimen? Increasingly, simply trying to open or examine a file , when iCloud has been at it, can cause blocking....
View ArticleMyGrid UI Component
Hi All This is a UI component that we need and thought we can share with you, hope it’ll be useful. Comments and feedback are welcome. Main Functionalities: Variable Number of Row and Column Headers...
View ArticlePrimary key return on add row
trying to add a new record(row) in database and get back the id(primary key) from xojo documentation: AddRow (tableName As [String], row As [DatabaseRow], idColumnName As string=“”) as integer my...
View ArticleFive Xojo IDE Tips to Improve Productivity in Large Projects
Originally published at: Five Xojo IDE Tips to Improve Productivity in Large Projects – Xojo Programming Blog When you’re working on small to medium-sized projects, Xojo’s default IDE window view is...
View ArticleDesktopCanvas: Static color to pulsing color change
I have a subclassed DesktopCanvas so I can reuse as a indicator by changing the shape and color fill I would like to be able to enable a pulsating color scheme to indicate a “WORKING” visible clue...
View ArticleDim Screen or create a Screen Saver on RaspPi5
Is there a way to add screen brightness capability to a RaspPi5 using XOJO? Could either be a way to control brightness to completely black screen and then re-enable normal screen brightness when...
View ArticleOSC to midi
Hello I had to make an application that listen OSC messages and convert it to a midi note. Example: message “play int(12)” → send midi note on 12, velocity 127 message “stop int(12)” → send midi note...
View ArticleUpcoming Webinar: Creating Android Apps for FileMaker in Xojo
Creating Android Apps for FileMaker in Xojo Tim Dietrich will demonstrate how Xojo can be used to develop Android mobile apps that integrate with FileMaker. If you’re currently a FileMaker developer...
View ArticleBLE Plugins for iOS and Android?
Hello all, Does anybody have any insight into https://tracker.xojo.com/xojoinc/xojo/-/issues/71212? Since this is obviously not in the pre-release of 2024R3 and no mention anywhere else, does anyone...
View ArticleSeeking input on a massive database project
Sorry for the length but this is a complicated project with lots of information. I’m posting this under a ‘throw away’ account, but may post it to the jobs section under my normal account once I have...
View ArticleHow to get CharacterPosition for WebTextArea?
I am trying to convert TTsDIFF from Desktop to Web and it requires getting the CharacterPosition for a given x,y within a WebTextArea, but WebTextArea has no CharacterPosition method e.g. Dim x, y, d,...
View ArticleHow to get the VerticalScrollPosition of a WebTextarea?
A DesktopTextArea has a property of VerticalScrollPosition to show the first viewable line within the DesktopTextArea. Is it possible to retrieve the VerticalScrollPosition of a WebTextarea? 3 posts -...
View Article