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 ArticleQuick 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 ArticleHash 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 ArticleLancer 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 ArticleIt’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 ArticleAdvice 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 ArticleFolderItem 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 ArticleiOS 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 ArticleIDE 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 ArticleDesktopListbox 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 ArticleWebThreads
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 ArticleDynamically 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 ArticleExtends 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 ArticleCurlsmbs 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 ArticleMaking 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 ArticleI’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 ArticleSetting 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 ArticleBest 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 ArticleMBS 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