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

MBS Hotkeys / CarbonHotKeyMBS question

Is there a way to let keyspresses go through on the original application they’re coming from? My menubar app shows different information when a keyboard letter or number is pressed in Clip Studio...

View Article


DesktopTextArea control failed to align text correctly if...

DesktopTextArea control failed to align text correctly if HasHorrizontalScrollbar is set to True Feedback Case Number: 75393 https://tracker.xojo.com/xojoinc/xojo/-/issues/75393 Confirmed on Macintosh...

View Article


iosMobileTable does not respond to tap

I have a table using a custom cell. If I tap on it, nothing happens. This is an iPad app, and there are actually two tables on the screen. User is supposed to select a row from the table on the left,...

View Article

Odd syntax error... variant?

This compiles: Dim v As variant = cluster.Keys Dim numDimensions as Integer = v(0).Features.Ubound + 1 This does not: Dim numDimensions as Integer = cluster.Keys(0).Features.Ubound + 1 Wasswrongwitme?...

View Article

Xojo gets wrong account's special folder - suggestions?

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

View Article


' char changes to ’ in TextArea

When typing the ’ char in a TextArea, it always auto changes this into ’ (it gets Italic). I have disabled ‘Allow Styled Text’ without any luck. It also is the case with " → “ Why is this? And how can...

View Article

I am stuck with API calls FindWindowW and GetClassNameW

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

View Article

LibXL/Excel formula with reference to another worksheet

When I open an Excel spreadsheet in Excel that my Xojo app has created I get this alert: We found a problem with some content in ‘My Ret Plan.xlsx’. Do you want us to try to recover as much as we can?...

View Article


Xojo 2019R1.1 macOS Ventura 13.6 DebuggerHook / DecodeMachOTraceback crash

I’ve got a large project which is under Xojo 2019r1.1 and I can’t immediately migrate it to a newer version of Xojo. Within the past year, the IDE debugger has stopped working: any breakpoint or...

View Article


Probably a silly newbie question but

I can declare a list of local variables and initialise them all to zero. eg Var a,b,c,d,e,f,g,h as integer = 0 My routine loops through a dataset and changes these variables which I then use...

View Article

Xojo Android and Zebra EMDK

Hello everyone, I am looking into the possibility of using XOJO to develop an Android APP that will be targeted at Zebra Devices (TC21 and TC21-HC Mobile Computer Support and Downloads | Zebra). These...

View Article

Odd behaviour of DesktopHTMLViewer

Today I have to display, in an HTMLViewer, some HTML which contains such as: <a href=“#downthere”>Go down there.</a> (lots of HTML here) <a name=“downthere”><h2>Down...

View Article

Exception: CopyFilesBuildStep.ExecuteStep can't create Contents

Anyone ever see this error and know how to fix it? All of a sudden I can tbuild a project that was building along nicely… 18 posts - 4 participants Read full topic

View Article


Add Hover effect to your web controls

Recently a client asked how to give an image shown in a Xojo web app a hover effect. Basically a few WebImageView controls show various pictures and you need to pick one. When the mouse moves over the...

View Article

Image may be NSFW.
Clik here to view.

Checking internet connection and Little Snitch

To improve error handling and speed I want to add a check for internet connection before logging into an Imap account. I found some code on the forum: dim theShell as new Shell theShell.Execute "ping...

View Article


MS will deprecate and block access to WMIC

Heads up, MS will block access to and remove WMIC. Microsoft forum post about deprecating WMIC So, anyone that has apps that are relying on WMIC should start planning on a replacement. 4 posts - 4...

View Article

Valentina Release 13.8 Adds Foreign Key Value Editor to Valentina Studio

This release includes several fixes and improvements to ValentinaDB ADK for Xojo and also, a new feature in all versions of Valentina Studio (including the free version): Foreign Key Value Editor....

View Article


Image may be NSFW.
Clik here to view.

Unneeded Changes

Why does Xojo change that all the time? 14 posts - 8 participants Read full topic

View Article

Boundless textfield

My System: M1 Mac mini, 512G SSD, MacOS 14.2.1, Xojo 2023r4, dglamet4@gmail.com I am working on a desktop App. Upon opening, my app presents a window. The window contains a canvas and the canvas...

View Article

Time format is not as expected

The code: ' ---- Variable Defined ---- Var dtRunStart As New date Var dtRunStop As New date Var curRunTime As Currency // 4 decimal precision... ' ---- Code In Action ---- Me.Text = modSystem.mthTime(...

View Article
Browsing all 3600 articles
Browse latest View live