Pb affichage ecran
Bonjour, Tout d’abord, je vous souhaite une heureuse année 2025. Ensuite, mon problème j’ai créé une appli sur mon macbook pro (écran 13’) et entre temps je me suis procuré une Imac d’occasion et bien...
View ArticleUnderstanding Interfaces in Object-Oriented Programming with Xojo
Originally published at: Understanding Interfaces in Object-Oriented Programming with Xojo – Xojo Programming Blog If you are learning Object-Oriented Programming (OOP) or are curious about software...
View ArticleWebTabPanel Captions Cannot Be Set If Background Color Is Set
Well this is interesting, to say the least. Settle in with a cup of coffee. I have been working on a web-based interface off-and-on for a couple of months. I am using Release 2024r2.1. Since my pages...
View ArticlecubeSQL Server
Hi all, not strictly Xojo, but there are few resources out there for this product. I’m running cubeSQL Server 5.9.6 (which as far as I’m aware, is the latest release) with SQLiteManager 4.9.2. When we...
View ArticleYear of Code 2025: January Project
Originally published at: Year of Code 2025: January Project – Xojo Programming Blog January’s Year of Code 2025 topic is Desktop apps and my project is XojoText. XojoText is a simple text editor that...
View ArticleYear of Code 2025: January Project Sharing
Hi everyone and welcome to the first month of the 2025 Year of Code! As mentioned in the January blog post, this is the topic to share your January project, which has the theme of Desktop app. I’ll...
View ArticleXojo have a Syntax where Color.Red and Color["Red"] refer to the same thing?
The Color DataType has the constant Red for instance. With a string “Red”, is there a Syntax to use the string to get Color.Red? For instance where Color.Red and Color[“Red”] return the same thing? I...
View ArticleError in documention Format()
Feedback Case Number: 78253 Description is the same for both the # and 0 Characters. Format Doc Error 3 posts - 2 participants Read full topic
View ArticleProblem with delcaring Arrays in my project
I’m trying to create a public array variable in my project to be used as a list for some data, but whenever I try and create it this error shows up, and ChatGBT’s solution wasn’t working. I was hoping...
View ArticleEncrypt/Decrypt a short string cross platform
I’m looking for a way to encrypt and decrypt a string, preferably resulting in another string that isn’t too long. It needs to work cross platform, so including iOS, Mac, Win and Android, which rules...
View ArticleiOSMobileTable search hides keyboard
I have an iOSMobileTable I enable Search When the search text changes, I loop through the data. if I find a matching row, I scroll so as to put it at the top Var searchtext As String For x As Integer...
View ArticleOpenDialog for specific files
I’ve been reading through the documentation and cannot seem to find the answer to my question, which is “how do i launch an OpenFileDialog with only specific files being shown”? Our business uses a...
View ArticleListbox versus DesktopListbox
I have read the information on both listbox and desktoplistbox, understand that listbox is deprecated but I wonder if it is acceptable with program begun and compiled using listbox remains a program...
View ArticleInitialization and Opening event sequence for DesktopContainer and Controls
Inside of a DesktopContainer, I would like to create a Dictionary that can be used by several of the container’s Controls in their Opening events. Is there a recommended place, a BeforeEverythingEvent...
View ArticleCustom Font + Canvas + MenuItem Icons etc
I use FontAwesome to generate icons in my app. The font is temporarily installed during each runtime. I tried drawing Font awesome glyphs onto a canvas, but didn’t work (didn’t give it much time)....
View ArticleXOJO Lite/WIndows - Sedning keystrokes to a web window
Mostly new to XOJO, have 2024r4.1 release. I am trying to automate accessing my NAS units… I would like a simple program based on the SimpleWebBrowser example to address each of my NAS units since...
View ArticleUsing encryption in Mail
After lots of cursing I managed to create a certificate for S/MIME in Mail. But how do I encrypt an email? According to the documentation by Apple I should be able to see a closed lock icon: Go to the...
View ArticleSign in my xoxjo compiler
Hello, reinstalling xojo 2015r1 on my PC windows 10 , it has become impossible for me to compile any code. Xojo request Xojo ID code !? try to create Xojo ID code without success … My license Key is...
View Article[Ann] PNG Optimzer
One of the most annoying tasks for me when preparing a new release is making screenshots. For my website I always need 1x and 2 x images. I’ve been using RetroBatch for a while do prepare the images....
View Article