MobileScrollableArea - Trouble getting back to the top
I’m having trouble returning my scrollable area to the top programmatically. I’ve tried using saving the default position to an App shared Point property using ScrollPositionXC when opening the...
View ArticleDelay in start of movie playing
Hi All. I’ve got something going on with a program I have been working on that TOTALLY evades my attempts to nail down. My screensaver program, that I have been working on, has a situation that goes...
View ArticleXojo 2024r4.1 is available for download
Download the latest update now! Read the full release notes. 1 post - 1 participant Read full topic
View ArticleSorting speed
Thanks to your support, examples, info and code that you suggested, I was able to sort my listboxes using RowComparision. However, I noticed that in lists where there are several hundred rows the...
View ArticleExclude a Module from the compile
I just wanted to double-check my understanding that if a Module (or any other object for that matter…) has all the “Include In” checkboxes unchecked, then the Module with not be included in a compiled...
View ArticleNever trust other cookies
So do your own cookies you can trust like I did this weekend All members here a wonderful Christmas time 2 posts - 2 participants Read full topic
View ArticleAPN certificate generation
Good day (o; Been a while I used APN and now had to create a new bundle identifier and create a new push notification certificate. Following this older tutorial here: Mag+ Designd Support iOS -...
View ArticleOpen a file with TextEdit
Hello, I am trying to launch a file, SpecialFolder.Desktop.child(“links.txt”), programatically with TextEdit, it does not launch but the message box is displayed. What could be the problem? Dim...
View ArticleAdding Minimize and Zoom menuItems
Hi, years ago I added in enableMenuItems of app the following code (courtesy of @Sam_Rowlands) Sub EnableMenuItems() Handles EnableMenuItems #if targetMacOS declare function NSClassFromString lib...
View ArticleMobileLocation.AllowBackgroundUpdates For Android
Hi Xojo Android Team Do you have any indicator when MobileLocation.AllowBackgroundUpdates will be supported fr XOJO Android? Best regards 1 post - 1 participant Read full topic
View ArticleWebImageViewer
i have a few icons to display in a WebPage. they are displayed in web page designer but not at runtime from ide or in build. this is an older web project i continue. i can not reproduce this in new...
View Article2024: So glad you joined us!
Originally published at: 2024: So glad you joined us! – Xojo Programming Blog As 2024 draws to a close, let’s take a look back at Xojo over the last 12 months. The year started strong with changes...
View ArticleNetwork files selected via OpenFileDialog are not readable
… at least not in my app under windows if they’re on a network-mounted volume. This is 2024r4.1 under macOS Sonoma, building for Windows-10 running in a VirtualBox VM. I have this code: dlg = New...
View ArticleBuilding iOS App with iCloud enabled fails
Pretty much as the title describes. When I add the iCloud option to my App, and tick all the boxes, I get this failure message at the signing stage: I looked at the older similar topics and it...
View ArticlePostgresql - how to know if there is an existing connection?
Hello all, Is there a way to check the Database object to see if there is already a connection from a particular instance of an object? Thanks, Tim 3 posts - 3 participants Read full topic
View ArticleCrypto.SHA3_256 returns wrong result on linux
I think I just found a bug in the crypto library on linux. I was trying to figure out why my program was not working and tracked it down to Crypto.SHA3_256 returning the wrong result when compared to...
View ArticleChart array size limitation?
Hi team, I’m working with Charts on Windows Desktop for the first time (although the platform may be irrelevant). I’m hitting an issue where if I have an array of 1000 doubles, the axis values show...
View ArticleUse Image Playground in Xojo
Since macOS 15.2 we can use Image Playground in our applications. The users love to generate an image with Apple Intelligence. Whether you need a cool image to add to a social post, a placeholder...
View ArticleCanvas keyUp
How to detect a keys combination on a Canvas keyUp event? The code detects either “R” or OptionKey but no way of detect both. if Keyboard.OptionKey then delta is -60 but then key is not R and, vice...
View ArticleHow to Make an Enabled Checkbox Look Like a Disabled One
Hello Everyone, In my case, the checkbox needs to remain enabled to capture the mouse-down event, as this allows me to display a message box when it’s clicked. However, for the purpose of the program,...
View Article