Mobile web: hide URL and Tab Bar
In mobile Safari, when viewing my xojo Web app in Landscape mode, the safari browser shows both the URL bar and the Tab bar. This takes up about 1/4 of the screen height. On other web pages, the user...
View ArticleMIDI Receive
Hello How can I monitoring ? Midi IN and MIDI Out ? I already have MBD Pluging. Very easy to send midi notes with its class MidiPlaybackMB. Any idea how to monitoring notes. Regards 2 posts - 1...
View ArticleNative Toolbar Icon change
Good evening (o; Playing around with the great Native Toolbar from Greg (o; Now when I want to change a toolbar icon when it is pressed to signal a running process, it accepts disabling it so it can’t...
View ArticleJSONItem Clarifications and help
Hello guys, I have some coding to do to put a web hook for Meta for my tests and it seems that I’m having some trouble with JSONItem and I wanted to know what would be the best way to handle this and...
View ArticleApplescript does not work in Debug, only Build
Hi, some of my applications use AppleScript. I use the last Xojo version under Sonoma. When in DebugMode, some AppleScript don’t work but all work when the app is builded. Is it because I don’t have...
View ArticleDesktopMenuItem works with shortcut even if the menu is not visible
Although the DesktopMenuItem is not visible, the defined shortcut works and executes the Menu Handler … This seems to me to be a bug or is this expected behavior? Xojo version 2024 R 2.1 and previous...
View ArticleMulticore
Good afternoon (o; Looking at the Xojo comparison table I see that for Desktop licenses and above Multicore is enabled. Are there special programming techniques in Xojo to benefit from Multicore or is...
View ArticleStructures in Canvas class
Good evening (o; Let’s say I have a Canvas where I want to draw individual buttons. A method called AddTab should add a new button with caption and other options. Is structure the way to go to hold...
View ArticleIde.xojo.com redirect errors with Safari
Good evening (o; Tried to build a macOS app from my laptop…I am signed in, but when I want to build it wants to open the site ide.xojo.com for login again…dunno why…but Safari browser shows after few...
View ArticleCan you make ends meet with Xojo? (o;
Good evening (o; In the past I used RealStudio and Xojo rather seldom just for a specific project. But in the past days I’m getting more and more fun…and maybe one of my project will be featured in a...
View ArticleWebfile create text file
hi i am try to use this code but the record on the file after download is empty way Var f As FolderItem //Dim txtFile As WebFile f = SpecialFolder.Temporary.Child(“MyTextFile.txt”) // Create in a...
View ArticleScale and Center Backdrop on Canvas
I have the following code that works fine but always places the image in the top left corner. // Calculate the scale ratio Dim ratio As Double = min(maxHeight / p.height, maxWidth / p.width) // Create...
View ArticleHelp with XojoScript
I ran into a problem with Xojo script: Var a As Integer = 5 Var b As Double = 10.5 Print a.ToString This works Now if I ask to print b Var a As Integer = 5 Var b As Double = 10.5 Print b.ToString I...
View ArticleBevelButton Font problem on Raspberry Pi
Help, the font I have chosen for a BevelButton Caption does not display on a Raspberry Pi 5, it chooses a default font. It works on a Windows build and the font works correctly as a label in the Linux...
View ArticleApplication arbitrarily switches to full screen mode
Hello I have a Xojo application which generally runs well. It receives data from various serial ports and displays the data on a graph. The main window typically occupies about 1/3 of the monitor...
View ArticleI read Bug Reports today oh boy!
I read two bug reports today (issues…): the first was a good one (every one must be as good as this one) and the second… I downloaded the example project and copy the offending method (select the...
View ArticleReceive command keys for close/save for editor in tabpanel
Good afternoon (o; My work goes on with my FPGA IDE… Switched to SyntaxArea.Editor now for handling the source files and started from scratch a simple tab panel for them. What is the most elegant way...
View ArticleTiny tiny display
Can anyone recommend a very very tiny LED display that I can use on Raspberry Π that I can control from Xojo? Even a USB one would be good. This is really only for displaying a line (maybe 2) of text...
View ArticleProblem manually reordering a listbox
I have a listbox that I allow the user to manually drag reorder. The order should then be saved and reinstated next time the app runs. The problem I’m finding is that the Save is not enabling. The...
View ArticleOld browser support
I’m getting reports of some people having trouble accessing my xojo web app (2024 r2.1) - the common theme seems to be older browsers. For example, I just tested in macOS 10.14 with Safari 14, and I...
View Article