HandleURL to Login User?
I have multiple apps running on the web server. I want to send a special url to an app to begin the login process for a user. This should enable me to jump from one app to the other and have it...
View ArticleEl Marco de Desarrollo unipersonal, para el resto de nosotros
A continuación encontrarás traducido al Castellano, el interesante artículo escrito originalmente por Paul Lefebvre y publicado en el Blog Oficial de Xojo. En dicho artículo se aborda de qué modo Xojo...
View ArticleListbox 101
I have a listbox with a list of words. When I scroll down and select one I redraw the contents making a slight change to the selected word. At the moment it selects the first word at the top after the...
View ArticleActivate event + Windows + close
We have noticed several times, especially on MSWindows that the “Activated” event of a window fires when the window is about to be closed. The problem is that this event can use controls… which are...
View ArticleCocoaControlMBS replacement for QuickLook control
Hello, Creating a new post on CocoaControlMBS, as it’s deprecated, I wanted to know the replacement. I use it to create a QuickLook control to display documents. There was a post about it...
View ArticlexDev Magazine Releases Issue 22.3 (May/June 2024)
May 2024 – xDev Magazine is pleased to announce the release of our newest issue, now available in PDF and print formats! The May/June 2024 (22.3) issue features articles on the just-finished...
View ArticleXojo2024R1: forcing input to upper case
I need to force user input for certain strings to upper case. I can convert the entered value to upper case using Uppercase() function, however, I wonder if there is a way to make it upper case as the...
View ArticlePicking picture on macOS
When your application needs a picture, you may offer the user to pick a picture from the photo library. With the PHPickerViewControllerMBS class in our MBS Xojo iOS Plugin, you can let the user pick a...
View ArticleMBS 242pr4 CURLS broke my apps
With 242pr4, uploading folders to an SFTP server fails with error 26 - “client read function EOF fail”: My app first creates the target folder on the server (AWS S3) then uploads files to the folder....
View ArticleDictionary Corruption
We are getting a very weird error when using a dictionary. Sometimes, the values become corrupted. Here is an except from debugging the problem. dim overalls(2) as string dim d as new dictionary dim...
View Article[ANN] StackView 3.2 is now available!
Today I released version 3.2 of the StackView classes for Xojo. This version only works with Desktop API 2.0 projects from Xojo version 2021r3+. Info The classes enable a StackView, similar to Apple’s...
View ArticleAvoiding Memory Leaks with WeakRef
Originally published at: Avoiding Memory Leaks with WeakRef – Xojo Programming Blog Is not that common of an issue, but it happens - when searching for memory leaks, remember to check any...
View ArticleDBKit Beta 9 is now available
Changes DBKit now supports using any column type for the primary key column (not just numbers as had been the case). Resolved Issues Fixed a bug when using DBKit with PostgreSQL that caused the...
View ArticleListboxCell to Textfield
I can assign a Textfield in a window to a generic textfield. app.tf = Window1.Textfield So I have eg selectionstart, etc. to deal with in one place. How can I do that from a desktop.listbox, since...
View ArticleWhere is it?
I am in the middle of a major stuffup with my latest update. People updating no longer have their purchase recognised but I think it is only the older users from when I transitioned from a single...
View ArticleWhat is the most effecient way to code for database? PostgreSQL
Hello all, In my first round of working with Xojo, I created classes for each database table that I used. I added new Methods for each type of function that I wanted, below is a sample Constructor Db...
View ArticlePhoto Tape in the App Store
I released Photo Tape for iOS this week: App Store Photo Tape: Connect Images Photo Tape is the tool you need when you just want to stick some photos together—no fuss, no hassle. It's essential for...
View ArticleHaving iOS simulator problems today? This could be why
Just in case anyone is suddenly having a problem launching the iOS simulator today: 1 post - 1 participant Read full topic
View ArticleConnecting to My Web App on Xojo Cloud
Good Day, FolksL I am new to Xojo Cloud and having trouble connecting to my Web application. I created a simple “Hello World” app for this purpose. When I deploy my app, I get this message below at...
View ArticleParsing JSON text
I have been trying to parse a large JSON text file. This file has several layers of dictionary entries and their values. I have looked at other posts, and the examples and I am able to retrieve the...
View Article