Remove Non Printable Characters
I need to remove non printable characters from various textarea’s. Most importantly, linefeed and carriage returns. I suck at regex! I do have one to replace any non alpha numeric characters. What...
View ArticleLocalizing my app—but Lingua doesn’t support iOS?
I’ve started the process of localizing my iOS app, and are new to XOJO’s methods—I’ve localized plenty of iOS apps with Xcode. As I understand it, I can create localized string constants. I’m using a...
View ArticleWatermark/Annotation in DynaPDFMBS
I have the option to add an Annotation to PDFs. It seems to be ‘all or nothing’ - every page of a multipage, or none. Is there a way to have the annotation only on some of the pages? 3 posts - 2...
View ArticleTTS • Custom Speech Synthesis
Wait… what?!?! I worked with TTS for a short while. Mainly via OpenAI’s TTS APIs. While browsing through the MBS plugins I ran into the Speech section. Is it possible to sample any human voice, and...
View ArticleWindows ini file read /Write
If you look at it on Windows, there is an ini file called I would appreciate an example of how to read and write it. 4 posts - 4 participants Read full topic
View ArticleToolbar help with alignment
Currently I have the toolbar set as shown in graphic but I’d like to add an icon on the left of the toolbar but as far as I can see there is no way to set it left. ios has Self.RightNavigationToolbar...
View ArticleCustomise a Chart
Is it possible to set the background of the chart control to a custom colour? I want it black rather than white! And could I use a bitmap image as the fill of a pie chart? 1 post - 1 participant Read...
View ArticleHelp with dictionary for counting
I am reading values a SQLITE database and want to create a dictionary based on the values in a specific column. The dictionary would have a key of the text string from the database, and the value...
View ArticleWhere do you find these icons
Hi there. I have a little question, maybe someone can answer. If not, it isn’t a big deal. I want to use these Icons I think I need to get them from the OS, or is there somewhere else? Regards 7 posts...
View ArticleThis madness has to stop
Feedback Case Number: https://tracker.xojo.com/xojoinc/xojo/-/issues/76674 There’s a video in the case. The code hint gutter can be infuriating, but this is the worst I’ve seen it. I literally can’t...
View Article[ANN] Announcing GraffitiBundle
JOHNSON CITY, TN (June 18, 2024) — GraffitiSuite is pleased to announce the immediate availability of GraffitiBundle! The easiest and most powerful method to build Desktop applications from your Xojo...
View ArticleHow to use Bootstrap Themes to Customize your Xojo Web Apps
Originally published at: How to use Bootstrap Themes to Customize your Xojo Web Apps – Xojo Programming Blog This tutorial will equip you with all the knowledge to select and use Bootstrap themes for...
View ArticleComo Utilizar Temas de Bootstrap para personalizar tus apps Xojo Web
Hola, He publicado el artículo Como utilizar Temas de Bootstrap para personalizar tus apps Xojo Web traducido al castellano a partir de la entrada disponible originalmente en el blog de Xojo. Como de...
View ArticleAzure Trusted Signing and Xojo Apps
There is a new (to me) service available from Microsoft Azure, which sounds like it might be another way to codesign your Xojo EXEs. https://azure.microsoft.com/en-us/products/trusted-signing It’s not...
View ArticleBest protocol to replace VNC?
VNC is a very old stack, working very well on macOS thanks to hardware optimization (my guess from observing Apple screen sharing) but very bad on other platforms. Which protocol can replace it for...
View ArticleKeeping MBook Air m3 always under charge
I used to put the battery of my old MBP under charge when it dropped under 40%. Now, on the NET, I read that, with this new generation of MBBAir, the power adapter may stay always plugged-in...
View ArticleSQLiteDatabase encrypted with SQLCypher?
I need to be able to read and write to a SQLite database from a third-party application, the database is encrypted with SQLCypher. I have the key, however when I set it via .EncryptionKey and then try...
View ArticleMAS app disk access
My apps restore the last session automatically at startup if that option is checked in the Preferences. This works for apps that I sell through my website, but a customer reported that one of my apps...
View ArticleInstall iOS app from Developer's website in Europe
Hi Has anyone done this? Do you know if it’s as simple as build for App Store and put up on my website? Thanks! Chris 6 posts - 3 participants Read full topic
View ArticleDynamic Island and layout
I’d like my app to make use of the full available screen size on an older iPhone (without Dynamic Island) but avoid controls like a label to disappear on a newer iPhone with Dynamic Island. Is there...
View Article