Xojo2024R2.1: WebListbox with DataSource - how to right justify values in...
I have looked at WebStyle but I don’t see what I need. I need to change the justification for selected columns from default left to right. How would I go about this? 3 posts - 2 participants Read full...
View ArticleXojo2024R2.1: WebListBox with DataSource - how to "add" styles
I want to apply different styles to cells in the WebListBox depending on column element, in this case numbers should be right justified and sometimes but not all the time have some background color....
View ArticleSaveFileDialog single click double click difference
I was doing some tests for: CopyTo and I can reproduce that if I single click a destination file (dialog) in the Downloads folder, the file is not removed and a new file without extension is created....
View Articlebarcode.StartScan not working
I’m sure i’m missing a plist entry or something. I checked camera access in the iOS capabilities. What other things need to happen before camera access for barcode scanning will work? Searching the...
View ArticleWindows Dark Mode - DesktopSeparator control is almost completely invisible
Feedback Case Number: 77088 Windows Dark Mode - DesktopSeparator control is almost completely invisible 3 posts - 2 participants Read full topic
View ArticleMap-Funktion wie im Arduino-C++
Ich bräuchte mal bitte einen Denkanstoß … irgenwie ist es wohl zu warm Im Arduino-Framework gibt es eine Funktion “map”, die dazu dient, einen Wertebereich auf einen anderen Wertebereich abzubilden....
View ArticleWindows Dark Mode
I’m starting to look at building a windows version of my app. So far so good. There’s a few items that require some special fixes as I have made the Mac version very mac with API calls. All that is...
View ArticleWhy isn’t this working?
Hi again. Ok, this is confusing me. First, the code: for numberOfVideos = 0 to screenSaveMovieListWindow.ListBox1.RowCount -1 f = New FolderItem(Listbox1.CellTextAt(numberOfVideos,0)) If f <>...
View ArticleHow to copy web project?
Hi team! I have a Xojo 2024r2 web project which displays 1 container at a time in a web page. I want to make an iOS project of this app. What are the steps to follow? I duplicated the binary project...
View ArticleSequoia - new security entitlement(s)
Starting with macOS 15 Apple requires a new entitlement for Local Network usage - in every app that allows the user to enter an IP, that use Bonjour or unicast/multicast connections....
View ArticleApplying a Depth Map
Hi, I’m working on a project where it can open an image or two and then create an anaglyph image, where you use those red/cyan (or red/green or red/blue) 3d glasses to view it. So far its working...
View ArticleSeeking To RePosition/ReShape a Canvas in iOS
The documentation for positioning things on an iOS screen is hard to follow. It is clear that the Left, Top, Width, and Height of the DesktopCanvas realm are read only in iOS and it is necessary to...
View ArticleAbout tab stop (allow tab stop)
Moving from Intel to Silicone machine I find that opening a window containing objects like checkbox, radiobutton, popupmenu etc., the first object ("In the project window… " radioBtn) shows as if it...
View ArticleGet main window size in fullscreen
Good morning Starting to move my pipewriter application to Raspberry Pi as it is the final host running it (o; As the target screen size is not defined yet, I want to get the main windows height and...
View ArticleXojo 2023r1.1 Desktop license nagging
Good morning I’m using an older Xojo desktop license (2023r1.1). This should allow me to build apps for Windows, macOS and Linux. But when I want to build a Linux Arm desktop application it nags me...
View ArticleGet USB serial port device ID
Good morning My pipewriter RPi app needs to connect to several USB serial ports where each one has a specific function. So the normal approach of adding serial devices doesn’t work as during boot it...
View ArticleShowPopOver not working in Linux as on macOS
Good afternoon (o; Found a great popup keyboard example as it is perfect for a RPi touchscreen application. Building is all fine…but when running, it doesn’t show me a popup keyboard when I touch or...
View ArticleScintilla and Dark mode
I wanted to use a Scintilla text editor. That works fine, thanks to Christian. But… the authors of Scintilla seem to ignore what is Dark mode… I can change many colors but… I don’t see how to change...
View ArticleConvert an existing binary Xojo Web Project to Text
Hi! I have started building a Xojo Web application using the Xojo binary format (“.xojo_binary_project”). I now want to save it in the text format to start using version control. (“.xojo_project”). I...
View ArticleAbout Copy and Move exemple
The original example Files/Copy and Move, crashes if the file to copy or move already exists in the destination folder (desktop in the example) This version fixes both cases. And if exists, it is...
View Article