While not rs.eof code, one works the other fails
I have a problem that I cannot resolve. Below are to SELECT*FROM codes using the same database and the SAME Table. The upper code will show a list in the list box while the lower code will have a...
View ArticleCan only select files and not directories
My program scans a file OR directory and analyzes it’s properties, however the OpenFileDialog in Xojo on Linux seems to only be able to select files. Not sure if this is a flaw of Xojo or the system...
View ArticleKeep opened window attached to Main Window?
How can I have a window that, after it is being opened, always stays attached on top of the Main Window? Just now I noticed that when I have several windows open, the specific Window (which is a sheet...
View ArticlePopOver with white Background (on Windows)
How can i use a white Background in a PopOver? I’d like to display QR Codes in a PopOver using a white Background. But i can’t find a workaround for this issue:...
View ArticleXojo license changes and MBS Plugins
With Xojo 2024r1 or newer, everyone can build Xojo desktop and console applications for Linux without a license. Basically this part of Xojo can be used for free. Only if you do Web applications on...
View ArticleWeb, what is the best practice for UI update?
when I go to show a webpage with webContainerParent which within it instantiates a further 100 or 200 webContainerChildren (each of these shows the data of the reowset rows of a table of a db) I...
View ArticleCatching runtime errors or closing them via a shell
Hi team I have a large complex app that requires a number of plugins and connects to specialized hardware making it a nightmare to get help with my code. I’m seeing a runtime error that creates one or...
View ArticleXojo Web embedding from Scribe
Has anyone been able to use Scribe Smart embeded files with Xojo Web? Scribe creates an iframe link to embed into a website but I can not figure out how to make it work with Xojo We. 7 posts - 3...
View ArticleHow to apply "is-invalid" to "form-control"?
I would like the entry field to show visual cue to the user when input is missing upon data validation during the save in the Xojo2023r4 web app. Using “form-control is-invalid” would change the look...
View ArticleAPI2 Method for Iterating Over an Embedded Control's Peers
I’m in the process of updating a very large project to API 2.0, which has become more necessary now that in 2024 things like Popovers exist and they can only be opened by DesktopUIControls and not the...
View ArticleXojo Icon on Mac Doc
This may be a silly question, but I have 3 different releases of Xojo right now, I use all of those with different projects. Xojo icon is identical for all 3 on the Dock. Is there a way to change one...
View ArticleHow to turn off implicit transactions on Postgre?
Is it possible to turn off implicit transactions using the PostgreSQLDatabase plugin? I can’t create a database in code without this. 2 posts - 2 participants Read full topic
View ArticleexecuteInXojo undefined/not accessible
So I’ve looked through various other threads about this and have seen nothing about Android specifically and the MobileHTMLViewer embedded in it, I’ve seen people mention it only working under Webkit...
View ArticleRetrieving SQLite DB data in TextFields
Hello, I’d like to get all different data from a SQLite DB and put them into single TextFields instead of using a ListBox. Can it be done and, in case, how? Thank you 6 posts - 3 participants Read...
View ArticleHaving Trouble with Cookies - Migrating from Web1.0 to 2.0
I’m migrating a Web1.0 app and having trouble with Web2.0 and cookies. I have a socket on a login page that raises a custom event after a user successfully logs in that contains oauth2 values. In...
View ArticleAdd my app launcher directly to MATE panel?
Hi folks. My latest app includes the ability to add a desktop launcher (shortcut) and another to the main menu. Simple enough. I’d like to also include something to add a launcher directly to the MATE...
View ArticlePi5 VS conversion - Full Screen with Menu no access to Pi menus
I am in process of converting a VS solution to XOJO for Pi. The VS solution has a menu implementation which I am in process of converting. The part that is slowing me down is creating a DesktopWindow...
View ArticleDoes App.Quit() in XOJO Cloud kill all instances?
My Web App is acting more as a Service, and I’d like to be able to Stop and Start it w/out logging into the XOJO Cloud UI, but instead do it programatically with a method within the Web App itself....
View ArticleMultiLine in Listbox
I’m trying to figure out how to display multiline text in a cell, and grow the height of the cells to properly show the text. My text will have EndOfLine characters to split it into lines. It may be...
View ArticleCan you insert a value into Listbox cell
My apologies for asking for help but I’m running into a lot of “Page Not Found” and some depricated text so I’m not certain I can do the following: I add a column of values in a listbox (you help...
View Article