Best Container and object practices
Hello all, I am building a new web app. I am wondering what the best practice is, with regard to bandwith use and memory use in the following scenario. On a page, I use EmbeddWithin to create a...
View Article"DebuggerHook" crash is back
After 24r1 release I wrote this: Kudos to Xojo for finally stamping out that DebuggerHook bug that’s been torturing me for years (https://tracker.xojo.com/xojoinc/xojo/-/issues/74175 ). Unfortunately...
View ArticleAdvice on Icon and decription for a pagepanel
A user of mine suffering motorial problems has asked me to make available optional shortcuts to easily access some menu-items. I have done it, adding a new pane in the Settings pagepanel, where users...
View ArticleWeb app first linux run attempt
Hi all. I recently updated an existing web application to remove any and all Windows-only bits and pieces. The revamped application is running fine on Windows, but I decided to get rid of Windows...
View ArticleCanvas Klasse mit Zoom, Scroll und "real click"
Hab hier mal ein Beispiel-Projekt mit einer Canvas-Klasse gemacht. Die kann Zoomen und Scrollen und bei einem Klick liefert sie die real im Picture getroffenen Koordinaten, unabhängig von Zoomfaktor...
View ArticleLinux free to build desktop apps - Xojo 2024r1
Does it mean that Linux will no longer be maintained? 3 posts - 2 participants Read full topic
View ArticleKeep screen alive iOS
Does anyone know how to ensure that an app keeps the iPad screen alive while it is active, like a navigation application? 5 posts - 3 participants Read full topic
View ArticleDrag and drop multiple canvas controls together
I’ve made an app where the user can move individual canvas controls on a window using drag and drop. It works well. I would like the user to be able to select multiple items and move them as a group...
View ArticleScaling a PDF template
Hi I’m looking at how to handle a PDF template which has different dimensions to the final PDF. It is a Xojo 2024r1.1 generated PDF template in json format, but it is A3 page size. How can I scale it...
View ArticleWeb service to return generated SVG
Hi I have a web service that needs to generate and return an svg image. What’s the best way to generate the contents of a WebContainer as svg and return it from handleURL? The container has labels,...
View ArticleLines drawn from top left to bottom right overflow Graphics.ClipPath on Linux
Feedback Case Number: 76868 I have an issue with Graphics.ClipPath, it seems like lines drawn from top left to bottom right can sometimes escape a curved path. It seems to be an extremely specific...
View ArticleCrash when users open saved files, think its an OS permission issue
Im having issues pinpointing crashes when users open saved files in an app I made. Users have sent me the files that supposedly crash hard on their machines, but it opens perfectly fine on mine. I...
View ArticleDe la Iteración a la Interacción: Iteración con Casting de Tipos
He publicado el artículo De la Iteración a la Interacción: Iteración con el Casting de Tipos traducido al castellano a partir de la entrada disponible originalmente en el blog de Xojo. Como de...
View ArticleApp Feasibility
I have an idea for an app and wanted to see if it were feasible with Xojo. The app will prompt the user for a folder and parse the data inside. The data would consist of a csv (with chats inside),...
View ArticleClean Coding in Xojo: Best Practices for Writing Maintainable Code
Originally published at: Clean Coding in Xojo: Best Practices for Writing Maintainable Code – Xojo Programming Blog Clean coding is a vital aspect of software development that ensures code...
View ArticleWorking with photographs
I discovered xojo a few weeks ago and love it. Could someone point me to documentation or examples to do with working with images. I"m talking loading a picture, resizing it, adding an overlay or...
View ArticleEvent naming redux
I know that we’ve kicked this can down the road for many iterations, but the newly posted “Hello, World!” examples on YouTube once again demonstrate that what we “think” versus what the events are...
View Articlexojo.core.Point
I am a little confused… Dim dx As Double = velocity * deltaT * cos(heading) Dim dy as Double = velocity * deltaT * sin(heading) Dim newPoint as New Point(currentLocation.X, currentLocation.Y)...
View ArticleAndroid App. Timers and Processes Stopping in Background
Hello everyone, I am currently developing an app for Android using Xojo. Unfortunately, I’ve encountered a problem where the app’s timers stop, and all processes cease when the app goes into the...
View ArticleDetect Dark Mode changes
on iOS there is an event (appearanceChanged) - or something like that - is there something similar for web? I can use a color group in most cases, but I have a logo that needs to switch from white to...
View Article