Excel ODBC Query Help
I am trying to query an Excel file using the ODBC driver. I was hoping someone here might know the correct syntax to query by column name using a cell range. I have the query working fine by cell...
View ArticleWeblistbox refreshes 3-4 times before showing value
(topic deleted by author) 1 post - 1 participant Read full topic
View ArticleWeblistbox Rolling error
xojo 2024R2 weblistbox defaultRowHeight=-1, After adding image items using WebListBoxImageRender, scrolling through the weblistbox will cause an error. Has anyone experienced this situation?...
View ArticleUseful array and variant functions in MBS Plugins
We got quite a few utility functions in MBS Xojo Plugins for you to enjoy in your projects. GetVariantTypeMBS Let’s say you have a variant containing something. Usually you use VarType() or...
View ArticleValentina Release 14.1.2 (& 1.1) Improves Studio, ADKs
We released two updates over a short span of time, so we recommend updating to the most recent version, Valentina 14.1.2. Valentina 14.1.1 Release Notes Valentina 14.1.2 Release Notes These...
View ArticleRelase control from main thread
I vaguely remember that Xojo had a function that would release control of the main xojo thread so that other program processes would have a chance to run. Is there? 3 posts - 3 participants Read full...
View ArticlefpIsItSquare (Fp plugin) does not work
Hi all, Does anyone use Fp plugin (originally Bob Delaney, now Einhugur) and mainly its BigInteger function fpIsItSquare? In a simple project, I’m trying this function and my App (IDE or Compiled)...
View ArticleXAML TextBox
Hey folks, I am trying to grab the input text from an XAML TextBox but i am beyond stumped. What i currently have in the XAMLContainer Content is, <TextBox Header="Enter your name:"...
View ArticleListbox Background Color
Hi, I have been searching for a solution to my problem. I have read some of the similar questions from 2016 and they dont work. My question is, can i change the background color of a listbox?...
View ArticleHeight of an iOS Switch
Is there an API call to adjust the height of an iOS Switch? The default height is 31 and I would really like to make it smaller, but Xojo doesnt allow it 3 posts - 2 participants Read full topic
View ArticleEnable sharing of xojo_binary_project files on the forum
The forum already allows uploading pictures (4MB max file size). Wouldn’t it be great if it also allowed sharing xojo project files less than 500KB?...
View ArticleDebuglog intermittent?
Hi team, I’m seeing some strange behaviour on a new project in 2024R2 (Windows 11) with system.debuglog I have a method that’s called when serial data is received and the actual method works fine. The...
View ArticleStrange HandleURL issue
Hi all, I’ve been developing server side apps deployed to XojoCloud for some time but I’ve just come across a strange issue. I have a very simple app that works on a local network between a desktop...
View ArticleJsonitem.valueat fails
If I don’t missunderstand the docs, this schould work as expected?! dim data as new jsonitem("{'bla':'foo'}") Dim key As String = data.KeyAt(0) Dim value As String = data.ValueAt(0) But valueAt raises...
View ArticleHelp capturing a portion of the screen
Hello, Command-Shift-4 will capture the selected portion of the screen on Mac. How can I achieve that programmatically, (in code)? Answered by Gavin here [How can I execute Command-Shift-4 from a...
View ArticleSomebody else noticed strange behaviors of your desktop app under xojo2024.2?
Did someone else noticed weird behavior of your desktop app running under xojo 2024.r2? I did develop an app and do upgrade every time also to the newest xojo desktop. It runs fine all the time till I...
View ArticleNew DatabaseConnection class
I have just installed the latest Xojo release and was curious about the new DatabaseConnection class. The developers have really and seriously managed to keep up this endless ignorance of mysql /...
View ArticleChange the text color of a SegmentedButton in Android
The following declare works fine to change the backgroud color of a SegmentedButton control: Declare Sub setBackgroundColor Lib “Object:ctrl:MobileSegmentedButton” (myColor As Integer)...
View ArticlePictures
Does anyone has a sample project that can be upload where we can select a picture from the server and display it? I am building a web app where the user calls it up with an Android tablet via a web...
View ArticleXojo2024R2: WebDialog can not be resized - why?
In Xojo2018 the WebDialog can be resized by.user. This is very useful when displaying list of details the user is interested in. In newer versions of Xojo including 2024R2 the web dialog can not be...
View Article