Quantcast
Channel: Xojo Programming Forum - Latest topics
Browsing all 3600 articles
Browse latest View live

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 Article


Xojo 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 Article


App.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 Article

Concurrent 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 Article

Toggle 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 Article


Xojo 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 Article

To 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 Article

Transfer 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 Article


Checking 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 Article


Feature 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 Article

Best 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 Article

Hangout 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 Article

Working 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 Article


Placing 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 Article

2023R4 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 Article


POSTGRESQL 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 Article

Image may be NSFW.
Clik here to view.

OAth 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 Article


Image may be NSFW.
Clik here to view.

Help 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 Article

Memory 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 Article

WebFile 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
Browsing all 3600 articles
Browse latest View live