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 ArticleDesktopTextArea 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 ArticleiosMobileTable 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 ArticleOdd 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 ArticleXojo 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 ArticleI am stuck with API calls FindWindowW and GetClassNameW
(topic deleted by author) 1 post - 1 participant Read full topic
View ArticleLibXL/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 ArticleXojo 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 ArticleProbably 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 ArticleXojo 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 ArticleOdd 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 ArticleException: 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 ArticleAdd 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 ArticleChecking 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 ArticleMS 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 ArticleValentina 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 ArticleUnneeded Changes
Why does Xojo change that all the time? 14 posts - 8 participants Read full topic
View ArticleBoundless 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 ArticleTime 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