dyLib API Call errors - how to fix?
Hi All Declare Experts, Background: I am developing a dyLib and DLL to access an external library (not a plugin). Currently I am testing ‘libSwEpLib.dylib’ on the macOS 13.7.4. The code librrary is...
View ArticleToolBar, the Return
I have added a Toolbar to the Navigator, I add a bunch of Buttons, I learned how to move a button if I forgot one set its oproperties (name, Icon), Cmd-Mouse and move to the destination. I still do...
View ArticleSerial program works then doesn't after xojo restart
I am reading serial data from an arduino compatible microcontroller. I followed this tutorial and got it to work:...
View ArticleDecorating the Windows taskbar icon
Thanks to a declare from, I’m sorry to say, I forget whom now, I can decorate my app’s macOS Dock icon with a value. Anyone knows whether the same is possible under Windows? Not vital but it would be...
View ArticleGetting keypresses in window of Status Menu app
I’ve got a module which creates a MovableModal window with multiple choices for the user to select options. Because it’s created on the fly, to get keypresses (up, down, return, esc), I’m using:...
View ArticleLayering Objects
Suppose I have 6 (overlapping) objects - lets just say rectangles - on a window. Is there a way (when program is running) to adjust which rectangle is overlapping which rectangle? In other words,...
View ArticleDowngrading of Table funtionality in latest release
Why has the latest xojo release so badly downgraded table handling instead of enhancing it. Please note part of my conversation below with CHATGPT. You seem to have uncovered a fundamental weakness in...
View ArticleHard time with IndexOf
The code below do not works as expected. I mean, the code in the If Condition is never run. NB: I used ComparisonOptions.Casesensitive sith the Same result. ideas ? If...
View ArticleWebList show zebra
Hello, I’v got zebra on my WebListBox when I try this code on the opening event of the weblist control when using a loop // Fill projects list Var items() As Repository.Project =...
View ArticleCreate editable listbox
Hi group, I would like to have an editable listBox … insert values and archive them … I have been reading a few guides but I can’t, also because sometimes I don’t understand the concept in English....
View ArticleIs there a documntation about DesktopSearchField?
In a DektopWindow with a DektopListBox (to search in), I add a DesktopSearchField. I add a Label and now I am asking myself where to go. I read the documentation @ DesktopSearchField, but see nothing....
View ArticleWindow Opening When Assign Values
Hello, Newbie to Xojo here. Please be gentle. I have two windows: MainWindow and SettingsWindow. In the Opening event of MainWindow, I call a method to assign some values in the SettingsWindow to a...
View ArticleColor in my ListBox
Hi group, another little problem. I have a listBox, on a cell I have the color I need stored as text in the form &h00FF0000. I wanted to read it in the PaintCellBackGround to give the color to the...
View ArticleEditor: Autocomplete zeigt keine Liste an
Anfänger: Bei mir wird keine Autocomplete Liste angezeigt. Nutze 2024 4.2 und einen Mac. 3 posts - 3 participants Read full topic
View ArticleIntroducing the CRUD SQLite Xojo Project – Built for Beginners!
Hello everyone, I’m excited to share with you my recent project: the CRUD SQLite Xojo Example—an educational application I’ve specifically designed for beginners learning Xojo programming. This simple...
View ArticleDateTime.FromString question
I’m pulling a date/time value from the http response headers of a webserver in the format: Date: Mon, 24 Mar 2025 09:32:51 GMT I’d like to get this value into a DateTime variable. Is there a way to...
View ArticleWebListbox Only Stores 64 rows
Please run this project, which simply loads 95 rows into a listbox. Using a scroll mouse, scroll the listbox slowly downwards, then back up. What I see is that around row 64, you get zebra stripes as...
View ArticleSQLiteDatabase.DatebaseName?
Hi, I wanted to add a name to my database (this is used later in the software to differentiate between two cases (read or not 2 Columns). So, in my code (below), I set Emile as the databasename. At...
View ArticleA good case with Gemini
But not with code. I asked Gemini the generic name and full name, vieww by continent of all countries. It returned me what I asked. So, there may be some use right now. Is AI ready to use for coding:...
View Article[SQLite] Change a TABLE name
I found the syntax to rename a TABLE here: SQL Alter Table The example there is: ALTER TABLE travel_requests RENAME TO requests; I fired a db inspector (home made) and it appeared the error message...
View Article