DesktopTextArea text hightlighting question
Using 2023r4 under macOS Sonoma. If I use the mouse to select some text in a DesktopTextArea, it has one colour. However, if I set the selected text in code, it uses another colour. To me, it looks...
View ArticleXojo plans to add support for VisionOS?
In the last edition of XDev magazine (issue 22.2), the main article is titled “Vision of the Future?”. The author said: “I would love it if Xojo would add support for VisionOS. I don’t know how much...
View ArticleApp.CurrentScreen — missing?
The documention refers to a property of the MobileApplication instance, CurrentScreen, but it’s not accessible: Dim v As Variant = App.CurrentScreen The code above yields a compile error. Perhaps...
View ArticleConcurrent Methods
I have multiple methods each one controls a different area in the app. I want to run all of them concurrently when a button is pressed. Is this possible? 3 posts - 3 participants Read full topic
View ArticleToggle global window Mac
I’ve searched the forum, Googled, and even ChatGPT’d. I was hoping to be able to add an option to toggle the main window between global floating and document (or any other that would work), but no...
View ArticleXojo Licenses
I had a Pro license that I bought in November 2023 I know that I am able to license 3 different machines. If I download more than one version of the Xojo IDE in the same Mac I was asked for one...
View ArticleTo RubberViewsWE V2 owners
Hello all, I have a question about a fellow XOJO lib builder. I heard that Michel Bujardet passed away last year, owner of rubberviews.com. (RIP Michel) I have Version 1 of the Web version...
View ArticleTransfer to phone without App Store?
If I just want to create iOS apps for my own use and have no need or desire to use the Apple App Store, is there a way to transfer my creations to my iPhone or iPad? 5 posts - 2 participants Read full...
View ArticleChecking if row value is exist
Hi, I have 50.000 rows I want to block duplicating data entry by comparing the data from listbox. dim promoEnded As Boolean = False dim o as Integer for o=ListBox1.Listcount downto 0 dim gg as integer...
View ArticleFeature Request: Support for xslt 2.0 / xpath 2.0
Feedback Case Number: 75767 From the beginning of 2025, companies in Germany must be able to receive and process electronic invoices. Three XML formats CII, UIBL according to XRechnung and Factur-X...
View ArticleBest way to send keystrokes to a 3rd party application?
I need a way to send keystrokes to a particular third party application on both Windows and Mac (the same third party app on both platforms). I don’t know if an app can specifically be targeted for...
View ArticleHangout en Español (14/03/2024)
No te pierdas el hangout en Español que tendrá lugar el 2024-03-14T18:00:00Z UTC→2024-03-14T18:40:00Z UTC Alberto de la Torre nos mostrará un desarrollo realizado con Xojo, utilizado a diario en su...
View ArticleWorking with deprecated types: Text and Xojo.io.folderitem
Hi, I’m using iOSKit to send messages with attachements, and the iOSKit API requires deprecated Text and Xojo.io.folderitem types in some parameters, resulting in compile errors like: Expected...
View ArticlePlacing links within an image
Hi All, Is there an example project or code somewhere that would show how to display an image and then allow the user to create links of various types within that image? For example, if I have a floor...
View Article2023R4 IDE Crashes
I’m getting a lot of crashes of the ID in 2023R4 on MacOS 14.3 on M1 mac. Seems to be on entering a new property type. Getting a little frustrating. Am I the only one? Top few lines of a crash report:...
View ArticlePOSTGRESQL HOW TO change all columns character to text?
Hello all, I am using PostgreSQL. I would like to change all columns within a single database from character to text. Is there a way to do this? If not, is there a way to get a list of all...
View ArticleOAth 2FA current standards for Web login security
I have some new Web projects in the works and need to consider the most current login methods in use today. I’d prefer not to create a Twilio 2FA scheme from scratch if I don’t need to. In fact, if...
View ArticleHelp getting iOSKit’s MFMessageComposeViewController implemenation to accept...
I’ve run into a tough issue: I’m using iOSKit’s MFMessageComposeViewController to show the message composition view, but I need to add attachments. Some code was added to iOSKit, but it’s not used in...
View ArticleMemory and CPU Usage Debugging Viewer
I’ve been having a bit of troubles lately trying to figure out where the ram usage is coming from… I have a web app that displays quiet a few WebSDKUIControls. Currently each session is around 1.5gig...
View ArticleWebFile Caching and Custom URL
The Cached property on a WebFile is read only. How do you make the browser cache a file?. I haven’t seen mine being cached and I assume it’s because the path is always different. Also, is there a way...
View Article