Today's Xojo Sale - Renewals
Does today’s big Xojo Sale have any love for renewals? Because the renewal button seems to be disabled on my profile today. 4 posts - 3 participants Read full topic
View ArticleAutomatically exit app on StackOverflowException
Hi. Xojo 2024R2.1, Linux 64-bit build. The app stops with next error: An exception of class StackOverflowException was not handled. The application must shut down. Is there a way to force the app...
View ArticleValues in Global rowset getting set to Nil
I have a global rowset that is populated in my app correctly in one of the methods.I iterate through the rowset using a For Each - Next loop . Afterwards all the columns in the rowset get set to Nil??...
View ArticleFile Drop Count?
My app accepts dropped files. Is there a property for the number of files dropped? Sub HandleDataDropObjects(Obj As DragItem) //how many can I expect? Do if Obj.FolderItemAvailable then //Do stuff...
View ArticleListbox vertical scrollbar problem
I have a list box with the last column being a numeric dollar value. While the list box is not full vertically the dollar amount including the cents shows. However, when the vertical scroll bar...
View ArticleHow to open a pdf in new tab or window?
I created a web app that generates a datasheet in pdf fomat that is displayed in an HTMLViewer. The code that generates the datasheet has a AddLinkArea that links to the full user manual pdf. I would...
View ArticleCanvas to DesktopCanvas, In which version of Xojo were the DesktopUIControl...
I created a component and I need to figure out up to which version and release of Xojo it is compatible. This is because the component is a super class of the DesktopCanvas object, and for example, it...
View ArticleMy Issue #76025
I re-opened this Issue a couple of weeks ago, @Robin_Lauryssen-Mitchell , could someone take a look? Thanks. 2 posts - 2 participants Read full topic
View ArticleApp Icon with dark green backgroud after compile
I use Xojo 2024 r2.1 licensed for try to make a Android App. I added a App Icon with trasparent color. When I compile the App Xojo adds a dark green background with a sort of grid instead of a...
View ArticleA better locking way as replacement for DesktopTabPanel?
Good afternoon Having fun putting together my FPGA IDE I don’t like the look of the DesktopTabPanel where I open up the source files and add a custom DesktopTextArea to it: Anyone has a better looking...
View ArticleSortierung Datum und Zahlen
Hallo, ich habe in meiner Listbox ein Datumsfeld, welches aus einer SQL Tabelle ausgelesen wird. Das Datum ist in der SQL-Tabelle im Standardformat YYYY-MM-DD abgelegt. In meiner Listbox möchte ich...
View ArticleNative macOS Toolbar license
Good evening Just out of curiosity… how long does it take until a license for the Native Toolbar is delivered? Days? Weeks? Thought this would be handled by Xojo directly as it is only sold there (o;...
View ArticleWebinar Tomorrow: 10 Year Anniversary, What’s New With Xojo Cloud
10 Year Anniversary, What’s New With Xojo Cloud Let’s celebrate 10 years of the easiest and best way to host Xojo Web apps - Xojo Cloud! Join Geoff Perlman as he talks about the recent updates in...
View ArticleXojo Web App - Proper Use Case? Advice Needed
We have a larger ERP system that is local connecting to an on-site MSSQL database. It a mission critical application that runs our entire operation. It currently supports over 25 users. We added some...
View ArticleXojo, which Android APIs is it compatible with?
I try to use Xojo for Android. But I can’t figure out which devices and which Android APIs it will be compatible with. 2 posts - 2 participants Read full topic
View ArticleMdfind was ist hier falsch?
Hallo Freunde! mdfind “((_kMDItemGroupId = 13) && InRange(kMDItemContentCreationDate,$time.today(-2d),$time.today(+1d)))” Fehler im Terminal: zsh: parse error near `)’ Der Befehl kommt...
View ArticleError Message - Old Version Of XOJO
Any pointers for this old version of XOJO - its not a ‘fatal’ error message but it is annoying when XOJO loads (2019_3.1). Its for an application written in this version that i need to maintain and...
View ArticleMethod Overloading - Why doesn't this work?
Let’s say I’ve got two methods overloaded like this: Public Function Test(input as Integer) As Integer Return 1 End Function Public Function Test(input as Integer) As String Return "STRING" End...
View ArticleEinhugur WindowSplitter - What is "Docking"?
Just getting started with this control. There are many properties, events, and methods concerning “Docking” of the control, but it is never explained what “Docked” actually means in the context of a...
View ArticlemacOS Apps: From Sandboxing to Notarization, The Basics
Originally published at: macOS Apps: From Sandboxing to Notarization, The Basics – Xojo Programming Blog You are likely already familiar with terms like Sandboxing, hardened runtime and Notarization....
View Article