New method of Code Signing with K Software
Hi I have used K Software for a while now and usually dread the renewal date because it never goes smoothly. This time, it’s particularly bad. Firstly, the cost has gone from $87 to $313 per annum,...
View ArticleMessageDialog on Windows
My app does some lengthy processing on audio files, then at the conclusion of the process, displays a MessageDialog with a modal message and a few options (especially in the event of failure, they...
View ArticleGoogle Calendar Methods
Hey all, I’m looking to pull some event info from a public Google Calendar. Has anyone created any methods for doing this? I found an old thread from 2014 that included a library that @Brock_Nash...
View ArticleAny good recommendations on how to setup a Linux Kiosk Xojo application
I am new to Xojo and Liux, and I am trying to develop a custom Kiok application, that basically displays between 1 and N web pages. I am using the HTMLViewer to display an HTML5 page, and then arrange...
View ArticleSend email message in iOS Xojo App
You can use our new MFMailComposeViewControllerMBS class in MBS Xojo iOS Plugin to let the user send an email message. A dialog pops up with prefilled text and attachments, so the user can edit the...
View ArticleDoes Android support AddHandler?
I am building an Android app which runs OK until I add an AddHandler command: AddHandler CancelButton.Pressed, AddressOf CancelButtonPressed It gives the error ‘an internal android compiler error...
View ArticleSQL 50th Anniversary
Originally published at: SQL 50th Anniversary – Xojo Programming Blog SQL is 50 years old! It was first introduced in a 1974 paper titled “SEQUEL: A STRUCTURED ENGLISH QUERY LANGUAGE” by Donald...
View ArticleFolderitem.extension change in 2024r1
Just trying to confirm that the behavior of folderitem.extension has changed in the latest version of xojo. We were previously using 2023r3. If a file name is: SAMPLE.ABC Previously,...
View ArticleLaunching debug web server form xojo 2019
I looks like when I debug this app, for some reason the url is mangled… i.e. I have a Xojo Web app that I am debugging and when i launch the app this is the url it forms for me… but it’s wrong. Where...
View ArticleConditional Formatting in Excel exports from Xojo
For MBS Xojo XL Plugin in version 24.2 we include new XL classes to create conditional formatting in an Excel file created in code. While you can always load an existing document with conditional...
View ArticleURLConnection on web
Hello Guys, Is URLConnection working on web ? i try to get a simple url response , i do a webdialog where i define the URLConnection property and i call it like this If taSource.Text <> "" Then...
View ArticleDetect last table created in sqlite?
In my web application, How do I retrieve the name of the last table created (sqlite)? Thanks to you… 2 posts - 2 participants Read full topic
View ArticleDeclare help, reading media tags
Hi all, I’m trying to read mp3 tags, I’ve tried declares with no joy, here is the code, can anyone fix it ?.. dim mp3FilePath as CString = “/path /to /mp3 file/” Declare Function...
View ArticleDirect access methods for paradox .db files
Hello, I know there are odbc drivers at least for microsoft, but since my tool has to be cross platform I would like to access the files direct via code. Does someone already have some code written...
View Article[ANN] GraffitiSuite Release 55 Now Available
JOHNSON CITY, TN (April 16, 2024) — GraffitiSuite is pleased to announce Release 55 for Xojo Desktop, iOS and Web! Release Statistics 2 New Classes or Products 27 Additions 29 Bug Fixes 5 Various...
View ArticleChatGPT in XoJo and accounts
I haven’t tried the example yet. My question is, if we must setup an account and provide payment info? What happens when we distribute the app? Can we have the code ask the user to put their info in?...
View ArticleXojo 2024r1.1 Now Available
Xojo 2024r1.1 is now available! Download it today! 1 post - 1 participant Read full topic
View Article#$%%@^ Can't deploy to cloud
Try to deploy and get this: Press Sign In and get this: What to do? (NOTHAPPY!!!) 3 posts - 2 participants Read full topic
View ArticleChange search from fts4 to fts5 for SQLite
I have a fts4 table which I want to change to fts5. I have to replace docid with rowid. But either I get a syntax error for the select or no result. Original code: dim PreparedForSearch as...
View ArticleSend text message in iOS Xojo App
You can use our new MFMessageComposeViewControllerMBS class in MBS Xojo iOS Plugin to let the user send a text message. A dialog pops up with prefilled text and attachments, so the user can edit the...
View Article