Building a new Ios app
Building a new Ios app I’ve been trying to build a new Ios app for a few days now, but without success. Error message distribution profile not found even though everything seems to be ok in xcode....
View ArticleDesktopContainer has no CancelClosing event
Hi all A DesktopContainer can be embedded into a window. But it can be displayed without a window (myContainer.Show, or ShowModal or ShowPopover). That’s great but… it has no CancelClosing event. This...
View ArticleAdd listbox row as row = 0
Hi, I want to add a listbox row in fron of already displayed rows, as row = 0. with AddRowAt I can only pass 1 value, but I have more than 1 columns. I know I can add the row at the end and sort...
View ArticleXojo2024R1: prompt dialog with entry field
Scenario: WebListBox control, double clicking on the row, the prompt dialog shows with entry field populated with value from the selected row (this is the workaround copy to clipboard). In Xojo2018...
View ArticleEncrypt zip files, not just password protect
As I understand, password protected zip files are pretty easy to crack since there is no limit to the number of times you can attempt a new password. Is there some other way to password protect a zip...
View ArticleOpening a file by code line
Hello, I’m trying to open a file by giving the code a path to follow. Thanks to your suggestions I’m able to reach any folder not inside a SpecialFolder by coding like this: OpDg = New OpenDialog...
View ArticleShowOpenFileDialog
Hi how i can do this to show file name on the File Dialog f = FolderItem.ShowOpenFileDialog(“LN_COTR.*”) thanks 7 posts - 4 participants Read full topic
View ArticleXojo2024R1: vertical scrollbar out of synch when using cursor keys of the...
It looks like unfinished work on WebListBox, trying to navigate list with cursor keys (up/down) from keyboard does not move vertical scrollbar. This is on MBP M1 and Safari. Easy to replicate using...
View ArticleXojo2024R1: WebToolbarButton drop down menu navigation
The navigation in the drop down menu has been improved in Xojo2024R1 (https://tracker.xojo.com/xojoinc/xojo/-/issues/75467) However, there is still a problem. I use Safari, the up/down cursor keys...
View ArticleApp keeps running
Does anybody have some advice what I should be looking for with following symptoms: The app keeps running when I close the last window from the window close button. The App.Close event trigger does...
View ArticleORM for Xojo?
I’ve been away from Xojo for four years, doing C#/Blazor stuff (and others) but the last few evenings have been having a lot of fun (flashbacks!) working on a Mac desktop project with Xojo. But I’m...
View ArticleFunny characters while reading or writing PString in TextArea
In my app, I read and/or write PStrings in a TextArea (not TextField) but I do not get a carriage return, i.e. the text does not go into a new line, instead I get a sequence of characters (something...
View ArticleGeneral design question - web app
Hello, seeking some guidance from the experts here. I am building a web app that does customer maintenance and orders. I am creating a page for each function, e.g., customer maintenance, orders,...
View ArticleDesktopListBox.PaintCellText changes text height?
Wondering if anyone can confirm this or if I’m going crazy. Got a listbox with a bunch of words in it. It displays correctly: But if I add a PaintCellText event to change the color of the text, the...
View ArticleDMG Canvas issue / w App Wrapper
(topic deleted by author) 1 post - 1 participant Read full topic
View ArticleValentina 14b15 Available for Your Feedback
It won’t be long now. We are just waiting for a bit more feedback on what’s new in this release. This will bring updates to all our products including ValentinaDB ADK for Xojo, Valentina Reports ADK...
View ArticleRegex + html problem
I’m using some regex to fish out external CSS for html. In Patterns the regex works fine: In Xojo with the following code: dim html as String = backen dim theRegex as new RegEx theRegex.options.greedy...
View ArticlecubeSQL on XojoCloud
I currently have some web apps running on Xojo Cloud using SQLite. I tested my app with the developer version of cubeSQL and I just purchased a valid cubeSQL license from SQLabs. I would like to find...
View ArticleFolderItems and names of items inside them
Sorry, guys, I’m here again I have a question regarding FolderItems: I have a RdioButtonGroup with three choices, how can I have the app let me choose the folder and automatically open my choice of...
View ArticleCopy and Renaming files
Windows 11 / XOJO 2024r1.1 I have a folder with a few thousand files with names starting with a 4 digit number. For example : ‘2154 Sweet dreams.mid’ I would like to rename all these files without the...
View Article