Quantcast
Browsing all 3615 articles
Browse latest View live

Tree view of class structure

Can I view my Class structure as a hierarchy in a tree view. I am prototyping my applications by creating the Class structure first, then adding properties and then concentrating on the methods....

View Article


Installing, Integrating, and Calling Einhuger Treeview

I’m planning to use a tree view as the main user interface for an application, from where I’d like to provide functionalities beyond CRUD (btw, is this a good idea?). I’m looking at Einhuger’s tree...

View Article


Xojo 2024r1: good news, bad news

Kudos to Xojo for finally stamping out that DebuggerHook bug that’s been torturing me for years (https://tracker.xojo.com/xojoinc/xojo/-/issues/74175). Thank you! The not so good news is that in the...

View Article

Xojo Build from a command line?

Folks: The same app goes to different clients with some changes to the Xojo_code. I would like to automate the process. Changing the Xojo_code in a batch file is straightforward, but how do I run a...

View Article

CreateFolder Try with no Catch

Hi, I consider this a bug but I prefer to ask before fill a bug report. Try f_Elt.CreateFolder Catch MessageBox "Error while creating folder" ' This is not displayed even if error occurs End Try If...

View Article


MBS Plugins 24.2 pre-releases

Hello, in this thread I want to post to you what’s new in 24.2 prerelease plugins. Download here: monkeybreadsoftware.de/xojo/download/plugin/Prerelease/ or from Dropbox or ask (in private message or...

View Article

Hide system bars

Does anyone know how to do this in Xojo, I want to hide the android system bars so that I can have a full-screen app, I’ve found the android page that (I think) shows the functions to do this:- Hide...

View Article

Using Xojo and GitHub

Originally published at: Using Xojo and GitHub – Xojo Programming Blog Now that Xojo Lite includes support for saving projects in version control format, it seems like a good time to revisit how you...

View Article


DesktopMenuItem.Popup fails erratically on internal laptop screen

OK, this is super frustrating, and I hope someone else has had this experience and figured it out. To save me a bunch of typing, all the controls are the Desktop* versions. This is on Mac Sonoma 14.4...

View Article


Share something with other android apps

How can I share something with other Android apps? Example, in my screen I have a text field. I would like to be able to share the text content with WhatsApp by clicking on the button. Where should I...

View Article

Debug popupMenu no rows

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

View Article

How to disable a webContainer and the webContainers contained in it

Is it possible to disable a webcontainer so that the webcontainers contained in it do not respond to actions? 4 posts - 2 participants Read full topic

View Article

Google login procedure in Android

Hi everyone! I should create a login screen with email and password and I was wondering if there is the possibility of integrating Google login. Has anyone already addressed this topic? Thanks,...

View Article


Image may be NSFW.
Clik here to view.

TypeMismatchException with JSONItem.Count using Xojo 2023r4 and 2024r1

The following code runs with no issue in my app using Xojo 2023r3 Public Function ToStringArray(Extends json As JSONItem) As String() Dim result() As String If json Is Nil Then Return result If Not...

View Article

Image may be NSFW.
Clik here to view.

Fugas de Memoria: Cuidado con las referencias cruzadas entre objetos

No es usual, pero a veces… pasa. Los Objetos que mantienen referencias cruzadas entre sí son un buen sitio en los que buscar cuando se trata de encontrar las fugas de memoria en tu aplicación. Esto...

View Article


Conditional Listbox cell color

I populate a listbox (say 5 columns and 20 rows). I want to then look at the value in Col 3 of each row. If the value is >10 then make that cell RED. Can this be done? Thanks 12 posts - 5...

View Article

Not available in your country

Ive had a few error reports from people saying my macos app won’t run because it’s not available in their country. I dont sell through the app store, and the USA (where they are from) is my biggest...

View Article


WebApp: how to get the zoom factor of the user browser?

I would like to get the zoom factor of the page the user is currently on I found I could use the javascript window.devicePixelRatio; but to get the result I have to use executejavascriptsync, and this...

View Article

Serial communication with Arduino

My ultimate goal here is to establish a serial link between an Arduino and a raspberry pi 4, using Linux code created from XoJo. As a first step, I attempted to get serial comms working between my mac...

View Article

How to write a TCP-Server in Xojo?

Have you ever written your own little/or large TCP Server in Xojo? …then I need your help! I have found a bug in the TCPSocket class that makes my/your/everybody’s server vulnerable to DOS attacks:...

View Article
Browsing all 3615 articles
Browse latest View live