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

Image may be NSFW.
Clik here to view.

_VariantString cannot be cast to Dictionary

Hello all, a problem that drive me crazy It’s work : var SagePrixSpec as RecordSet = SageSQLServer.SQLSelect("SELECT CT_Num as Client, AR_Ref as Ref, AC_PrixVen as PrixVente from F_ARTCLIENT WHERE...

View Article


Spotlight On: Richard Klingler

Originally published at: Spotlight On: Richard Klingler – Xojo Programming Blog Spotlight On posts focus on Xojo community members. We’ll use this space to tell the stories of people using Xojo, share...

View Article


Compiling an iOS app with UIBackgroundModes entitlement

Hi, my app has to use background audio and everything works so far. I created a info.plist File with background audio configured: <key>UIBackgroundModes</key> <array>...

View Article

Sorting Challenge for multi-core CPUs

So far, the examples I’ve seen for embracing multi-core computers - like the Mac M4 mini - involve graphic manipulation. I’m waiting for techniques to appear in other computing areas. Maybe, someday,...

View Article

Brighten Up Your Workspace with New Xojo-Themed Wallpapers!

Originally published at: Brighten Up Your Workspace with New Xojo-Themed Wallpapers! – Xojo Programming Blog Dear Xojo Community, We have something special to share with you! To celebrate our...

View Article


Question on formatting

I have zero experience with formatting using a comma rather than a period when showing currency. For example ###,###.00 versus ###,###,00. It would appear to be a problem doing math with commas and...

View Article

Image may be NSFW.
Clik here to view.

Using writing tools in Xojo for Apple Intelligence with MBS Plugins

You may have heard that newer Macs get some Apple Intelligence features this year. As a developer, we may want to have our users enjoy these features. But in some cases we like to opt-out of the new...

View Article

Looking for GenerateUUID for WebApps

I didn’t find it in the docs, but is there an easy cross-platform method for GenerateUUID? This is for use in a WebApp (Session), in case that matters. 2 posts - 2 participants Read full topic

View Article


DesktopHTMLViewer in Windows OS, hide scrollbars?

Hello, I am using a DesktopHTMLViewer embedded in a window and ideally I would like to have that browser hide its scrollbars, particularly the vertical one, but I will take all/either. I have tried...

View Article


App won't run or compile

Hi all, I have an older Web App that I have built in Xojo 2019 R3.2 that I compile as a standalone Windows executable. I was working on some changes to the app the other day when the power supply in...

View Article

How to close orphaned Postgre connections?

Hello, I have a problem where occasionally an app does not close its connection to PostgreSQL. I am trying to track down where and why this is happening, but in the meantime it is messing with the...

View Article

Failed to allocate a memoryblock with 8 bytes in size, again (possibly...

Hi, I’m getting an exception with one of my apps, with a frequency of less than a week between each. The issue happens only in the built app, and the stack trace doesn’t tell me much. The app isn’t...

View Article

Migración de Intel a M4

Hola a todos, Estoy cambiando de ordenador y no consigo abrir los proyectos de Xojo en el nuevo equipo. El anterior es un Macbook Pro Intel (i9) y el nuevo es un Macbook Pro M4 Pro, en ambos estoy...

View Article


Valentina Release 14.6.3 improves Forms, adds new Report export

Read more about this release… This update includes several fixes and improvements, including support for exporting Reports to ODT format in Studio PRO. This is currently only available in Studio,...

View Article

Window.Show method behavior change in 2024r4

Ok, I’ve narrowed down the issue that I was noticing here. The actual problem was a change in how Window.Show behaves on macOS when the window being shown is a Sheet. Consider the following code in...

View Article


Checking for Nil value in XQL

Hi All, How do I check for a Nil value when using XQL? Var xmlList As XMLNodeList Var xmlWalk As XMLDocument Var sValue As string ... xmlList = xmlWalk.XQL( "//product/sku" ) sValue = xmlList.item( 0...

View Article

ORACLE "Returning ... Into" with SQLCommandMBS

I need the ID of the record I just entered version: ORACLE 11g I created the T1 table with 2 columns: C1 number (value automatically generated by insert command with trigger and sequence) C2 char(1)...

View Article


WebCanvas and WebContainer with mouse events

Hello everyone. Why Web WebCanvas and WebContainer have not mouse events? I need a control where I can interact with the mouse, with events like MouseDown, MouseUp, MouseWheel, MouseDrag, etc. What...

View Article

Cut, Copy, Paste menu magic

Hi all, Like a few others here I whacked the Edit menu in my app. I later found out pasting into TextFields was not working. Searching I found the post where it stated that the Edit menu with a...

View Article

SQLite erstellen mit Xojo

Hallo Leute, ich wollte nach einem Video was ich gesehen habe ein SQLite insert machen. Im Video öffnet sich bei insert Sqlite ein Fenster und man gibt den Namen an und den Standort. Das macht es bei...

View Article
Browsing all 3600 articles
Browse latest View live