mobileScreen.show hide animation?
Is it possible to hide the animation when calling MobileScreen.show(self)? 2 posts - 2 participants Read full topic
View ArticleLinux distributions - differences?
Hello everyone. I have created and compiled a test application with Xojo Desktop on a Linux Mint system. The compiled application runs normally on Linux Mint. The application does not run on Kubuntu....
View ArticleHow to count records deleted
Good evening group, a new question for my project. Always in my access database, I delete records with: db.ExecuteSQL( "DELETE FROM " + NameOfMytable … etc…etc… Is there a way to count the deleted...
View ArticleWebDialog: adding ability to resize
Some time ago I have created feature request to add back the ability to resize the WebDialog https://tracker.xojo.com/xojoinc/xojo/-/issues/76814 We use the WebDialog control in many places. I have...
View ArticleOn Lost Focus, Enter Key press simulated
Hi All, I have a text control that I want to simulate the Enter Key being pressed on. Anyone have any idea how to do that? I have tried a couple things, but I have not had any success. Thanks. 3 posts...
View Article(Project included) Strange inconsistent behaviour, enabling MBS timers in...
Hello me again… different issue, that I have tried to demonstrate in projects below. Only tested on windows. TimersInArray_Project1.zip (8.7 KB) In the project. if I press button A, then C… MBS timers...
View ArticleString to Picture?
I have retrieve a png file from a http get. I want to create a Picture from this ‘string’. I’m in an older version of xojo 2019… In this version it doesn’t seem obvious how to do this. 4 posts - 3...
View ArticleShowSaveFileDialogue: Purpose of filter?
ShowSaveFileDialog (filter As String, defaultName As String) As FolderItem What is the purpose in a Save File Dialogue of having a filter? What does it do? Say your filter is one that is only text...
View ArticleVPN Options
When I have very strange bugs with clients I’d like to be able to do a remote debug session to see what’s going on. They always offer TeamViewer, which doesn’t work. Does anyone know of an on-demand...
View ArticleWebFileUploader: need RemoveFile method
I have created feature request: https://tracker.xojo.com/xojoinc/xojo/-/issues/77009 Please vote on this if you like to show some support, thank you. 1 post - 1 participant Read full topic
View ArticleNSWindowMBS saveFrameUsingName and setFrameUsingName problem
I’m using the function saveFrameUsingName and setFrameUsingName to save and load window positions. At a Zoom call with a user I saw a window where the title bar is under the menu bar. User: Expected:...
View ArticleGetting a basic window with a console application?
Weird request here, fully accept this is not Xojo’s intended use case. I’m toying with building a simple 2D game engine, just for fun really. Yes I know there are many better ways to build a game but,...
View ArticleDynamic 2-dimensional array
Good afternoon (o; Have a small Gcode controller here which draws text and lines onto stainless steel tubes. Serial handling of the GRBL board is all fine. But now comes a challenge for me (o; For...
View ArticleMy web app crashes even without using it
Hi, I’m fairly new to Xojo development and I have a problem I can’t figure out. I have a web application that crashes and stops working from time to time. It’s set up as a service. The application...
View ArticleWhere are my Resources?
I am shelling out to tar.exe to compress some data. I have a Folder called Resources relative to my Xojo project file, but within the project I do not have a folder called Resources. In order to get...
View ArticleDoes mySQL plugin stopped working for older Xojo versions?
I have a private app online, last modified with Xojo 2019R3. Today I was going to make some changes but and opened it with 2024 r2.1. However there were so many events and other things being...
View ArticleWindow hidden event?
Windows have hide, minimize and show methods, but only minimize triggers an event. Has any thought been given to providing events that correspond to these actions ? I have a workaround, just thought...
View ArticleHow do I get a license for Raspberry Pi dev?
The online pages are very confusing. The main entry page Xojo: Xojo For Raspberry Pi suggests: Get your free Xojo Pi license today. Create an account and enter your activation code here. However,...
View ArticleWindows title bar modification
Hello, I saw many post about customizing title bar on macos but wanted to know how to achieve such results on Windows. Below is an example of Microsoft Word title bar on Windows 11 so it can be done...
View ArticleDownload/display PDF in a built web app
I discovered how to create a PDF and download it to the Downloads folder in a blog post. This worked just fine during testing. However, when I built the app, nothing happens when I try to download the...
View Article