How to move an object, up and down the screen based on page scrolling?
Hello all, I have an Exit command button that I would like to move up and down the page, dependent on the scroll of the page. Can anyone educate me on how to do this? Thank you, Tim 2 posts - 2...
View ArticleBundle is invalid when submitting to App Store Connect
I am attempting to submit my first MacOS application to the App Store Connect. I have gone through all the steps in the documentation and used Packages to create my PKG flat file. Here are the issues:...
View ArticleUsing an AAR With Different minSDK Version
Ive made an Android Library for XOJO as shown in the below blog post example; I require my Android Library to be at a sdk version 33. But as you see from the compile error Xojo is sdk version 26. Is...
View ArticleWeird SQLite Issue
Hi all, I haven’t used SQLite for many years but wanting a local database, so created one in DB Browser for SQLite, used the Xojo connector and open on launch. However when I insert some lines into...
View ArticleWeblistbox 2.0 lentissima!
ciao a tutti, dopo un pò ho deciso di riprendere xojo, adesso sono fermo alla 2023R1 ma ho notato che la weblistbox 2.0 è lentissima rispetto alla 1.0 ho provato a portare un progetto dalla 1.0 alla...
View ArticleUDPSocket.Close not working when NetworkInterface is set
On MacOS, calling UDPSocket.Close() after using the socket with UDPSocket.NetworkInterface set to a non-nil value, fails to reset the socket. Subsequent attempts to Connect() will give an Error 65 The...
View ArticleAesthetics question
Hi everyone, an aesthetics question about a UI interface. As a user, for a countdown indicator, which would you prefer? a) A progress bar b) A countdown indicator c) something else. If so, what?...
View ArticleDesktopContainer name available to code?
Can a control placed in a container that has been placed in a window know the name of the container? The “Name” property is displayed in the inspector when building the form, but does not seem to be...
View ArticleValentina 15.1.1 updates DuckDB support to 1.2.1
DuckDB 1.2.1 was a major fix release of the DuckDB database so Paradigma Software rolled out this update to incorporate it as soon as possible. DuckDB 1.2.1 is backwards compatible to DuckDB .9. This...
View ArticleCopyfiles build step not working...still?
Using 2024r4.1, files are not copied when building or debugging, even though the settings are correct (also tried others just to be sure). According to this thread, this issue was fixed in 2019r1....
View ArticleHandling Feature Requests
Originally published at: Handling Feature Requests – Xojo Programming Blog As a developer, feature requests are a fact of life and one’s stress level may vary based on the complexity of the requests...
View ArticleThis code causes my window to freeze and I cant figure out why
Does anyone know why from this screenshot? I can go into more detail in replies 4 posts - 4 participants Read full topic
View ArticleSlow ListBox with less than 100 rows…
Slow as a snail must be said. The Paste time was correct (see/feels nothing), but resizeing the colums to see all contents… And I cannot say the data is huge (4 305 Bytes on disk); 8 columns. App swap...
View ArticleChange language on a web app
Hi ! I’m new in Xojo and trying to create a multi lingual web app and I have a WebPopupMenu in the webpage. The idea is to change the texts (labels, buttons, etc) based on the language selected on...
View ArticleSign Build Step in Xojo - notarization setup universal?
I was surprised to see that when I changed the notarization settings in one project, it changed it for all. Since I do work for more than one developer account this is a frustrating step. Is there a...
View ArticlePaint or Vector editor open source
I was wondering if anybody ever built a bitmap or vector editor with Xojo. I just need the basic features of adding images, drawing bitmaps on it, adding shapes or texts, rotating pictures or changing...
View ArticleQuicklook a file in the finder
Hi all, Is there a way to simulate the user selecting a file in the finder and hitting the space bar to reveal the quicklook window? Maybe via a declare? I’ve used a shell to call ‘qlmanage’ but the...
View ArticleSub Menu.Close problem
I discovered a problem of one of my application under Windows. I don’t know if the problem is there for a long time or not as I don’t test (and use) my applications under Windows as much as under...
View ArticleWindow.show memory usage
Not a problem as such but need some clarification. I have a Desktop program with a function to loop through every record in a database (150,000 or more) and perform a complex calculation based on...
View ArticleMBS Restore Purchase
This is the code in the MBS Store module for Restoring an IAP. Does there need to be something more, as I have 2 customers saying it crashes with a Nil Exception (which I can’t reproduce) and then the...
View Article