iOS AppStore vs Adhoc code signing issue
The Code signing part of Apple is as always confusing the crap out of me. I have an iOS app that I can compile successfully using the Xojo setting “Build for Development”, and using Xcode can copy to...
View ArticleIssue in PDFDocument with the font Avenir
Hi all, I have an issue in PDFDocument where the Avenir and AvenirHeavy fonts are rendered incorrectly. A customer reported that Acrobat Reader for Windows reports that “The font ‘AvenirHeavy’...
View ArticlePi5 Remote debugging not working
Hi. I had this working on a Pi4, I must admit I can’t remember if I have had it working on a Pi 5 but I can’t get remote debugging to work. When I launch the remote debugger from an ssh session and...
View ArticleUsing a loop in Shell with Tesseract
Can someone help me format this string “for i in turing-??.png; do tesseract “$i” “text-$i” -l eng; done;” to work in a Shell on Linux. It is giving me a compile error when I leave the double quotes...
View ArticleXojo Documentation: AI hallucinations
I was trying out the new Chinese AI: DeepSeek. I asked it for Xojo code to reverse the order of an array of Points. I had done this earlier using ChatGPT, and I wanted to compare the answers. In this...
View ArticleFolderItem.TrueItemsMBS and preemptive thread don't play well together
Hi, I’ve found that calling FolderItem.TrueItemsMBS in a preemptive thread can produce weird behaviours concerning debugging. In my case, I’m using TrueItemsMBS for a folder on a remote server. That...
View ArticleiOS app compilation for AppStore fails in Xojo 2024R4.2
An iOS app compiled with the Build For Development option works, but when choosing the Build for App Store option in Xojo, I get the following Error: The operation couldn’t be completed. 2025-01-25...
View ArticleOption Resaziable dans inspecteur des Fenêtres n'a aucun effet (Bug ?)
Option Resaziable dans inspecteur des Fenêtres n’a aucun effet (Bug ?) Si je met off, les fenetre reste redimentionnable 6 posts - 3 participants Read full topic
View ArticleChange Control Position at Runtime iOS
I have code that can change the size of a control at runtime. But I have a stacked arrangement of ‘stuff’ in a containercontrol, and would like to have the option to re-arrange it if the user chooses...
View ArticleControlling overall system sound
I am probably looking something very simple. I try to control the overall system audio from my application. Desktop and Mac only. Trying to control volume and muting for starters. I tried with several...
View ArticleWebListbox: ProcessingMessage Color
Add a Processing Message to a WebListbox: WebListbox.ProcessingMessage = "Loading..." This will display a Label and an blue-ish (indetermintate) Progress Control. Depending on the look&feel of the...
View ArticleWebLink: Vertical Alignment | Xojo 2024r4.x
It seems that the vertical alignment of WebLink’s is unexpected/wrong in Xojo 2024r4.x. A WebLabel and a WebLink are no longer being displayed on the same vertical position (which used to display fine...
View ArticleA few questions on Icons and coloring
Hello all, I am wondering what the best kind of icons are to use, where to get them and then how to use them within a web app? For page and other object coloring, what is the best way to do that? I...
View ArticleIs there a built in fuction to convert text chars to individual hex values?
Hello all, Is there a built in function to convert a string of ascii chars to their individual hex values? If not built in, any sample code? Convertion like the following: }gGWþGÕü ==>> 7D 04 67...
View ArticleNo WebToolBar MenuSelected WebToolbarButton Event?
When using the WebToolBar I often need to ‘refresh’ the captions and icons of items, based on conditions (outside of the WebToolbarButton). Which all works great, except… When the WebTimer responsible...
View Article2 Finger zoom on mobile devices
Real beginner at mobile interface design - and had a rough time finding information about 2-finger “gestures” in my app (saw a bunch of references about “gestures”, but nothing I could sink my teeth...
View ArticleBomboBox and Index
good evening group I’m trying for the first time to “store” two values in the list of a combobox. one value is the visible one (company name) and the other is the one not immediately visible (ID)...
View ArticleWeb Email Attempt
I’ve been reading post after post and taking code from examples to try and piece together how to send en email from a xojo web app. I have enabled 2FA on my gmail account and am using the app password...
View ArticleChanges between Xojo/Same project
In a project, I analyze a master folder contents and build an html description that holds afolder contents description in <table …/… . As the first line, I place a line. Now, I wrote an analyzer...
View ArticleHELP ! Delete column in sqlite
Hi group, I can’t figure out how to delete an entire column from a table with sqlite. 5 posts - 4 participants Read full topic
View Article