API1 TO API2 conversion
Anyone knows if there is a document which explains which property name in AP1 is replaced by which property name in API2. 6 posts - 6 participants Read full topic
View ArticleMove to New Container
Feedback Case Number: 76138 I typically find myself prototyping in the main window, and then once I generally have a good sense of how the UI is going to behave find myself creating Containers. The...
View Articlecomplement 2
Hello everyone. I’m new to Xojo I created a “complement 2” binary encoding and wrote this code: var=(&hff ((uint16)&h7d << 8) ((uint32)&hb0 << 16)) >> 4U this code throws...
View ArticleCustom mimimize/restore on Global Floating Window?
Hi all, Trying to figure out the best approach for this. This is for both Windows and Mac. My app has a Global Floating Window that sits “always on top” of a third-party application and has tools...
View ArticleImprove speed of SQL query
My database has 3 tables: Mailbox Message Attachment I’m rewriting the main sql queries to improve search (and the code was quite kludgy). The search for attachments is in a separate query: SELECT...
View ArticleUpgrading to Sonoma/Xcode
With a heavy heart and both arms rammed up my back, I think it is time to upgrade my dev machine to Sonoma, to get a new Xcode, to use a new Xojo, all to be able to ship an update to a little free iOS...
View ArticleProcess large amounts of data, preferably workers or threads
I should process a large amount of data, I tried with threads (from 30 to 50) but they work on a single processor and run into difficulty, I wanted to try with the worker class but I know that the...
View ArticleDark Mode + ListBox + Alternate Background colors
I followed the Documentation and used in CellBackgroundPaint Event: If row Mod 2 = 0 Then g.DrawingColor= &cD2FFF3 Else g.DrawingColor= &cD2EDF5 End If g.FillRectangle(0, 0, g.Width, g.Height)...
View ArticleHow to uniquely differentiate two similar substrings in a string?
Hello, How to uniquely differentiate two similar substrings in a string (Shell.Result)? I tried several approaches, but all my attempts failed because it systematically detects “Hardware Port:...
View ArticleValentina Release 13.10 Extends Valentina Reports for Xojo, Valentina Studio
This major update adds multiple supporting features to Valentina Reports, including Report Designer in Valentina Studio and Valentina Reports for Xojo, which among other improvements, can now generate...
View ArticleColumn 1 is added to column 2
Hi, I’m running into a problem with the following code. Column 1 is correctly summed. However, the summed total of Column2 is the combined total of Column 1 and Column 2. I can’t see why the total of...
View ArticleClass constants
I noticed that Xojo now allows constants to be defined for a user-defined class, similar to constants defined in a module, but I don’t find any documentation on how these can be used. Evidently they...
View ArticleGet Android Folderitem
Anyone know how folderitem works on android ?, I’m trying to open an existing file that I placed in sdcard/documents but it doesnt get the file and returns a crazy path like:-...
View ArticleParents again
I have a DesktopContainer with three controls on it: two canvasses and a scrollbar. None of these shows the container as the parent; looking at the .xojo_window file (this project is saved as text)...
View ArticleDouble Layout for Landscape and Portrait
Xojo on Android allows you to view the layout in Portrait or Landscape orientation. It also allows you to lock the orientation so as to force the user to use the App only in one direction. It would be...
View ArticleXojo Awards?
Just curious, will the Xojo Awards will be coming back ? 2 posts - 2 participants Read full topic
View ArticleCURLSMBS.FileInfos with Amazon S3
I want to get a directory listing from an S3 bucket, with filenames and modification dates, using SFTP. Here’s my setup, based on the MBS example: curl.CollectDebugMessages = True...
View ArticlePrint labels from report
I’m a total newbie when it comes to programing, I need a simple application to print 1"x3" label with a Dymo label printer I don’t need to save the data, I just want to copy from an excel a range of...
View ArticleUnable to add a currency value to a JSONItem?
just found this one : used the JSON xojo example, and modified it to add a currency to the json Var Person As New JSONItem Dim c As Currency = 27.32 // This object is manipulated like a dictionary...
View ArticleQuery to CSV
How i can made on Web App to run the query and download it COPY (SELECT * FROM tracks WHERE genre_id = 6) TO '/Users/dave/Downloads/blues_tracks.csv' DELIMITER ',' CSV HEADER; thanks 2 posts - 2...
View Article