Android Barcode
I wrote an android app that uses barcode reader in order to read a qrcode. It works fine at android simulator and devices with older android versions, but when i install an apk by link for example in...
View ArticleXojo 2023r4: runtime error feedback
When runtime error occurs running web app in Xojo the error dialog pops up and provides entry field for additional info, it has 2 buttons, one of them is “Send”. My question: where is the feedback...
View ArticleNested raiseevent from son webContainers to father webcontainer
can a defined event (evSon) of a son webContainer (wcSon) dynamically added to a parent webContainer (WcFather) trigger a defined event (evFather) of the parent webContainer (wcFather)? 5 posts - 2...
View ArticleiOS Keyboard
Been messing around with an iPhone app. A number of screens have a lot of user input. Some of the fields are numbers only so I show the numeric keyboard. Unhappily it does not have a Return key. I’d...
View ArticleGitHub / Xojo Best Practices
(topic deleted by author) 1 post - 1 participant Read full topic
View ArticleGitHub / Xojo Best practices work flow and class sharing
Suppose I have 3 project files in Xojo. Project 1 is a Cartesian graph class (test harness application unit tests) Project 2 is a histogram graph class (test harness application unit tests) These are...
View ArticleCan not see the name of variables
I make a long drag in the column of varaiables name, now I only see the value but not the name of the variable, I try to move the border of that column but Is not possible, theres any trick o do That?...
View ArticleUsing DynaPDF parser to find characters
Please check out the DynaPDFParserMBS class in MBS Xojo DynaPDF Plugin. This class allows you to: Parse a page Extract text Find text Replace text Find characters Delete text Write changes back to...
View ArticleThe free GPIOD Plugin confirmed working on alternate boards
I just wanted to let you all know that I have now been able to confirm the GPIOD Plugin to work on alternate boards. (At least on some boards). So I basically ran the Async button Guide on Orange Pi...
View ArticleDon't Forget About Xojo's Examples
As a long time Xojo user, I remember the days when the examples would be file items on your disk within the Xojo folder. It was helpful to have them around, but invariably I’d often forget about them...
View ArticleHow to create/use controls at runtime
Yesterday I did some tests to add and use a DesktopListbox at runtime on a dynamic created DesktopWindow at runtime. The problem seems very straightforward. However, I spent at least an hour looking...
View ArticleDesktopTextArea CharacterPosition seems to be wrong
Could it be that the CharacterPosition(x,y) method in DesktopTextArea has an error? If I include the following statements in the DesktopTextArea in the MouseDown event: if IsContextualClick then var...
View ArticlewebMapViewer and addLocation using array of location
hi, i’m tring to using webMapViever by add an array of locations but its does not work but it works if i add every single point Has anyone had the same problem ? this code does not works Dim L() As...
View ArticleConsole App: is DoEvents inside a (loop inside a) thread a good practice?
…or should it be myThread.YieldToNext or myThread.Sleep(n)? I know a potential answer is “Make your code Event-driven instead”, but that would massively complicate architecture and readability. I’d...
View ArticleDisabling Scroll Wheel Over PopupMenu on Raspberry Pi (ChatGPT's Advice)
I’m trying to disable the mouse wheel scrolling of a Popupmenu that occurs on Raspberry Pi but not MacOS. This scrolling happens without clicking on the control and can lead to users inadvertently...
View ArticleAll cookies in WebRequest
For a web service app I use the HandleURL event. This means that I don’t have access to the CookieManager of a Session. Is there a way to get all the cookies in a WebRequest? 7 posts - 2 participants...
View ArticleFor Each now iterates in index order!
I just noticed in the documentation that For Each now iterates through items by index order (item 1, item 2, etc). This is very useful and lets you eliminate a lot of Ubound code before each For…Next...
View ArticleLooking for 2024 WebAudioPlayer example
I can’t seem to find any Example Projects for WebAudioPlayer. My goal is pretty simple; trigger sounds to notify user of events in the web app. Any samples would be great, thanks! BTW: These are...
View ArticleWindows move to Spaces when opened
How can I avoid that windows are being opened in a new Space on MacOS? I assume this problem has something to do with the fact that I am developing the app on 2 different monitors and that when I move...
View ArticleInter-application data exchange: the best solution?
Hello everyone, I have a web application that retrieves photos sent by users via a web page, and another application that can read the photos sent. What I want to do is save the session number, photo...
View Article