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

Detect which control triggered an event

Hello, hope you can give me a hint on the following … Two buttons on a form. When pressed, they “do” different things but both also call the same method. The method has an “if” construct to execute...

View Article


I can't create the file in my image directory!

Hello everyone, I’m trying to modify the code of the SQLite example (web) On the first line I want to create the database in my images directory where I already have a “DIAPORAMA” directory. The code...

View Article


Val() for parsing strings in exponent notation

I’m working with string data that has numbers in exponent notation, e.g., "-2.90854e-17” and thought Val() handled, that, but apparently it doesn’t. And for kicks, I also tried storing the string in a...

View Article

Image may be NSFW.
Clik here to view.

WebContainers: WebDialogs, WebControls don't get always released - Memory Leaks?

While trying Xojo Web I’ve stumbled upon various WebControls that remain in Memory forever (Memory Leaks…?). Likely related to the fact that I’m using WebContainer’s, or that those never-released...

View Article

Get the current date/time from a DesktopDateTimePicker

I’m trying to get the current date/time from a DesktopDateTimePicker when my app is up and running. But I don’t know how to activate the DesktopDateTimePicker. Active? I tried this and Xojo didn’t...

View Article


Is possibile draw a line in mapviewer (web)

I would likes draw a line ( not a route ) from position A to position b in mapviewer without using route and i canti find a method in mapviewer object (rendering = maplibre) 1 post - 1 participant...

View Article

PDFDocument exists in Android?

Help me out here… The documentation for PDFDocument says that setting the font size is not supported in iOS or Android But I cant find PDFDocument in Android at all. Does it exist? It doesnt show up...

View Article

Running an iOS Project always runs it in Vision OS Simulator?

When I launch Xojo, open an iOS Project and hit run, it always launches in Vision OS. I did install the Vision OS platform and thus got a Vision OS simulator in addition to the iPhone and iPad ones....

View Article


Identify unique user?

What’s the best way to identify a device apart from the session, which then differs according to the pages opened? 5 posts - 3 participants Read full topic

View Article


Desktop Chart Line shows only limited number of points

Hello, I use Desktop Chart Line in R1-2024 to show time values, ideally about 3000 values in one chart. Apparently the Graphic chart only shows some hundred values and that probably depending on the...

View Article

Image may be NSFW.
Clik here to view.

Better iOS build messages

We really need better messages: This should really be in the error log, not a mesagebox. And show more details. Like a sentence: Please verify the build identifier and the app name match one of the...

View Article

Image may be NSFW.
Clik here to view.

HTMLViewer problems on web edition

im tring to use htmlviever on web edition, i have tried on 2023r4 and 2024r1 but the resul is the same thi is the code this is the result, any suggestions ? 8 posts - 4 participants Read full topic

View Article

Start a Xojo App from a browser?

What I have in mind as a folder and subfolders that contain Windows, MacOS and Linux versions of a Xojo app. In the top level folder there would be an HTML file that’s a nice looking menu screen with...

View Article


Fingerprint in Android

Hi everyone! Has anyone ever addressed the subject of fingerprinting with Xojo Andorid? Any guides, documentation, or suggestions where to start? Thanks, Gabriel 1 post - 1 participant Read full topic

View Article

How to receive a command line argument in my app?

On MacOS, in Terminal I issue: open /path/to/my.app --args ‘/path/to/some/file’ In my app’s AppleEventReceived handler I can check for eventID = “rapp” and then System.CommandLine is supposed to...

View Article


Xojo / Airtable

Hi there, can XOJO be used to build Frontend App´s using AIRTABLE as the Backend Database thru the AIRTABLE API ? Filter / Add / Update / Delete records etc… THX, 2 posts - 2 participants Read full...

View Article

UI slowdown over time

Hi team I have a strange problem that I’m struggling to diagnose. I have a helper app with a small UI that shows as a small window unless I mouse over it. When you do it shows more information and...

View Article


How do you create a new table from a variable?

Of course, the code below inserts the name of the variable, not its content! How do I do it? Thanks for your help. var datedujour As String = Format(DateTime.Now.Hour,"00") db.ExecuteSQL("CREATE TABLE...

View Article

Breakpoint inside #if

Some testing today - remote debugging to a Linux VM. I have an event handler (window Resized) whose entire body is inside: #if TargetLinux // code here #endif This is because it seems the window...

View Article

Pre-Built copy files Android XOJO

Hello all, I’m trying to create a Android project with copy files but it shows an error that I cannot copy files to an already built-app, that I have to use a Prebuild-step. But I’m not sure how to do...

View Article
Browsing all 3600 articles
Browse latest View live