Quantcast
Channel: Xojo Programming Forum - Latest topics

Image may be NSFW.
Clik here to view.

Search function button on MBS Documentation page

We got a search button for the MBS Plugin documentation: Please try. You can open it with Control-K (Windows/Linux) or Command-K (MacOS). type some words and we lookup the function list to find...

View Article


Unknow (to me) Controls

The title can also be “How do I use” some Controls… To be clear, for me, there is two kinds of Controls: The ones that goes directly to a Window (TextField/TextArea/Canvas/ListBox) The ones that goes...

View Article


DesktopTextArea, sin saltos suaves… en macOS

Hola! Acabo de publicar una entrada en el Blog donde se muestra cómo puedes utilizar instancias de DesktopTextArea en tus apps macOS en las que no se apliquen los saltos de línea suaves; especialmente...

View Article

Xojo2025R1.1: how to sort WebListBoxRowData array?

I am exploring the idea of moving “live” SQL queries from RowData method of the DataSource class into Thread.Run event, this implies caching of the results in an array in the Thread class so that the...

View Article

About the AI category

This is place to discussion using Artificial Intelligence with Xojo. 1 post - 1 participant Read full topic

View Article


Image may be NSFW.
Clik here to view.

First topic here

First! Couldn’t resist 13 posts - 8 participants Read full topic

View Article

Sending an e-mail using YAHOO!

I’m trying to test code to send an email. The code I have is this: Var email As New EmailMessage email.FromAddress = "address@yahoo.com" ' real e-mail address, not this one...

View Article

Bug? Re-Order listbox on web?

I’m trying to implement reordering of a listbox on a web app and it’s not working. If I turn on “allow row reordering” and drag an item to a new location, then attempt to get the new location by using...

View Article


Image may be NSFW.
Clik here to view.

Xojo hard crash when building app with IDE Communicator Script

I had to work on some entitlements issue in my build process. Since then Xojo does the occasional hard crash when building my apps. There is a helper app, an uninstaller, an installer and the main...

View Article


Report Layout Editor

I have used Xojo extensively in the past but have been away for some time. I only develop for in-house projects and nothing for sale to others. In the past, I used BKeeney Shorts but would need to...

View Article

Printing and formatting strings with """"

Hi! I have a string that is updated via properties and wanted to ask if this is the only way to control strings with properties because all the “”" are doing my head in. Here is my example string:...

View Article

Preview of local image before upload

Using an uploader, I know I can select a photo from the user’s local device, upload it and then use that picture within the xojo web app. But what I’d like to do is get a preview of the local image...

View Article

Color texte header

Hello I can no longer find how to change the color of a text from the entete of a listboX Thanck you for your help 2 posts - 2 participants Read full topic

View Article


Web Framework Updates in 2025r2

Originally published at: https://blog.xojo.com/2025/07/08/web-framework-updates-in-2025r2/ Featuring WebStyle state support for creating more polished user interfaces, enhanced event handling...

View Article

A XAML Driven UI

Originally published at: A XAML Driven UI – Xojo Programming Blog If you’re building rich, maintainable and scalable user interfaces on Windows, XAML is a great choice. Its clean, declarative syntax...

View Article


Get There From Here with the MobileMapViewer for Android

Originally published at: Get There From Here with the MobileMapViewer for Android – Xojo Programming Blog A new control added to Android for Xojo 2025r2 is MobileMapViewer. This control uses the...

View Article

Identify Yourself with UserAuthentication for Android

Originally published at: Identify Yourself with UserAuthentication for Android – Xojo Programming Blog Mobile devices typically have a way for the user to identify themself. This can be using a...

View Article


Windows Barcode and HTMLViewer Updates

Originally published at: Windows Barcode and HTMLViewer Updates – Xojo Programming Blog The Barcode Scanner received a significant upgrade in Xojo 2025r2 on Windows, with support for more aspect...

View Article

MobileImagePicker Gets More Flexible

Originally published at: MobileImagePicker Gets More Flexible – Xojo Programming Blog For years, the MobileImagePicker control has allowed users to choose between the Camera and Photos as the source....

View Article

iOSLayoutConstraints … Less Constrained

Originally published at: iOSLayoutConstraints … Less Constrained – Xojo Programming Blog Until now, the only way to work with named iOSLayoutConstraint instances was by assigning a name in the...

View Article

A Guide to Managing Multiple Apple Developer Accounts in Xojo 2025r2

Originally published at: A Guide to Managing Multiple Apple Developer Accounts in Xojo 2025r2 – Xojo Programming Blog Usually, you only need to manage one Apple Developer Account when publishing your...

View Article


Share More with the Improved MobileSharingPanel

Originally published at: Share More with the Improved MobileSharingPanel – Xojo Programming Blog Starting with Xojo 2025r2, you can share more than ever before using the MobileSharingPanel. Keep...

View Article


Xojo 2025r2 is Here!

Xojo 2025r2 delivers key performance improvements and new features across desktop, web and mobile platforms. Among the highlights, compiling with Aggressive Optimization now uses faster, more...

View Article

Listbox error

Hi, I am using this code right out of the documentation. I get an error. “Parameters are not compatible with this function” selectedRows.AddRow(row) Var selectedRows() As DesktopListBoxRow ' Will hold...

View Article

Image may be NSFW.
Clik here to view.

RECT causes syntax error in structure in 2025 R2

I just compiled a large project with 2025 R2 and got the following error: Fixing it is easy, just rename my RECT structure to RECT_32: Did RECT become a reserved word recently? 3 posts - 2...

View Article


Image may be NSFW.
Clik here to view.

Syntax error highlighting is off by a few characters in 2025 R2

Trying to compile with some missing MBS plugins, and I’m getting an error (as expected). However notice that the highlighted letters seem to be incorrect: zooming in: 4 posts - 3 participants Read...

View Article

MBS Plugin: failing to call...

@Christian_Schmitz This code using WKWebViewControlMBS 25.2, tested in macOS 15.5 using Xojo 2025 R2… Sub decidePolicyForNavigationAction(navigationAction as WKNavigationActionMBS, decisionHandler as...

View Article

New PrintToPDF in 2025r2

If you want to use the new PrintToPDF functionality in 2025r2 please vote for the following feature requests: Page number and page count for PrintToPDF Options for header and footer in PrintToPDF...

View Article

Image may be NSFW.
Clik here to view.

Adding plain HTML to a WebListbox row in 2025r2

Hi, I’ve just noticed that the WebListbox control in 2025r2 no longer allows HTML as row text using the AddRow() method. My current web-app project shows an order-cart and in 2025r1.1 it looks like...

View Article



Image may be NSFW.
Clik here to view.

db.ExecuteSQL Not Working And Not Giving An Exception

Hi, My app has a few dozen sql statements, selects, inserts and updates but this particular one (the simplest actually) does no record update and doesn’t raise an exception of any sort. Am I missing...

View Article