Are compiler crashes just a fact of life in Android 2024?
I am just launching in to a port of an iPad app to Chromebook. After getting through the expected pile of syntax errors, I finally got my code to get into the compiler, which came back with: Android...
View ArticleCompilation of "XXX" failed
Hi, haven’t touched my main project for a few weeks and in the meantime MacOS Sequoia updated itself to 15.0.1. So today I open the project do an update for a customer. When I try to build and run,...
View ArticleCreating linear chart from data from two Listboxes
Hello, I have two single column list boxes. Each of them have 10 data points. The datawere created with calculations. Data in both listboxes are in string form. ListBox1 ListBox2 I want the data in...
View ArticleIs there any drag & drop example for Xojo Web?
All I can find seems to be for the old API. Is there any trick with that? There is that seven year old video showing the pony trick - https://www.youtube.com/watch?v=rPkK7RiF1Pg but the events shown...
View ArticleXojo2024R3.1: how to convert the code using Mid
Question for gurus. Following code worked in Xojo 2018: If Mid > 0 Then //we have a record to update. Save End If I have no idea how that was supposed to work. I understand that Mid() was...
View ArticleIDE bug when using a custom container (control)
This reminds of the bug that was fixed 2-3 versions ago and I reported, where if you entered a value in the IDE, it didn’t save the value if the input lost focus… you had to press enter in order to...
View ArticleCreating canvas button with mouseenter
XOJO Ver 2024 Release 2 Struggling understanding the process for adding mouseenter & mouseexit to use in my application. I have created the custom canvas as a subclass. I have created the event...
View ArticleHow to find devices on my local network through their IP address (macOS 15)
I have tried to find all local network devices with “DNSServiceBrowseMBS” and “DNSLookupMBS”, with macOS 14.7.1 everything is okay, but with macOS 15.1 there is no device visible. I could only test it...
View ArticleDBKit: Reload data in QueryRowsListBox
Hello all! When I add a record to my connected SQLite database, I want the QueryRowsListBox to refresh the data. I tried to use the SavingRow-Event, but I had no success. Is there a way to reload the...
View ArticleTextField that has focus pokes though a container
Things are progressing on my little project. Started working on enhancing the help function. Moved most controls to a container control. When users get to a certain point a new container control will...
View ArticleApp Wrapper/Store Submission
I just submitted a minor update to my Crossword App to the store and it was rejected because of Data Collection access to Music. My App has never accessed music and I didn’t change any App Wrapper...
View ArticlePhotos permission not showing
I deleted the last post as it wasn’t really the right question I needed to ask. The first picture is what appear when the user accesses photos, why doesn’t it show what I have in App Wrapper? I use...
View ArticleConnect my database mysql
Hello group. I’m continuing to try to convert my old database access to MySql. I converted my database with Bullizip, to a dump.sql file. Now how do I connect to this file? dim db as new...
View ArticleInput output error when checking out working copy for SVN
I had some troubles switching between different branches of my SVN repository. So I had the idea to delete the working copy and check out a new working copy. I’m using XVersion on macOS Sequoia. But...
View ArticleUsing FileType Set
I love to use FileType Set as in: Var FTS_SQL As New FileType FTS_SQL.Extensions = ".sqlite" FTS_SQL.Name = "sql/database" FTS_SQL.UTI = "public.database, public.data" but the above allows the user to...
View ArticleMyCocoaMenuMBS KeyEquivalent keyboard shortcuts not working
Using Sequoia 15.1. No matter what combination of keyboard shortcuts I select, none of them work. ShowFilesMenu = New MyCocoaMenuItemMBS ShowFilesMenu.CreateMenuItem "Show Files" ShowFilesMenu.ID = 1...
View ArticleLifeboat "View Logs"
@Tim_Parnell , which log(s) are displayed by the “View Logs” button? Is it stderr, to which System.DebugLog messages are written? Thanks. 3 posts - 2 participants Read full topic
View ArticleValentina Release 14.6.2 Improves Studio Forms, JS
This is primarily an update to Valentina Studio, with most improvements in the use of Valentina Forms. Forms are designed in PRO, but can be opened and used in any version of Valentina Studio. Find...
View ArticleHow to convert EML file to EmailMessage?
Is there a way to convert EML file to EmailMessage class/object? 6 posts - 2 participants Read full topic
View ArticleShowModal in IOS
I have an event (button pressed) on my main screen that opens another screen using ShowModal. When the user interacts with the new screen, it sets a couple of App shared properties. However, the event...
View Article