Apple Needs a Snow Sequoia
Apple Needs a Snow Sequoia “…Apple needs to make it snow again.” “… MacOS Sequoia and iOS/iPadOS 18 — are screaming for such a reset. Yes, they work and are still smoother and less glitchy than...
View ArticleIs AppleScript still alive?
There was a time in the 1990s when AppleScript was a part of my life (and AppleGuide!). Is Apple still really maintaining it (or updating it) and, does anyone still use it? 9 posts - 6 participants...
View ArticleIntroducing the CRUD MySQL Xojo Project
Hi everyone, I’ve recently duplicated my project “CRUD SQLite Xojo Example” with an important modification: it now uses a MySQL database connection instead of SQLite. This new version is ideal if...
View ArticleHow to open and display an iFrame?
I want to display a data analysis done in Power BI by calling an external link in HTML. Using WEB2. Has anyone had the opportunity to do something similar? 2 posts - 2 participants Read full topic
View ArticleHow do MenuOnly MobileToolbarButtons work?
How do I populate the menu that is shown for MenuOnly MobileToolbarButtons? When I set the MenuOnly property to True, a blank menu pops up. I can’t find anything in the documentation and the Android...
View ArticleProgram Structure Recommend?
Greetings - I am working on a software manager (GUI) for instruments that I manufacture. It will interface to a variety of real hardware instruments and dummy demo (virtual) instruments. I would like...
View ArticleSequoia does not refresh my (API1) desktop canvas
Hi Folks, I made a date picker long ago using a canvas and a container control, for xojo desktop. it uses API1 mostly it worked fine until I noticed some weird behavior under macos sequoia only (it...
View ArticleUsing Databese Connections (SQLITE) for web apps
All my Database apps have been Desktop. I have different folders on my network for each stage where the databases are stored. I point each stage of the database connect to the correct folder. How do I...
View ArticleA file system error occurred (#512) for "XojoFramework"
I’m trying to run a project on a Parallels VM with Sequoia and I get the following error: A file system error occurred (#512) for "XojoFramework"". If the application already exists, please make sure...
View ArticleAsk/set Year for DatePicker
Année = Year I really do not like this design. The goal is to set a birth date. People here adviced to use both DatePicker forms (two DatePicker), but I do not loved the design. I add a Control named...
View ArticleValentina Release 15.1.2 improves Parquet support for DuckDB, reporting from...
Here are the highlights of improvements to Valentina Release 15.1.2: [Imp][DuckDB] Create DuckDB database with default storage version if not specified [Imp][DuckDB] Use Parquet V2 for DuckDB backup...
View ArticleDrag & drop folder work on any Window 10 control?
I want to drag and drop a folder on a textfield and display the path in the textfield. This works perfectly in MacOS. Doesn’t work in Windows 10. I could drag to some other control so tried using a...
View ArticleAIKit - My open source Xojo module for interfacing with LLMs
AIKit is a free, open source, Xojo module for interacting with large language models (LLMs) from a variety of open source and proprietary providers. Repository github.com GitHub - gkjpettet/AIKit: A...
View ArticleXojo UUID Generator Class
Hi everyone, I made a small utility class in Xojo that generates RFC 4122-compliant UUID v4 values. Nothing fancy, but it might be useful if you need unique identifiers for things like databases,...
View ArticleSilent Quit because of a bad date
I am testing a new way (the current one) to deal with dates and get a strange behavior: the involved date is : 1985-60-72 I had a crash (I tested my date against Nil) in the beginning, then the...
View ArticleHow do you exclude a piece of code for debug?
To search about a bug (my previous thread), I needed toe xclude from execution a piece of code at Run time (not in the application). So, because I develop on macOS, I used #If TargetWindows …/… #EndIf...
View ArticleNot write character in textfield
hello group, I need to make sure that no characters are inserted in a textfield, but I can’t disable it. so I wanted to write: in KeyDown: if key=chr(13) or key=chr(3) or key=chr(27) then // Permetti...
View ArticleWindows, properties, and the inspector behavior
This is about an issue I have solved (sort of) myself; I’m just wondering whether what I’ve observed was to be expected or whether it might be a bug … I have defined a class WindowPlus as a subclass...
View ArticleColored desktop buttons
I have searched for a way to have colored desktop buttons; apparently the Mac software dos not allow this. I found a simple system that gives me what I want. Some users have said to create your own PB...
View ArticlePaintCellBackground
Hi group, I’m trying to do something at the limit of my possibilities I inserted the color values in the RowTag of a ListBox, which I should use to color the rows of the ListBox separately, line by...
View Article