Looking for Webinar Panelists - Xojo Pi Projects
Xojo is planning a webinar centered around Xojo Pi for March 14th. We’ve got @Paul_Lefebvre on board to host and we’re looking for panelists who have Xojo Pi projects they are interested in sharing....
View ArticleWeb app loading slow. Because using containers?
I’ve been noticing my web app has been loading pretty slowly, up to 10 seconds to load a page in some cases. No huge images (only one has some images). Mostly just buttons, labels, and listboxes....
View ArticleBackground Image
I would like my webpage to have a background image using a local file. If I just a remote URL, it works. But if I use a local file, it doesn’t. This is supposed to be easy. This works:...
View ArticleHow do I display a variable that belongs to another window?
Can I retrieve a variable in another window, in a desktop application? Thanks for your help. 3 posts - 3 participants Read full topic
View ArticleHow do I detect the latest files created in a directory?
Hello everyone, In a Timer How to detect the last file created in a directory thanks to its creation date? Thank you. 10 posts - 5 participants Read full topic
View ArticleHow to run a WebPage using XojoScript
Hello everyone. Does anyone know how to run a WebPage using XojoScript. I did the following test but it doesn’t work: Var lsWebPageName As String = “wpHome.Show” Self.XojoScript1.Context = Self...
View ArticleAuto crop a signature picture
Recently we got a client with a special problem. A scanned paper with a signature has a lot of unused space around. The scan shows a bit of dust and dirt. People have greasy fingers, the flatbed...
View ArticleEingabe im WebViewer
Hallo liebe Leute! Ich möchte im WebViewer, in bestimmte Eingabe-Felder, mit einen Text eingeben. Wie z.B. Benutzer-Name und Passwort. Gibt es die Möglichkeit die Felder anzuwählen und automatisch...
View ArticleMin iOS version
I have been getting reports from people using iOS12 that my app won’t open for them. Im pretty sure it needs to be for iOS 14 Can I force a minimum version anywhere in Xojo - Im using 2023, or in the...
View ArticleDisplay image ready to upload ? FileUploader
After selecting the image with a FileUploader, how do I preview this image in a canvas (or other) before sending it? Thanks to all. 2 posts - 2 participants Read full topic
View ArticleOptimizing Database
I need some advice. In SQLite I optimize the database with DB.SQLExecute("VACUUM;") 'Speicher freigeben und Datenbank defragmentieren / rebuild database file, repacking it into a minimal amount of...
View ArticleShowing another Webpage in Openning-Event of another webpage fails
If there are 2 WebPages in a project. WebPage2.show is called in the opening event of WebPage1, then WebPage1 is displayed at the end. This is definitely not intended. In this case, the rendering of...
View ArticleRehoming App Wrapper and/or the Ohanaware App Kit
Hey All, The time has come, I’ve made my decision to find App Wrapper and/or the Ohanaware App Kit a new home. I think its best for the community and the products if they continued to be maintained by...
View ArticleDesktopDateTimePicker does not allow year change
I am very close to release my writers app as beta, but I really would like to fix this problem first: The DesktopDateTimePicker does not allow me to change the year by simple typing; it keeps on...
View ArticleMBS Plugins 24.1 pre-releases
Hello, in this thread I want to post to you what’s new in 23.6/24.0 prerelease plugins. Download here: monkeybreadsoftware.de/xojo/download/plugin/Prerelease/ or from Dropbox or ask (in private...
View ArticleDate Format Exception again
Hello guys, Apparently i run into this error again after years Continuing the discussion from unsupportedformatexception in Xojo: So i have the date recovered from an XML which is the following string...
View ArticleWebFileUploader still broken in 2023?
Hi all, anyone ever get to the bottom of why WebFileUploader is so fragile? Particularly when uploading large files (and when I say large, just a couple of hundred MB)… it just stops part way though,...
View ArticleVB6 GUI transition to Xojo
My product has a GUI built in VB6. It’s a dinosaur but it was great for GUI. I am looking for our next great GUI builder. I need multiple platform and both desktop and web support. There are several...
View Article.USDZ files
Has anyone done any work with USDZ files ? I’m specifically interested in conversion from .OBJ to .USDZ for use in Apple’s Preview app and on IOS as Apple support USDZ directly without any external...
View ArticleRead inputs and outputs on a USB interface?
Let me explain I want to read IO inputs from a USB interface on my Mac and later on my PC. What type of interface do I need? a ready-made one with classes to access it and read the data? A DIY USB...
View Article