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

What happens if you don't use RemoveHandler?

Just asking for a friend… As I, sorry my friend, opens a Window he defines a set of AddHandlers to certain Objects. There is no corresponding RemoveHandler in the Windows.Close event. When he closes...

View Article


Image may be NSFW.
Clik here to view.

Menu disable in Xojo 2024r1

I openned one of my project in Xojo 2024r1 and all my submenus in my menus “File” - “Edit” - “Options” - “Help” were disabled. It worked fine in previous Xojo version. I had to create them again...

View Article


Min. macOS version for Xojo 2024R1

I am correct that Xojo 2024R1 can only compile macOS apps for macOS 10.14 and higher? If yes, when did this happen and which Xojo version can be used for macOS 10.13 or older? 8 posts - 5 participants...

View Article

Problem with GotoURL

I’m transitioning a web app from API 1 to API 2. Everything is working fine except where I had used ShowURL to download a file on our server to the user. The docs indicate I should use System.GotoURL,...

View Article

Does Xojo for iOS and Android support blue tooth?

Hello all, I need to develop an app for both iOS and Android. It will require the use of the devices BlueTooth. Does the Xojo system support that yet? If not, any idea when?? Thanks, Tim 6 posts - 4...

View Article


Web Application drawing

I am figure out if it possible to draw (drag mouse to draw) rectangle over the image as per drawing a selection rectangle. I have not found mouse event at all on web application, like desktop...

View Article

Import Class Code from Text File

I feel stupid like I should know this but I can’t figure it out. How do you import an entire class that you have in a text file into Xojo? When I try importing it, I just get an alias to the file. Is...

View Article

Text editor object in an future update?

I have finished my story developing/writing app, but still am doubting of releasing it because the place where a user actually start writing the story feels too basic. It’s done in a text area field,...

View Article


Caching computed properties

I have a class that has multiple computed properties. The Getter looks up the value in a dictionary and then returns it. The set stuff the dictionary. I have a ‘bunch’ of these methods and I’d like to...

View Article


Image may be NSFW.
Clik here to view.

Google map not show in Mojave

I need to show google maps in a HTML Viewer and I try a simple program with an HTML Viewer that at opening event load the page with the text in window constant htmlcode that I define and set with...

View Article

Thread randomly hangs, analysis and solution

Scenario: The randomly freezing thread I have a process that reads multiple text files line-by-line and updates a progress bar. When looping, I ran AddUserInterfaceUpdate(“Progress”,value) every 50...

View Article

Image may be NSFW.
Clik here to view.

Webcontainer not showing on page reload

I have a web app that I use to create and process invoices. When I start the program and go into invoicing i can see the controls needed to create an invoice. If I go back to any other menu option...

View Article

Tab Order NIghtmare

I cant get basic tab order to work in a desktop app im working on. It sgot the usual 6 or 7 textfields a DateTime picker, 3 non default buttons at the bottom right and a few other controls. I have set...

View Article


Mailed PDF Documents spit out garbage

I have a MacOS app that generates PDF document and adds them to an email. About 10% turns the PDF into a stream of characters like: –a27mcmea8awd Content-Type: application/pdf; name=“Receipt123.pdf”;...

View Article

Read SQLite Encrypted from CopyFiles

Further to my previous post on encrypting App files I am following suggestions to put my Regex dictionaries into/out of encrypted SQLite files stored in my copy files. I think I have been able to...

View Article


Invoke not working the same as in desktop

I’m working on a web version of my desktop application. The last days I’m trying to get Invoke work in the web application but so far without any luck. The invoke command is used in the constructor of...

View Article

ServerSocket problems

I’m having problems receiving data from 400/500 devices that always transmit by calling the same IP and same communication port I used the serverSocket as per the xojo example, but after the...

View Article


Desktop Map Application - What approach is best?

I am creating a desktop app that uses a map and I need some general direction. I want to be able to a) display user waypoints on the map and b) create new waypoints (in a local database) when the user...

View Article

Stripe SDK on Android

Hello all, Is it possible to integrate a SDK into the Android App? Like Stripe’s. Luckily, it’s still java code, apparently : Set up your integration | Stripe Documentation There is, however, a...

View Article

Getting System.Microseconds

I was writing a quick test app to show System.Microseconds in a listbox and noticed something puzzling. I put this code in a 1-second timer: Listbox1.AddRow(Str(System.Microseconds/1000000)) But each...

View Article
Browsing all 3600 articles
Browse latest View live