Provisioning Profiles for macOS Apps
Originally published at: Provisioning Profiles for macOS Apps – Xojo Programming Blog More in this series on distributing Mac apps: Continuing our series on distributing Mac apps, this post will take...
View ArticleMobileTextArea Scroll position control
Is there a way to set the scroll position of a MobileTextArea by code? In my case, text is added at the bottom and I want it to scroll down to the latest text after adding text. 2 posts - 2...
View ArticleHuman Authored Certification for Books. How about software?
I came across an article that pointed me to the Authors Guild website and this page about a new initiative called the Human Authored Certification. It got me thinking whether there should be (or maybe...
View ArticleProblem mit Xojo Version 3
Hallo Ihr Lieben! Ich habe folgendes Problem: Ich nutze 2 Mac’s. iMac Ventura 13.1 und MacBook Air Sonoma14.6.1 Bislang konnte auf beiden Geräten mit 1 Xojo-Projekt arbeiten. Dummerweise habe ich das...
View ArticleXojo Hangout Starts in 15 minutes!
It’s been a while since out last Hangout! Today, join Geoff Perlman, Xojo CEO, for an informal hangout. Join: Xojo: Webinars and Videos on Xojo Programming 1 post - 1 participant Read full topic
View ArticleSMTP Headers.AddHeader getting stripped out
Not sure if I should be chasing this down with my Web/Email host (I use their SMTP server to send messages) or if it’s my own issue. mail.Headers.AddHeader("X-MyHeaderHere", "MyHeaderValueHere") When...
View ArticleMobileImageViewer should have a Pressed event
Looking for some love on this case. MobileImageViewer is very basic. It has two events, Opening and Closing. I have to either use a Canvas or overlay the image viewer with a button to capture a simple...
View ArticleMisses: a Release Notes ToC
I recently wanted to know what was changed in IndexOf and so I looked at the Release Notes and I do not found it. But, to get the Release Notes, there is no ToC, you have to do it manually (change the...
View ArticleDirty flag in the close button (macOS)
Is it possible (without declares) to get the dirty flag/dot in the close button appear? 2 posts - 2 participants Read full topic
View ArticleGraffitiGrid checkbox issue
I am working on xojo Web application on 2024r3.1 and i am trying to use GraffitiSuiteGrid with checkbox inside the Grid. And i am trying to take the Value of my cells so to test if they are True or...
View ArticleWhat exactly does IsConnected do?
What exactly does IsConnected do? I ask because since we started using If Not db.IsConnected Then db.Connect in our code, our database seems to start getting Can’t connect to MySQL server on ‘…’...
View ArticleIs Pro/+ the only license with Console applications?
I feel like desktop should have it too, if it doesn’t already… Looking at the store Console applications only are under the pro which is overkill if you’re only making desktop applications (including...
View ArticleSQLite db closes direct after it was opened
I have an windows desktop application which runs good for years. I am adding/changing modules in the application, but suddenly it has a db error in a part I have not touched for years. I tried older...
View ArticleBorder vs BorderOpacity
When I look in the debugger, Graphics like OvalShape, RectShape, CurveShape etc. show a Border property. It seems to track with the BorderOpacity. You can assign it a value in code and it seems to...
View ArticleCurveShape default BorderOpacity is 10000.0
When I look in the Debugger, it seems like the default value of a new CurveShape’s BorderOpacity is 10000.0 This seems peculiar. As I have understood it the “reasonable” values of this property range...
View ArticleFigureShape Methods with Single parameters
FigureShape methods – AddCubic, AddLine, AddQuad – all take Singles as Parameters rather than Doubles. This just seems to be a little peculiar. Is there a specific reason for this? When the Xojo...
View ArticleUnexpected sandboxing
I let the IDE do the code-signing and notarisation for my apps. So, in the Sign step under Build Settings, I have Hardened Runtime and Notarisation enabled, but not Sandboxing. If the app is then...
View ArticleXojo2024R4.1: how to display icon in the header column of the WebListBox that...
I don’t know if this issue: https://tracker.xojo.com/xojoinc/xojo/-/issues/72681 relates to my question or not. However, what I need is to display the icon in the column header instead of the text. In...
View ArticleGrouping data with arrays
I have 2 related arrays of data. I would like to list the sales, grouped by category id. I can figure out how to group the categories on 3 lines, but I can’t determine how to group the sales with the...
View ArticleFolderItem.TagNamesMBS documentation question
Hi, The MBS documentation says this: Please note that some tags may include chr(10) followed by a number to indicate which label color is used for compatibility to older OS X versions. What is the new...
View Article