Unleash Your Creativity with XOJO Wallpapers!
Hi everyone! Recently, XOJO has published their wallpapers for download and use (which I’ve done). This initiative sparked my creativity, leading me to create 5 of my own wallpapers that you can use...
View ArticleAppWrapper 4.7 (240)
Hi people, does anyone know if AppWrapper from Ohanaware is still an active product and offering support post purchase? Many thanks. Dave. 15 posts - 5 participants Read full topic
View ArticleTransparency: how to prevent?
I’m creating a picture in a listbox’s DragRow event. This is then applied as the DragPicture: p = new Picture (500, 65) g = p.Graphics g.Transparency = 0.0 // text & other drawing here...
View ArticleXojo 2024r1 does not present a Project…
Project kind: binary I am working on a project (with Xojo 2021r2.1)and have troubles. So, I duplicated it in the Finder, load it, remove some parts unrelated to where troubles goes. Then, I fired...
View ArticleXojo Android IDE can't find emulator although up and running
Hello to the community, I have the problem that my Xojo Android IDE can’t find the the “Medium Phone API 35” emulator although I have created it successfully in the Android Studio device manager and...
View ArticleDBKit - Accessing table fields not in the window layout
By way of example of a table of three fields: Name1, Name2, Name2: If Name1 and Name2 are in the layout as DBKit.TextField, the user can modify their contents. While the user is making these...
View ArticleError DB Sqlite db Error number 427264
Hi, after upgrade to MacOS Sequoia 15.1.1 (from previous Sequoia version) i cannot use anymore a little App i’ve written. Specifically the App opens but i receive Error DB: Sqlite db...
View ArticlepluginEntryTable error
Project: • Compiles successfully • Runs successfully from the IDE • Make an inno installer • Copy installer to a different computer • Run installer • Run app → Runtime Error: Common\plugin.cpp:1002...
View ArticleDisplaying SVG from string as picture object works ok on MacOs but not on...
Inside a class, I define a string variable to store the content of a svg file (XML) so I can manipulate its color and opacity and then convert it to a picture object with: Var svgPicture As Picture =...
View ArticleCómo subir tus apps macOS a la AppStore Connect
Ahora que desde Xojo 2024r4 es posible aplicar Sandboxing, Hardened Runtime, y Notarizar tus apps macOS… ¿no sería genial crear el paquete y subirlo a la AppStore Connect para su proceso de revisión?...
View ArticleThe XOJO Blog: The Hidden Gem of Code - Do You Agree?
The XOJO Blog is a true gem, free for the taking. Every month and every year, they publish high-quality content for all of us, covering useful and friendly topics. Within it, we can draw insights from...
View ArticleChatGPTConnection Example
hello, today i register at chat gpt and add credit card and paid few dollars, it was minimum $5+tax but in the xojo example i get this message!? *You exceeded your current quota, please check your...
View ArticleMy images are not fully displayed (height)
I cannot goes on because I do not understand what happens. Here’s theimage as it is displayed “as is”: As you can see, the Canvas is higher than the window(full screen) and the image is missing its...
View ArticleYear of Code 2025: Kickoff
Originally published at: Year of Code 2025: Kickoff – Xojo Programming Blog Xojo is kicking off 2025 with something for everyone in the Xojo community, an event that will help new users grow their...
View ArticleJoin us for Year of Code 2025
Xojo is kicking off 2025 with something for everyone in the Xojo community, an event that will help new users grow their Xojo coding skills and existing users polish theirs. Each month from January to...
View ArticleSequoia File/Folder access
I have an app that cannot access files/folders on Mac Sequoia. I went thru the whole ‘notarization’ thing with Apple so that it would run, but having done that the compiled app does nothing when I try...
View ArticleApps hanging on RDP disconnect
I have an issue that started around July 1st. I’ve written several utility apps for work. They all live on a network share and are run on a server that I access via RDP. They all worked fine until...
View ArticleXojo Talents: Discover and Download Applications Created by Our Community
As you may have noticed, I enjoy sharing posts that highlight the content created by all of us, and I believe it’s one of the many ways we can "help each other out. So here’s another post: Would you...
View ArticlePortAudio (MBS) to play an existing file
Hi, My goal is to read an encrypted file, decrypt it and play its content as a sound (the original file being an mp3 or m4a audio file). I want to avoid saving to a temporary file, so the data must...
View ArticleLoop through WebControls by TabIndex
Hi, I understand For Each ctl As WebUIControl In Controls iterates through all controls in a container, but I want to process them in a specific order, I’ve managed to build an array of...
View Article