Why does WebListBox.CellTextAT return variant?
Why does it return Variant? When does it return something else then String? 7 posts - 2 participants Read full topic
View ArticleGood sources for DB design questions
Dear All, What are some good sources for learning how to design effective relational databases? Is here an OK place to ask about basic DB design? What if I provide pictures with arrows and circles and...
View ArticleURLConnection -UnsupportedOperationException
Hello all, On Xojo 2023r4 I get a UnsupportedOperationException error on occasion. What causes this and what is the best way to recover from it? To be clear, the code will run for a hours/days without...
View ArticleCan't edit caption of Segmented Buttons or Tab Panels in IDE
Get a load of this bug: https://tracker.xojo.com/xojoinc/xojo/-/issues/75417 Xojo won’t let me edit the captions of Segmented Buttons or Tab Panels. Screen recordings attached to the bug report for...
View ArticleScript - Getting/Setting Value of an Entryfield in the App by Script
How can I retrieve the value of an entryfield in my app into a script to modify this value by script and set the value of another entryfield in may app computed by this script? brgds from BlackForest....
View ArticleCheck file name before saving!
Hello everyone, Here’s the code I put in UploadFinished But as there will be several sessions at the same time and users will send their photo taken with their smartphone, the name of the file will be...
View ArticleModal Screen in Different Sizes?
iPad app: It’s possible to make a screen and then showModal. The screen then covers most of the surface, and when it’s closed the previous screen (which was mainly hidden) is fully visible again. The...
View ArticleA slideshow like no other!
Hello everyone, Here is my project, from a desktop app Monitor a directory to display as soon as a photo is added to this directory, display it for 10 seconds, if no other new photos for 10 seconds...
View ArticleMysql Connection timed out
I’m not 100% shure, but I see an Error from time to time. I’m preparing MySQL Statements with ne “new” syntax (selectsql(“SELECT * FROM table WHERE id = ?”, rowid) Sometimes I get an DatabaseException...
View ArticleCharts with more than one x or y axis
When you use our chart classes in the MBS Xojo ChartDirector Plugin, you have the chance to have more than one X axis and/or more than one Y axis. When doing this, there are a few things to think...
View ArticleSystem colors in iOS
I want to make a custom control in iOS using a canvas. So I’d like to reflect system colors The help talks about these methods of Color But I cannot get at AccentThemeColor, PrimayThemeColor etc etc -...
View ArticleIDE Suggestion - Search
Hi Xojo, Can we get an IDE search within folder? At this moment we have: Search Global (full project search) Search Item and subclasses Seach Code (only one item sode) Search Selection (Selected code...
View ArticleMicrosoft Office Password Protected Files
Hi all, Wondering if there’s a definitive way to check if a given folderItem has password security on it - on MacOS in the Finder, icons are displayed with a padlock on them, so MacOS itself must have...
View ArticleHow does Timer.CallLater match the passed delegate's method AND object...
I would like to create some functionality like Timer.CallLater for an event system. Currently, I return a key for each subscription to the event so that it can be cleaned up later by a call to...
View ArticleDisabled checkbox still gets mouse click
Hi, I have 2 checkboxes. When I click on the 1st I want to disable the 2nd while the 1st one is working. I can make it inactive by set enable = false but it still can be clicked and execute its code...
View ArticlePut container controls and windows into a module
I have many container controls and windows that all pertain to specific modules. At the moment I have them in separate folders to keep them organized, however, this only works for the navigator. Many...
View ArticleFill an array variable from a loop!
Hello everyone, I don’t understand where the error is! In a loop to list all the files in a directory and put each filename in an array variable, well I have an error! I put you the code below Thanks...
View ArticleWindows program for emit a frequency in audible range
I would like to create a Windows program that can do the following: Emit a frequency in the audible range(400Hz-5kHz) Output through the standard Windows sound output Frequency can be changed at any...
View ArticleSSLSocket Connecting Outbound
I’m trying to send text message (HL7 messages to be specific) over TCP using SSL. I’ve created an Inbound application to receive the message and I’m using an SSLSocket with a certificate file, setting...
View ArticleGot a web app you're proud of?
Most web apps are used internally by our users so we don’t get to see them. If you have one that you think looks nice, I’d love to see it. Send me a private message with a screenshot and a description...
View Article