Quantcast
Channel: Xojo Programming Forum - Latest topics
Browsing all 3600 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

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 Article


ToolBar, 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 Article


Serial 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 Article

Decorating 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 Article

Getting 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 Article


Layering 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 Article

Image may be NSFW.
Clik here to view.

Downgrading 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 Article

Hard 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 Article


Image may be NSFW.
Clik here to view.

WebList 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 Article


Create 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 Article

Is 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 Article

Window 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 Article

Color 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 Article


Editor: 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 Article

Image may be NSFW.
Clik here to view.

Introducing 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 Article


DateTime.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 Article

WebListbox 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 Article


SQLiteDatabase.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 Article

A 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
Browsing all 3600 articles
Browse latest View live