Cross-platform MDI-like application in Xojo
Hi all, in my application i have a side bar and a bottom bar and a lot of windows(~50 window), the side bar is used to navigate between windows. the problem that i want the side bar and the bottom bar...
View ArticleXojo2023r4: Code Profiler
I started looking into code profiler for the web app I have converted from Xojo2018. I am getting Profiler Data entry in Navigator - this is nice. I have put StartProfiling/StopProfiling around some...
View ArticleFetching rows from table into the list
The following code works: Var vLst(-1) as DatabaseRow Var vRowSet As RowSet Var vStmt As String vStmt = "SELECT * FROM mytable ORDER BY mycode" vRowSet = Session.db.SelectSQL(vStmt) For each vRow As...
View ArticleA Thread on Building the What The Fly? App
Dear All, After some discussion on the forum, I have decided to do a ‘build’ thread. In this thread, you will follow along, and participate, with the creation of an application to help Fly Tyers keep...
View ArticleHTML Viewer font size
I’ve been working on a project for a local community organization to collect people’s contact info (e.g. email address) when they attend an event. Adding some help information to it. I prefer to write...
View Article2023 R4 - Can’t run in the iOS Simulator unless you…
There are several threads with folks having simulator issues, where even running an new iOS project results in the errors below: The issue started appearing for me in XOJO 2023 R4. It’s not an issue...
View ArticleCreate/Delete Files? Xojo 2023R4
Hello all, I’ve always had trouble with GetFolderItem and creating files. In this case, I know the folder, but want to create an empty file “startup.txt” in that specific folder. What is the best way...
View ArticleCheck video length before uploading ? WebFileUploader
Hello everyone, Is it possible to check the duration of a video before uploading or saving it to disk? Thank you 1 post - 1 participant Read full topic
View ArticleRegex to leave only numbers and the Last period
I am currenty using this regex search pattern. reg.searchPattern = “[^.0-9]” But I want to add a pattern that will leave the numbers and Only the last period in the string. Does anyone have a search...
View ArticleJeremie Leroy's web calendar
Hello guys, Did anyone managed to make this work on the latest Xojo ? Unfortunately on his repo, he has some controls locked and you cannot do anything without those , it seems that he forget about...
View ArticleCan someone explain SpecialFolder confusion
Hello guys, so as mentioned in the title , can someone explain that SpecialFolder part in regards to the Applications For example Windows : I have Applications → \Program Files\ or \Program Files...
View ArticleHow to change color of the top menu bar
How to change the color of the top menu bar on an Android App (the one colored green in the image below) 3 posts - 2 participants Read full topic
View ArticleHow to ideas - REST API for PostgreSQL
Hello all, I need to create both sides of a REST API for my project(s). I have not ever done this before so I am not really sure what the best way is to go about this. There are a number of API tools...
View ArticleContext menu for HtmlViewer
How do I handle the context menu for a HtmlViewer? Some items don’t make sense when used as email viewer like “Open link in new window”. Others like “Download image” I would like to handle....
View ArticleValentina Release 13.8.1 improves Studio productivity, adds ValentinaDB...
This release includes fixes and improvements to Valentina Studio and also adds additional SQL functions for ValentinaDB, both in ValentinaDB for Xojo, and in Valentina Server. Server also now supports...
View ArticleThousands separator based on user's settings?
I would like to display file sizes with thousands separators, based on the current operating system settings OF THE USER. What actually seems to happen is displaying it according to the webserver’s...
View ArticleTo cathch a right click
Silly question, but… How do you catch and use a right click pressed on the mouse in Mac OSX? Thank you 6 posts - 4 participants Read full topic
View ArticleArray of structure
Hello, Is there a way to build an array of structure in a plugin and return it to Xojo. The structure is already declared in a.h file. If yes, some hints on how to do it would be appreciated. Today I...
View ArticleModal window can still select other windows
I am using a Movable Modal window to avoid that users can selected and work in the other windows until they close the Modal window. However, I noticed now that when I click the menu bar (top part) of...
View ArticleNew WebView2ControlMBS crash & workaround
Hi all, If in the last two weeks your projects using WebView2ControlMBS have started mysteriously crashing on load, this thread is for you. I’ve spent dozens of hours on this issue so I’m going to...
View Article