Quantcast
Channel: Xojo Programming Forum - Latest topics
Browsing all 3600 articles
Browse latest View live

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 Article


Image may be NSFW.
Clik here to view.

Xojo 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 Article


Nested 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 Article

iOS 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 Article

GitHub / Xojo Best Practices

(topic deleted by author) 1 post - 1 participant Read full topic

View Article


GitHub / 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 Article

Image may be NSFW.
Clik here to view.

Can 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 Article

Image may be NSFW.
Clik here to view.

Using 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 Article


Image may be NSFW.
Clik here to view.

The 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 Article


Don'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 Article

How 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 Article

DesktopTextArea 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 Article

webMapViewer 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 Article


Console 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 Article

Disabling 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 Article


All 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 Article

For 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 Article


Looking 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 Article

Windows 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 Article

Inter-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
Browsing all 3600 articles
Browse latest View live