Playback of more than 40 sound files in succession seems not to work
I am working on an App for Android that contains about 200+ sound files that are stored in an array mySound(0)…mySound(200). mySound(0).Play - works mySound(1).Play - works … mySound(40).Play - works...
View ArticleDark Mode issue Windows
Struggling with Dark mode in Windows. Or rather, how to force light mode when Windows is dark Mode. I can set ‘Supports Dark Mode’ in the IDE - its a constant When set, some (but not all) controls...
View ArticleRead and extract value from csv file
Hello, Need help to extract values from csv file as nc(j,k) as shown in this vb6 code : ’ open the text file that contains the data Dim fs As FileSystemObject ’ ******* need to reference Microsoft...
View ArticleBle connection & Data read /write example
Is there a way to connect and communicate with BLE on Android? 2 posts - 2 participants Read full topic
View ArticleAre workers still a priority?
In the first minutes of testing workers I found out that workers and main app have communication problems if the result is larger. https://tracker.xojo.com/xojoinc/xojo/-/issues/69248 The target for...
View ArticleGet the WiFi SSID
I want to get the WiFi SSID information set on my phone. 2 posts - 2 participants Read full topic
View ArticleTechnical limitations of xojo
I don’t like using the monkey library every time I want to implement something. For example, when I try to access firebase, I wonder why it doesn’t implement itself and think it should. Delphi has all...
View ArticleAnimated Background
Is it possible to incorporate animated background in a Xojo Web Project? Sample webpage 2 posts - 2 participants Read full topic
View ArticleTestField update while mouse drag
Win10; Xojo 2024 1.1 When I drag the mouse in a canvas on a DesktopContainer, I want to change the UI. It seems that while the drag event is firing (continuously) timers are stopped. Even a thread and...
View ArticleListbox mouse issue with showmodal
Does anyone experience this? Happens on any computer I test it on. OS: Ubuntu (latest) Xojo: Latest Repro steps: Listbox control with multiple pages of items Select all items in listbox Open another...
View Article[solved] 2024r1.1 - Default super for windows is Window and not DesktopWindow
Xojo 2024r1.1 – Windows OS Issue link – https://tracker.xojo.com/xojoinc/xojo/-/issues/76703 To reproduce, use IDE menu – Insert >> Window One of my projects requires the windows to use...
View ArticlePostgreSQL Error I have not seen before
Hello all, When I use the quiere below, I get a “relation hours does not exist” ERROR: relation "hours" does not exist LINE 1: ...e_name,grace_period,start_time,stop_time,sid FROM hours WHER... SELECT...
View ArticleGlobal methods with preemptive threads question
I am not sure I fully understand what is required in my code to be “thread safe”. I have an app that currently uses threads. Most all of the methods used in those threads are actually in the thread....
View ArticlePopover Question
Is it possible to show a popover at the mouse position? I am trying to achieve this when a user “DoublePressed” a cell in a listbox but i am at a loss on where to start. All i have in the...
View ArticleWebDatePicker sample code?
Hello all, Can anyone point me to sample code to use the WebDatePicker? The help does not really offer much and there’s no samples for the Web. Thanks, Tim 3 posts - 2 participants Read full topic
View ArticleEndOfLine ASCII 11?
This is in a Desktop app. I have a TextArea where a user can paste some text, usually several lines of text. I need to break this text up into a string array of individual lines, so I use the...
View ArticleScrollbar oddity
Strange thing happened today. I have a vertical scrollbar which scrolls a canvas. It is set disappear if I make the canvas larger by dragging a grabbar. In terms of z-axis, the canvas is at the bottom...
View Article2 Questions re: Monkeybread
I’m considering buying ’ MBS Util Plugin’ and need to confirm that I can use it on my three machines. I have a current license for Xojo Pro and use it on my desktop at my office, desktop at home, and...
View ArticleHard pause after pressing key while using auto complete
Does anyone else have the IDE hang for a second or two after hitting a key while the auto complete window is open? I have had this issue where whenever I go to use the autocomplete it will sometimes...
View ArticleAdd meta entry to jpg (img) files
I created a simple page who, with drag and drop create a new image and place the two dropped files into one and save it as jpg (or whatever). The specs for an image is in the screen shot below...
View Article