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

A complete Dockerfile for Web Apps

Originally published at: A complete Dockerfile for Web Apps – Xojo Programming Blog For a comprehensive guide on deploying Xojo web apps to any server, please refer to the video tutorial available at:...

View Article


Quick way to get file paths of all files/folders in a folder, recursively

I need a way to get the native paths to all files and folders, recursively, in a target folder into an in-memory database. In some cases it might only be a couple hundred. In others it might be a...

View Article


Image may be NSFW.
Clik here to view.

Hash Tables

Neat article on hash tables. WIRED – 16 Mar 25 Undergraduate Disproves 40-Year-Old Conjecture, Invents New Kind of Hash Table A young computer scientist and two colleagues show that searches within...

View Article

Lancer une application

Bonsoir, Une question simple : comment lancer une autre application à partir d’une application ? je ne l’ai jamais fait d’où ma question. merci 2 posts - 2 participants Read full topic

View Article

It’s about Toolbar

Question #1: Before populating a Toolbar, I only want to know how to set a Toolbar to a Window. Is there’s a document I do not see ? OK, there is a page named Toolbar Editor. Unfortunately, in the...

View Article


Advice on what to use

Hi group, I would like to create a list, where I can insert the sending date, details and type. Each type will have a color chosen by the user and therefore each line with the information can be...

View Article

FolderItem slow to create

Hi all, This line of code Var theFile As New FolderItem(myLocalPath, FolderItem.PathModes.Shell) Is so slow - it’s part for a file search app that calls this for each file it’s found, so often, quite...

View Article

Image may be NSFW.
Clik here to view.

iOS Toolbar example is broken

Weird error happening in the iOS toolbar example: Using 2024.4.2, macOS 2 posts - 2 participants Read full topic

View Article


IDE 2024V4 unusable in windows

OMG I just upgraded to 2024R4, the error window font is even smaller than it used to be , and making it almost impossible to read error messages. I am now concerned its going to be unusable, and since...

View Article


DesktopListbox Gridlines not appearing in Dark Mode

Feedback Case Number: ??? Hi all: I am on a Macbook Air, M2, 16GB Memory, Sequoia 15.3.2. Gridlines in DeskTopListBox do not display in either the IDE or the app when Dark Mode is enabled. If I turn...

View Article

WebThreads

Hello all, I have a cooperative WebThread that performs database inserts and updates a progress bar to keep the user informed of progress of the operation (via UserInterfaceUpdate). The UI remains...

View Article

Dynamically create

I want to dynamically create a 2x2 grid of buttons. If there’s a way, please let me know. ex) dim a(2,2) as DesktopButton for x as Integer = 0 to 1 for y as Integer = 0 to 1 a(x,y) = new DesktopButton...

View Article

Extends is genial

Hello everyone I do not come to ask a question but to share with you my joy of having found a great feature: “Extends” For example, I want to place entetes on a box list. Before doing this:...

View Article


Curlsmbs basic authentication

Hi! I’m trying to use a basic authentication with CURLSMBS plugin (from 2017), tried dim c as new CURLSMBS dim header() as String header.Append("Content-Type: application/json; charset=UTF-8")...

View Article

Image may be NSFW.
Clik here to view.

Making desktopwindow at runtime with controls inside?

in the attached project, I want to make a window the width of a button, and display a listbox inside to edit. 1/ how to display the window just below the button ? 2/ why can’t I resize the window...

View Article


I’m going to ask about changing colors

I want to set the font or text color for a Window, button, ComboBox, etc. And I want to specify the font or color for the entire project at once. 2 posts - 2 participants Read full topic

View Article

Setting the baud rate for serial communication

I want to set the baud rate to an undefined speed, such as 1Mbps, while performing serial communication. 2 posts - 2 participants Read full topic

View Article


Best OLM To PST Converter Software

I have the best and efficient solution for migrating Mac OLM data into Windows PST that is providing MailsDaddy. Without technical knowledge users can convert OLM data into PST using this tool. It...

View Article

Forcing Intel on ARM

(topic deleted by author) 1 post - 1 participant Read full topic

View Article

MBS Quicklook Panel Question

I have a listbox with a list of files from a folder. I’m using the Quicklook Panel example as a way to create quicklook previews of selected files when pressing the spacebar. I get the preview showing...

View Article
Browsing all 3600 articles
Browse latest View live