"With" equivalent?
In VB.NET I can use the With keyword if I need to set various properties on the same object, such as below: With MyControl .Left = 0 .Top = 0 .Value = "Hello World!" End With Does an equivalent exist...
View ArticleBild zu SVG
Hallo zusammen, gibt es eine Möglichkeit, ein Canvas oder eine Picturebox als SVG zu exportieren? Gibt es da ein Plugin oder eine solide Lösung? Einlesen verstehe ich, aber ich würde gerne als SVG...
View ArticleAnother speed problem
With your last suggestion I was able to speed up the sorting for dates, I also understood how RowComparision works… something I didn’t understand before, and I also understood how to best use...
View ArticleValentina Studio How to create Reports - step by step?
Hello all, Can anyone give me a link to detailed instructions for creating reports in Valentina Studio? A video would be nice, or sample code? Also, how is that integrated with the ADK for Xojo? Am...
View ArticleNotebookLM and Xojo
Does anyone have anything to share about NotebookLM from Google? I have heard good things about it, but I have no personal experience with it. We heard early this year that Xojo was working on some...
View ArticleWindow Resize Event
I created a new Desktop application. I added the following line of code to the window1 open event… Window1.Height = Window1.Height * .5 Everything works as expected. The window is 200, half it’s...
View ArticleRetrieving the styled text in saved DBKit.TextArea inputs.
The goal is to store and retrieve records that include user styled text documents. (using SQLite) Following the example in Quickly building a database client app for the desktop with DBKit, a...
View ArticleDesktopListbox CellToolTip catching clicks, preventing selection of the row
This happens when the window type is a Movable Modal. Only happens on Windows and not MacOS. The tooltip for the cell somehow becomes “solid” and when you click to select the row, the tooltip blocks...
View ArticleAutocomplete Malfunctioning
(topic deleted by author) 1 post - 1 participant Read full topic
View ArticleHappy Holidays 2024 from Paradigma Software
Our collective team would like to wish our customers, colleagues, partners and friends in the Xojo community a Merry Christmas 2024 today. Watch Santa live on December 24, 2024… LIVE: NORAD tracks...
View ArticleApple Profile Triage 3.6b1
Happy Holidays everyone! Apple Profile Triage 3.6b1 is available for download today. In addition to some stability fixes, APT now has a diagnostic feature which generates a PDF report of items...
View ArticleDragItem.Destination always NIL
Does anyone have a solution to this old problem? It still exists in release 2024.4.1 3 posts - 3 participants Read full topic
View ArticleGet urlconnection runtime error in debugger only ....?
Happy seasons to all Here I have a very short code that runs as a build but not in the debugger: Try Var response As String = http.SendSync("GET", url, 30) // Increased timeout to 30 seconds If...
View ArticleDynamically change the toolbar?
Hi all, I have a quick question. Maybe I am missing something here, but is there a way to dynamically replace a toolbar with another one? For example, say that I have two tabs: Members and Notes If...
View ArticleTextarea editing
Forgive me if this topic has been addressed; haven’t found any mention of it though. I have a DesktopListbox cell assigned as TextArea when clicked on. I have not been able to find a way to have it...
View ArticleXOJO 2024 R2 License Issue
Hi everyone, I’m writing here to seek help regarding an issue I’m experiencing with Xojo. I’m currently using XOJO 2024 Release 2.1 on a Mac with the Sequoia 15.2 operating system. I have purchased a...
View ArticlePrinting from an HTMLViewer can hang the app
This is happening on Windows 11. I’ve created a special HTML page that allows me to render my data via javascript in an HTMLViewer, then I call HTMLViewer.Print to allow the user to send it to their...
View ArticleUnlock New Possibilities with GraffitiSuite Release 61
JOHNSON CITY, TN (December 27, 2024) — GraffitiSuite is pleased to announce Release 61 for Xojo Desktop, iOS and Web! Release Statistics 7 New Classes or Products 44 Additions 43 Bug Fixes 6 Other...
View ArticleSqlite deleting all rows
Hello group I’m converting my program from Ms Access to SQLite, at least I’m trying. I have a problem with completely deleting a table, I wrote: deleteSQL = "DELETE * FROM "+TabellaDaEliminare Try...
View ArticlePrint PDF base64
Saludo especial a los foristas Agradezco quien me pueda asesorar o capacitar para imprimir un PDF que es una factura en base 64 que recibo desde un WS y no he logrado que funcione. He utilizado las...
View Article