How Xojo Simplifies Full-Stack Development for Everyone
Originally published at: How Xojo Simplifies Full-Stack Development for Everyone – Xojo Programming Blog The demand for skilled full-stack developers continues to grow in 2024. These developers handle...
View ArticleODBC connection string for SQL Server?
I have the ODBC driver provided by xojo and I have the driver provided by Microsoft for the ODBC connection, but what I can’t find is a connection string to get connected to SQL Server. Does anyone...
View ArticleFind which display a window is in
I’ve been searching the documentation and got into an endless loop. My problem: I have an app (several actually) which reset the window position to the last moved position when they are re-launched....
View ArticleFeature Request : Add Abillity To Send Message To XOJO Backend Webserver From...
Sometimes we use javascript to manipulate XOJO objects in the browser. Like moving the controls freely using drag and drop via jQuery. But there is no way to update the parameters ( e.g. : location )...
View ArticleAccessing Resource file on macOS
Good morning (o; I use CopyFiles in the build process to copy several folders into the Resources folder. To access a single file in one of the directories I use: Var f As FolderItem f =...
View ArticleAESDecrypt errore
Ciao a tutti, sto effettuando della criptografia su delel stringe e poi le salvo a database. In seguito durante il caricamento le decripto. La chiava è un dato dell’utente che inserisce lui. Mentre...
View Article5 Consejos para Navegar por proyectos de Gran Tamaño
¡Hola! Acabo de publicar un nuevo artículo que espero encuentres interesante: 5 Consejos para Navegar por proyectos de gran Tamaño Por supuesto, también son adecuados cuando estás trabajando con...
View ArticleAdding fonts on iOS
I’m using MBS FolderItem.FontActivateMBS(OnlyLocal as boolean) as Integer Every font loaded returns a -1 (parameter error) but then most of the fonts seem to work. If I don’t load them, then when i...
View ArticleListbox error?
Why is this line generating a type mismatch error? The name assigned to my listbox is “lbListing” lbListing.RowSelectionType = Listbox.RowSelectionTypes.Multiple 4 posts - 3 participants Read full topic
View ArticleGoogle Maps And Drawing
Anyone have an example of drawing a circle around a location on a map in a web project? 1 post - 1 participant Read full topic
View ArticleApplescript doesn't run
Hello everyone, I’m working on a very old project of mine that was built in Xojo 2017 and that works until Xojo 2020 with a few changes. It needs to send commands to control Photoshop via Applescript....
View ArticleDrawing png from database to canvas loses transparency
I have a png file with transparent background stored in Sqlite database as type picture. I retrieve the picture to a graphics object and it is still transparent if I look at the graphics object...
View ArticlemacOS Sequoia makes it more difficult to open non-notarized apps
With macOS Sequoia, apps without notarization can no longer be opened by right-clicking on the app icon. developer.apple.com Updates to runtime protection in macOS Sequoia - Latest News - Apple... In...
View ArticleProblem with return value of array
hello group, I need your help. I have a function from which I would like to obtain 2 values, stored in an array. Is it possible to return these two values? How can I recall the value positioned in box...
View ArticleProblem with executing AppleScript in Shell
Some of my AppleScripts can run longer. Those are getting the mailboxes from Mail or Outlook. If I run the AppleScript in an async shell and some AddHandlers I’ve managed to avoid the beachball when...
View ArticleOpen a folder item from a listbox
Hello all. Running Xojo 2023R4, on a mac running Sonoma 14.5. I need a little help with an issue I am having. After going through the folder entry in the language reference, I am either missing...
View ArticleXojo2024R2.1: WebListbox header/row heights
2 question on this beautiful rainy Friday: can header/row heights of the WebListbox be changed through CSS? is there any info showing details how to do it? Needless to say that less info is now...
View ArticleKeyboard Dismiss
Be nice to add return or a key to decimal keyboard (or all keyboards). What is the trick to dismiss the keyboard on my app it will not go away! 3 posts - 3 participants Read full topic
View ArticleCopyTo
I’m lost, what is wrong there? dbFile = FolderItem.ShowSaveFileDialog(FileTypeGroup1.spGame, defaultName) if dbFile <> nil then if dbFile.Exists then dbFile.Remove db.DatabaseFile.CopyTo(dbFile)...
View ArticleDelete.row not work well, why?
Here I am again. I would like to understand why in this cycle the records of the tables are not deleted … I have a main table IntestazioneFatturaAcqusiti where there is an ID, with this ID I connect...
View Article