Deprecation of TLS 1.0 and 1.1
Anyone still needs TLS 1.0 and 1.1 when working with MBS Xojo Plugins? OpenSSL plans to disable them by default. We should do the same. Everyone moved to TLS 1.2 and 1.3 as far as we know, so nobody...
View ArticleDetecting Windows 11
Hi. I’m trying to detect Windows 11 using an older version of Xojo (2018) without using plugins. GetVersionExA and GetVersionExW doesn’t work so I found this on the forum but need some help converting...
View ArticleAuto click a button when returning to mother form
I have the user go off to a new form. The user will then click on either of two buttons (Yes or No) to close that form and return to the mother form. If the user clicks Yes, I would like to...
View ArticleNeed to open new tab
I have looked at some of the other forum entries, but don’t see a way to do this any longer… I have reporting software on my server, ART, it works fine, but when the link is called from XOJO into...
View ArticleCan users share paid Android apps?
I am an iPhone user and only have an Android phone for testing. I launched a couple of paid apps to the Play Store a couple months ago. I check app sales nightly and when looking at the Installed...
View ArticleAppStore error: 707 - Receipt hash failed
Some of my customer has this error after update to macOS 15, and one customer has this problem with macOS14. Unable to validate “Acana My Coins” with the Mac App Store 707 - Receipt hash failed may be...
View ArticleListbox database doesn't move when re-ordered
So, I have a databases that populates a listbox. The listbox contains 0 Name, 1 picture, 2 SequenceID I thought it maybe good to reorder them so my users could have their favourite ones at the top....
View Article[ANN] MonkeyBread Software Releases the MBS Xojo Plugins in version 24.4
Nickenich, Germany - (September 17th, 2024) – Monkeybread Software today is pleased to announce MBS Xojo Plugins 24.4 for macOS, Linux and Windows, the latest update to their product that is easily...
View ArticleCosmic Trader: A Game Built with Xojo Web
Originally published at: Cosmic Trader: A Game Built with Xojo Web – Xojo Programming Blog I truly enjoy creating things with Xojo. This time, I built a little game with Xojo Web just to see if it was...
View ArticleWindows Progress Bar Style
Updating TablePlus today, I noticed their progress bar is the way more visually appealing one. Is there a way to use that kind of Progress Bar in our Xojo Apps? 2 posts - 2 participants Read full topic
View ArticleIt's the Final Countdown
I’ve been working on a customizable circular countdown timer class and finally got things working the way I want it to, or so it seems. Was a bit more challenging than I first thought. Anyway I have a...
View ArticleBKeeney Shorts - how to sum records/lines
Hello all, I use the Report Designer from BKeeney to create files that will run as a report. Does anyone know how to add a counter/sum line so when the report is done, it shows the total number of...
View ArticleLineCap
Good morning (o; In the docs I see this mentioned: LineCap As LineCapTypes The way in which the end of the line will be drawn. Affects only lines drawn when using DrawPath, GraphicsPath and Object2D....
View ArticleRead barcodes with newer zxing classes
We had zxing classes in our MBS Xojo Plugins to recognize barcodes for many years. The older zxing library we used got outdated, but there is a successor. The zxing library got branched and we can use...
View ArticleAchat licence xojo
cela va paraitre un peu bete mais comment fait-on pour acheter une licence Xojo en français (99$). 14 posts - 4 participants Read full topic
View ArticleSaving the DesktopListBox Contents
So simple, but I failed… I am at t.Write ???? t.Close Ideas ? 8 posts - 3 participants Read full topic
View ArticlePosition a dialog next to clicked Cell in WebListbox?
Hello, maybe someone solved this? How would I put a dialog next to the cell in the listbox after someone clicked on it? I don’t see a way to know the on screen coordinates of the cell. Ideas are...
View ArticleUsing CriticalSection to Manage Resources
Originally published at: Using CriticalSection to Manage Resources – Xojo Programming Blog Managing multiple threads in software development often requires handling them concurrently to create...
View ArticleActivation FULL SCREEN
Bonjour, Comment gérez-vous un fullscreen quand vous passez d’un écran 13" à un écran 21"5. 2 posts - 1 participant Read full topic
View ArticleIt shouldn't be this difficult - Open a Xojo page from HandleURL
Why not change the return type of HandleURL from Boolean to Variant, and if a WebPage is returned, display that page instead of the default page. // HandleURL select case request.Path case...
View Article