IllegalCastException even when controls share a common parent
Feedback Case Number: https://tracker.xojo.com/xojoinc/xojo/-/issues/76713 Here’s a fun one to look out for. I suspect it has something to do with the fact that the new API2 controls have some magic...
View ArticleTemplate fields format
Hello, Trying to figure out how to have same design based on the template i choose and i downloaded the min.css from here Bootswatch: Litera and i would like to have some fields to look like this Now,...
View ArticleProblem with ChatGPT and Xojo Web App and WebTextArea
I am creating a simple port scanning program for charitable purposes for children to use. It’s web address is http://www.codenamesonar.app. The app resets and disconnects often, but this is not the...
View ArticleHelp with loop
I have a DB with a list of unix epoch times and count values. Each time an action runs, a record is written to the DB along with a count value, and this happens multiple times per day. I have a...
View ArticleWorking around error in NSSpeechSynthesizerMBS
I have two users who have reported an error when creating a new NSSpeechSynthesizerMBS. This is the line of code in Xojo subclassing NSSpeechSynthesizerMBS as a window property:...
View ArticleMismatch error
A method returns and array, I need only and specific item of the array var result() as integer = MethodReturnsArray() ' value needed is returned in array(0), for exemple var theValue as integer...
View ArticleDesktopContainer Control - scrolling
I thought that if a container was larger than the size of its instance in a window, then we’d see some scroll bars? I am confused, seeing older tutorials that have strange math. My goal is to have a...
View ArticleMobileTable Focus Problem
In an iPad app with a Split View On the left I have a mobiletable. On the right pane, other stuff. If I SelectRow on the mobiletable, the selected row shows as selected, but ONLY while the pointer is...
View ArticleWWDC 2024 for Xojo Users
Originally published at: WWDC 2024 for Xojo Users – Xojo Programming Blog Last week, Xojo MVP Gavin Smith attended the WWDC 2024 event in Cupertino. He found the event uplifting and exciting, and I...
View ArticleXojo Web Bug Bash 2024
Bug happens! Upvoting is still the best way to show your interest, as we try to prioritize those bugs that are affecting a big portion of our users. We also fix bugs that we think are very important...
View ArticleCopy listbox selection data to text field
Hello All I have been trying for a while to find a listbox1.listindex in the list, but it is not in my list. when i click on a line, i want the associated data to be placed in the database in various...
View ArticleSpeciaFolder.Desktop and iCloud Desktop
I have an app that has to access specialFolder.Desktop: when I run it, it correctly access it; yet a user of mine gets the Desktop of iCloud (he says he needs iCloud running). From this forum I came...
View ArticleEmpty array of a type can’t be checked with `IsA` not returned in a Variant
I have this code: Class cClass End Class Class cClassSub Inherits cClass Public pText As String End Class Function Test() As cClass() Var oEssais() As cClassSub Var vVariant As Variant Var vSuccess As...
View ArticleWWDC para Usuarios Xojo
He publicado el artículo WWDC 2024 para Usuarios Xojo traducido al castellano a partir de la entrada disponible originalmente en el blog de Xojo. Como de costumbre, ¡confío que lo encuentres...
View ArticleIs Chromebook a plausible target for xojo android?
I have seen discussion of running xojo itself on a Chromebook, but I am not clear if it is/will be possible to compile non-trivial apps that will run on a Chromebook. I have played briefly with the...
View ArticleEvent in Modal-Window does not fire
(topic deleted by author) 1 post - 1 participant Read full topic
View ArticleCan't add event handler
hi, I’m using event handlers extensively. Now I have the situation where I can’t add an event handler. After selecting ANY event, hitting the OK button, the Add Event handle window closes and that’s...
View ArticleMigration from Visual Basic on a Mac
Hi Xojo coders, Being a rookie on Xojo (and an amateur in Fortran and Visual Basic), I try to find the “Visual Basic Migration Assistant”, which was warmly recommended in the migration video on the...
View ArticleXojo2024R1: WebListBox with DataSource problem
I am trying to learn how to use WebListBox control with the DataSource, I looked at available example in Xojo but I am still not quite sure how all this is supposed to work. I would like to ask for...
View ArticleProblems downloading update 2024r.1.1
Hi I’m not sure if this is the right section, anyhow, I can’t download the last update 2024r1.1 I always get the same error: #12175 , what should I do ? thanks H 4 posts - 2 participants Read full topic
View Article