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

Get a listbox's item's name

I am trying to get the name of an item in a listbox using code, sort of like this… for x = 0 To mylistbox(1).RowCount - 1 msgbox mylistbox(1).item.text(x) next x How do I do this in Xojo? Thanks. 3...

View Article


Open Source Xojo 6502 CPU emulator

Hi all, Those of you that know me are aware that I’m always trying to push the boundaries of what Xojo can do and that I can’t resist re-inventing the wheel. With that being said, I’m pleased to...

View Article


Android Desing Extension 2.5 not work?

Hi to all. I’m trying to use Android Design Extensions 2.5. I downloaded version 2.5 from git. I start it with Xojo 2024r1. The device completes the “Wait for debugger” and then disappears. But then...

View Article

Valentina Release 13.9.1 Updates Valentina for Xojo, Studio

This release adds cloud sync to virtual links in Valentina Studio PRO, plus a critical update for using the iOS simulator on ARM-based macs for Xojo development. If you purchased Omegabundle for Xojo...

View Article

PopOver and DesktopLisbox issue

When put a DesktopListbox inside a window shown has popover, you get a delta on clic row and selected row. https://tracker.xojo.com/xojoinc/xojo/-/issues/75984 4 posts - 4 participants Read full topic

View Article


Having fun with Xojo and Learning

Hi All, Being playing with Xojo the past few days and created a small app to learn how to play with image pixels. Finally finished it, so I decided to release the source code hoping it would help...

View Article

When I close a project, Xojo also closes

I have read other answers to this question and have checked “Keep Xojo running” in the Edit > Options but still no success. I see that Xojo still runs in the system tray but this does not solve the...

View Article

Post On X - The Xojo web framework continues improving

I saw this post today by Xojo. I am curious what the “New RemoveControl method” is? Where can I find some docs on it? Thanks, Tim 4 posts - 3 participants Read full topic

View Article


Declare intent constructor? / Launch an activity?

So I get that you can access Native java/android methods using Declares, and I’ve seen the examples but I’ve only ever seen functions/subs declared (I still don’t know what the difference is). But I...

View Article


WebMessageDialog with Button Indicator Danger

While I know Xojo quite well, I haven’t used Xojo Web much… …so here I am with a probably simple question: “How can I get Xojo’s WebMessageDialog to show the Action Button properly styled for a...

View Article

Kill a class instance (memory leak fix)

I have a class with a shared property array that holds instances whenever a class is added to a window. What I did is adding a constructor, that adds the instance to the array. I added a Destructor...

View Article

Color.TextColor not Supported in Web Apps?

In Desktop Apps, if I want to set a label to the default text color for dark or light mode, I use label1.TextColor = Color.TextColor. This does not work in Web Apps. I’m getting an error “This item...

View Article

WebMapViewer Lines

can WebMapViewer draw lines? multiple custom tracks provided by latitude,longitude pairs. not calculated by from-to. together with other waypoints/icons. i need a given track to walk along + waypoints...

View Article


Image may be NSFW.
Clik here to view.

Xojo Lite and threading

I had an expired Xojo Desktop license nearly a year ago, as the price was not friendly for a hobby programmer who only makes stuff for fun. I switched to Microsoft Visual Studio C# and have started to...

View Article

Image may be NSFW.
Clik here to view.

WebToolbar: How to get rid of the displayed Javascript ";"

I’m having fun trying a couple of things with Xojo Web this weekend So here is one more (minor) issue that I don’t quite like… Run the WebToolbar example projects that come with Xojo. When you move...

View Article


How to select front / back camera using MobileImagePicker?

Hi, i made a small App which wants to make a picture of the user - by using the back(selfie) camera. ImagePicker1.Source = MobileImagePicker.Sources.Camera Is there no...

View Article

2024r1 java error

Hi all, I’m getting this error in 2024r1:- Android Compiler Java 17 must be installed in order to compile Android apps. I have android studio installed and I’ve tried installing Java17 but doesn’t fix...

View Article


Unparent and loose DesktopControls

The Unparent menu item: can someone remind me on which menu it is to be found (there appears to be no doc for this). Also: if a control has no parent, is the unparent menu item then missing from that...

View Article

Multiple instances of web app

in addition to the documentation, I read some things here in the forum, but I don’t understand if, for a web application, I can run multiple instances of the same build on different ports. or if I...

View Article

Operator_Compare with objects stored as Variants

I have two dictionaries, and when both dictionaries contain the same keys, I want to see if the values are the same. The problem is that the dictionary values are variants, and the Operator_Compare...

View Article
Browsing all 3600 articles
Browse latest View live