Special

Introducing the “Welcome to Xojo” Bundle!

New to Xojo and looking for guidance? We've put together a terrific bundle to welcome you! Xojo Bundle

This bundle includes six back issues of the magazine -- all of year 22 in printed book and digital formats -- plus a one-year subscription (beginning with 23.1) so you'll be learning all about Xojo for the next year. It's the perfect way to get started programming with Xojo. And you save as much as $35 over the non-bundle price!

This offer is only available for a limited time as supplies are limited, so hurry today and order this special bundle before the offer goes away!

Article Preview


Buy Now

Issue 23.6 ('Using AI to Prototype')
Instant purchase and download via GumRoad!

NEWS

News

Issue: 23.6 (November/December 2025)
Article Description: No description available.
Article Length (in bytes): 33,258
Starting Page Number: 8
Article Number: 23601
Related Web Link(s):

http://www.GraffitiSuite.com/
http://www.monkeybreadsoftware.com/xojo/plugins.shtml
http://www.xojo.com/download
rl>http://www.xojo.com/download
l>http://www.GraffitiSuite.com/

Full text of article...

GraffitiSuite Release 64

GraffitiSuite is pleased to announce Release 64 for Xojo Desktop, iOS and Web!

Release Statistics

7 New Classes or Products

75 Additions

16 Bug Fixes

6 Other Changes

GraffitiPDF Improved

Thanks to all those opened tickets about our all-new GraffitiPDF class after its introduction in the last release, there have been many improvements and bug fixes. Your options for creating high quality PDF files in Xojo have never been better.

GraffitiHTMLtoPDF Goes Vector

GraffitiHTMLtoPDF has been rebuilt to generate vector PDF files from your HTML source code! While there may be some edge cases that are not (and/or cannot be) supported, the new iteration drastically reduces the file size and increases the quality of the generated PDF files.

GraffitiRecaptcha for Web

Now you can add Google Recaptcha to your Web applications for enhanced security! GraffitiRecaptcha implements the full Recaptcha v2 API giving you power and flexibility.

GraffitiImageViewer for iOS

GraffitiImageViewer is a powerful image display and manipulation control that allows users to rotate, scale, flip and more!

GraffitiAlert for Web

GraffitiAlert received a number of fixes and changes aimed at improving the minimize/maximize functionality of palettes. With new functions and events for Maximize/Minimize/Restore, you have more control than ever before!

GraffitiUpdater for Desktop

This release includes the all-new GraffitiUpdater class for easily creating and distributing version updates for your applications! With HTML-based release notes, beautiful animation, and constant user feedback, you can be sure your users will be able to stay up-to-date and may just enjoy the process!

Product: GraffitiSuite

Platforms: All

Price: Starting at $399.95/year

Website: http://www.GraffitiSuite.com/

Spotlight On: Aaron Andrew Hunt

Spotlight On blog posts focus on Xojo community members. We'll use this space to tell the stories of people using Xojo, share amazing Xojo-made apps and spread awareness of community resources. If you have an app, a project or a person you want to see featured in Spotlight On, tell us about it!

The latest edition features an interview with Xojo developer Aaron Andrew Hunt.

Product: Spotlight On blog post

Platforms: All

Price: Free

Website: https://blog.xojo.com/2025/10/09/spotlight-on-aaron-andrew-hunt/

Paradigma Software releases Valentina 16

Paradigma Software announces the immediate availability of Valentina Release 16, the best, all purpose data management suite of tools and developer data platform solutions for deployment on Windows, Linux, macOS, iOS and the cloud.

Valentina Technology Update 16

Most Valentina products natively incorporate three internal database systems: ValentinaDB, SQLite and DuckDB. ValentinaDB is Paradigma Software's flagship high performance database system with over 25 years of updates and improvements.

ValentinaDB Extensions. You can build custom extensions for the ValentinaDB database system using C, C++, Python or JavaScript. These can include scalar functions, aggregate functions and procedurals that can provide access to external data sources and file formats.

Regression Analysis. SQL 2003 aggregate functions for regression analysis are added to ValentinaDB (REGR_SLOPE, REGR_INTERCEPT, REGR_COUNT, REGR_R2, REGR_AVGX, REGR_AVGY, REGR_SXX, REGR_SYY, REGR_SXY).

SQL Improvements. The RETURNING clause can now be used with the INSERT statement in ValentinaDB

SQLCipher Encryption for SQLite. Encrypt, modify and decrypt SQLite databases using this popular, open source 256 bit AES encryption of database files and other security features

Architectural improvements. Third party engines become extensions. JavaScript, Python, DuckDB and SQLite are re-engineered as extensions. This makes it possible to remove the engines if they are not needed for deployment

Valentina Technology Update is included across all Paradigma Software products including: Valentina Studio (Free Version), Valentina Studio PRO, standalone versions of Valentina Server, and Valentina Developer Network, an OEM developer product that allows developers to deploy copies of Valentina Server to their customers, royalty free and no limits on numbers of deployment.

Product: Valentina (data management tools)

Platforms: All

Price: Varies by component (free to $599)

Website: https://www.valentina-db.net/2025/09/15/paradigma-software-releases-valentina-16/

MBS Plugins 25.4 Released

Monkeybread Software today is pleased to announce MBS Xojo Plugins 25.4 for macOS, Linux and Windows, the latest update to their product that is easily the most powerful plugin collection currently available for Xojo. MBS Xojo Plugins have been updated and now includes over 3000 classes and 83,000 documented features, and the versatile plugins have gained more new functions:

Since C++ compilers support 128-bit integers, we added these as classes for Xojo: Use Int128MBS and UInt128MBS classes to calculate with huge numbers. If you need even more digits, check the LargeNumberMBS and BigNumberMBS classes.

For macOS and iOS we started working on support for the StoreKit 2 framework from Apple to integrate it into Xojo. For this we add StoreKit2MBSmodule with all the methods. We bridge from the Swift based framework to C++ plugin code to Xojo with a modern implementation using asynchronous callbacks via delegates. Once implemented in your application on the Apple App Store, you can process in-app purchases. The older Store Kit classes continue to work fine.

We updated our WebView2ControlMBS for Windows to handle favorite icons. Use the FaviconURI property to learn what is the current URL for the favorite icon. Implement the FaviconChanged event to learn when the website changes and a new icon is available. Use GetFavicon method to asynchronously load the icon to display.

When running under macOS on an Apple Silicon based Mac, you can use MacProductSOCName and MacProductName methods in SystemInformationMBS module to query the product name and the system-on-chip name.

For our MBS Xojo SQL Plugin, we got OLEDB: as a new prefix for SQLDatabaseMBS class. This allows you to pick the OLEDB connection type for Microsoft SQL Server directly. For SQLConnectionMBS class, please use the kOLEDBClient constant here. Alternatively you can still connect to SQL Server using the kSQLServerClient or SQLServer: prefix. With ODBC, OLEDB and native SQL Server interface, we have three ways to connect to your Microsoft SQL Server.

For WMI queries, we updated the WMIObjectMBS class. Use the new functions to query properties with arrays directly. Previously we could only read array properties with strings.

The SetupAWS method in CURLSMBS class can handle COPY and MOVE verbs to move or copy objects in AWS S3, we added beginAppearanceTransition and endAppearanceTransition methods to UIViewControllerMBS class for iOS. We added recursion limit for PythonMBS class, a SkipDeletedText property for WordFileMBSclass and a performChangesAndWait method for PHPhotoLibraryMBS to may changes synchronously.

Finally we updated DynaPDF to version 4.0.102.295, SQLAPI to version 5.4.0 and SQLite to version 3.50.4.

Product: MBS Xojo plugins

Platforms: All

Price: $29-$299

Website: http://www.monkeybreadsoftware.com/xojo/plugins.shtml

Final Month of Year of Code

The final month of Year of Code is in November 2025. It's your last chance to participate, so get started as soon as the details are announced.

Product: Year of Code

Platforms: All

Price: Free

Website: https://blog.xojo.com/2025/01/09/year-of-code-2025-kickoff/

Xojo 2025r2 is Here

Xojo 2025r2 delivers key performance improvements and new features across desktop, web and mobile platforms. Among the highlights, compiling with Aggressive Optimization now uses faster, more efficient frameworks. A new Random.UUID shared method has been added, making it easier to generate universally unique identifiers.

New Features and Updates:

Optimized (faster, larger) frameworks are used when compiling with Aggressive Optimization

Updated to SQLite 3.49.2 for all platforms

Added Random.UUID shared method

Enhanced XAML integration for Windows applications

Added support to change the Shell.Backend on Windows to use PowerShell in addition to cmd

DesktopHTMLViewer now supports printing directly to a PDF file using PrintToPDF

Improved WebStyle supports hover, pressed and visited states

Added ToPicture method to Web and Mobile MapViewer control to get a map as a picture

Select and use multiple photos at once on iOS with MobileImagePicker

New Android UserAuthentication class adds facial recognition, fingerprint and passcodes

MobileSharingPanel allows sharing of multiple images and files more easily

Product: Xojo IDE

Platforms: All

Price: Free IDE (app deployment requires a one-time fee, $499-$1,999)

Website: http://www.xojo.com/download

M_UUID, a UUID generation and validation module

Kem Tekinay, of MacTechnologies Consulting, is pleased to announce M_UUID, a free UUID generation and validation module.

M_UUID will generate both v.4 (random) and v.7 (sortable) UUID's using fast, native code that will work across platforms and meets the specs for each kind of UUID. It also offers tools to validate a UUID, determine its version, and extract the date and time from a UUID v.7.

Product: M_UUID

Platforms: All

Price: Free

Website: https://github.com/ktekinay/M_UUID

StackView 3.3

Version 3.3 of the StackView classes for Xojo only works with Desktop API 2.0 projects from Xojo version 2021r3+.

The classes enable a StackView, similar to Apple's NSStackView, to be used natively across platforms (macOS, Windows, Linux) with the help of DesktopContainers. The StackView was tested under macOS 10.13+, Windows 10/11, Mint 19.2, Fedora 27, Ubuntu 16 and Elementary OS 5.0 Juno. The demo project was optimized for all three platforms. If the project is executed or compiled for Windows, the method PrepareForWindows takes over all adjustments for the controls within the StackView to create a flicker-free version.

Under Linux, the controls of the demo project automatically adapt to the system sizes of the respective distribution.

See a demo on YouTube (https://www.youtube.com/watch?v=AHQZ0RbpHL0).

Product: StackView

Platforms: Desktop

Price: 15? (source code)

Contact: https://forum.xojo.com/u/martin_t

Windows Code Signing and Installer Creation with InnoSetup

Jurg Otter is excited to share an open-source project that makes Windows Code Signing and Installer Creation (with InnoSetup) easier than ever.

If you've ever struggled with code signing or setting up a reliable Windows installer, this project can save you time and hassle. Whether you're an independent developer or working on a team, this solution helps streamline the process with minimal setup.

Windows Code Signing

Sign your Xojo built Windows executables and created Installers using either Azure Trusted Signing or

Traditional Codesigning certificates .pfx

Seamless InnoSetup Integration

Automates the entire process after compilation from signing to packaging.

You just have to click "Build" in the Xojo IDE.

Cross-Platform Support

Works with the Xojo IDE running on Windows, Linux, and macOS - allowing you to build and sign your Windows applications and installers from any OS.

Minimal Setup

No complex installation and dependencies -- just Docker is required.

Product: Windows Code Signing and Installer Creation

Platforms: Desktop

Price: Free

Website: https://github.com/jo-tools/ats-codesign-innosetup

Xojo 2025 Release 1.1

The 2025R1 update introduces support for running the Xojo IDE on Linux ARM, drag and drop functionality in the Web framework and the ability to submit apps directly to the Mac and iOS App Stores from Xojo.

Highlights of New Features and Updates:

Linux ARM IDE Support: Now available, including Raspberry Pi.

App Store Publishing: Directly publish macOS Desktop and iOS projects to App Store Connect from the IDE.

Web Drag and Drop Support: Any visual control can now be dragged or accept drops.

WebListBox: Now supports editable cells and checkboxes.

macOS Window Menu: Desktop projects include the Window menu by default.

Windows Built-In ICU Libraries: Eliminates manual ICU updates and reduces app file sizes.

iOS MobileColorPicker: Simplifies color selection and provides a native app experience.

Android Support: Initial ColorGroup and Dark Mode support.

TLS 1.3 Support: Now available with SSLSocket and URLConnection.

Toolbars: Option to hide captions. Windows now features a smaller toolbar, and both Windows and Linux use modern Bootstrap icons. The Documentation window toolbar is now more compact.

Code Editor: Cmd/Ctrl + Double-clicking on a local variable name now jumps to its declaration, similar to the "Go To var" command.

Layout Editor: Improved performance for complex container layouts.

Product: Xojo IDE

Platforms: All

Price: Free IDE (app deployment requires a one-time fee, $149-$1,999)

Website: http://www.xojo.com/download

Announcing PrefsKit - A Native Preferences Framework for Xojo

If you've ever struggled with handling native preferences across macOS, iOS, and Windows in Xojo, PrefsKit is here to simplify your workflow! This open-source module provides a structured, native-friendly way to store and retrieve application preferences, making your Xojo apps feel right at home on each OS.

Xojo lacks a universal API for working with native preferences across platforms. While Windows developers can rely on the built-in RegistryItem class, macOS and iOS require more complex declares to properly interface with Apple's plist-based preference system.

PrefsKit bridges this gap, offering:

Full support for macOS, iOS, iPadOS, and Windows

Native integration with each OS's preference storage system (plists on Apple platforms, Registry on Windows)

Granular control over preference reading and writing

Seamless integration into your Xojo projects

PrefsKit is available now as an open-source project for the Xojo community.

Product: PrefsKit

Platforms: All

Price: Open Source

Website: https://gitlab.com/patricksalo/PrefsKit-for-Xojo

GraffitiVerificationKit Available

GraffitiSuite is pleased to announce the initial release of GraffitiVerificationKit!

GraffitiVerificationKit is a drop-in module that enables developers to incorporate email address validation and verification. Using this product, you can ensure that you get real user signups, separating out potential spam accounts. Key Features:

Email domain blocking

Automatic sending of verification emails via SMTP

Automatic validation of verification codes

Automatic user database table updates

Global rate limiting

Per-email or IP address rate limiting

Email subject, body HTML and body Text customization

Sender email and name customization (where supported by the SMTP server)

Product: GraffitiVerificationKit

Platforms: All

Price: Starting at $399.95/year

Website: http://www.GraffitiSuite.com/

Year of Code 2025: Kickoff

Xojo is kicking off 2025 with something for everyone in the Xojo community, an event that will help new users grow their Xojo coding skills and existing users polish theirs. Back in 2018, we did a "Summer of Code" contest that challenged people to create one project a week through the summer. This was a lot of fun and many interesting apps were made that summer. For 2025, we have expanded that idea out to the entire year! However, instead of one app a week, we will make one app a month from January to November 2025. In December we will give away a grand prize!

The Idea

Early each month we will share a blog post that introduces an app "theme" and recaps the prior month. A week or so later, we will create a Forum topic and post an example project created by one of the Xojo team. To participate in the Year of Code, make a Xojo project that that demonstrates the theme in some way, share it on GitHub to make it easily accessible to everyone and then add a post about it (with your GitHub link) to the Forum topic.

The Prizes

And yes, there will be prizes for those that participate. Each month all participants (everyone who shares a project that month) will be entered for a chance to win a monthly prize of $100 at the Xojo Store plus a 25% off coupon for GraffitiSuite.1 The $100 can be applied to any Xojo license purchase or Extras Store item. At the end of 2025, all participants from the year will be entered to win the grand prize of a Xojo Pro license, $250 cash and a free year of GraffitiSuite. The more you participate throughout the year, the more chances you'll have to win the grand prize.

How to Participate

Now that it is January (Happy New Year, everyone), the 2025 Year of Code kicks off with this theme: Desktop apps. People have used Xojo to make wonderful desktop apps since its inception in 1998 so this is an ideal first theme that is broad enough to allow anyone to participate. Look for a post next week announcing this months' project details. Once it is posted, I will start a forum topic for others to share their projects and apps. In early February we will do a blog post that highlights what people made this month and introduce February's theme.

Product: 2025 Year of Code (contest)

Platforms: All

Price: Free

Website: https://blog.xojo.com/2025/01/09/year-of-code-2025-kickoff/

TPLM, End-to-End Xojo Code DRM, Now supports Stripe, DLC, and Emails

Tim Parnell is pleased to share some exciting updates for TPLM, the End-to-End Xojo Code DRM system.

Available now, the Web Panel supports automatic integration with Stripe, email license keys, and a new fulfillment type supports DLC.

TPLM is a professionally built Digital Rights Management system written entirely in unencrypted Xojo Code. A time tested system that supports most popular types of license models:

Traditional, Major Version licensing

Updates Period, a perpetual license with a year of updates

Subscriptions, pay to use, stop when you're done

DLC, optional additional features

Stripe Webhook setup is easy and automatic. Simply link Stripe products to TPLM product fulfillments easily through the TPLM Web Panel. TPLM does the legwork and even configures the Stripe account to send Webhook notifications to TPLM.

In addition to handling Stripe notifications, TPLM can now send emails to customers fulfilling license orders. This was added to support Stripe fulfillment, but can be done at will from the License Key view.

Product: TPLM

Platforms: All

Price: $36/month (service) or $599 (source)

Website: https://strawberrysw.com/tplm

Announcing GraffitiBundle

GraffitiSuite is pleased to announce the immediate availability of GraffitiBundle!

The easiest and most powerful method to build Desktop applications from your Xojo Web applications is here! GraffitiBundle consists of a Xojo Web component and Desktop project template that link the two types of projects together for an Electron -like experience built specifically for Xojo. There's no need to build new Web Applications, you can simply drop GraffitiBundle in to your existing project, perform a bit of setup, and your app is ready to be distributed!

Check out these features:

Asynchronous Communication

Runtime Synchronization and Monitoring

Automatic Updates

Product: GraffitiBundle

Platforms: Desktop

Price: $149.95 (on sale for $99.95)

Website: https://graffitisuite.com/features/graffitibundle/

XojoUnit 6.9.1 with ObjectSpy

XojoUnit v.6.9.1 has been released.

XojoUnit is a unit testing package. This version has the following changes:

XojoUnit for Desktop is now split into API 1 and API 2 versions for improved project compatibility.

Desktop versions now support Dark Mode.

Product: XojoUnit

Platforms: All

Price: Free

Website: https://github.com/xojo/XojoUnit/tree/master

GraffitiFirewall for Xojo Web

GraffitiFirewall is an in-project Web Application Firewall that's designed to help Xojo Web developers secure their applications from malicious users. Exposing your application to the internet can be a frightening proposition, but you can rest a bit easier with GraffitiFirewall watching the door. As part of a GraffitiSuite Web or All Access Edition subscription, get access to regular managed and curated definition updates for the following attack vectors:

Known Bad Crawlers

Known Malicious IP Addresses

Known Malicious UserAgents

Local File Inclusions

Cross Site Scripting Injections

SQL Injections

In addition, get basic protection from DDoS attacks, manually block IP addresses, log traffic, block or redirect based on HTTP security, custom security event implementation, and more! You can integrate GraffitiFirewall with or without the amazing dashboard once you've setup your application's database.

Product: GraffitiFirewall for Xojo Web

Platforms: Web

Price: $399/year

Website: https://graffitisuite.com/features/web-edition/

piDog Software has update DataView to Desktop API2

Phoenix, AZ (October 30, 2023) -- piDog Software has update DataView to Desktop API2

DataView has been updated to Desktop API 2 with the release of DataView 1.17!

This release updates DataView and piDogScrollingCanvas to be based on DesktopCanvas and also updates the DataView API to conform to the new naming conventions of API2, such as CellBackgroundColor() becoming CellBackgroundColorAt() as well as moving from Constants to Enums so that values like AlignCenter become Alignments.Center.

Also in this release:

Significant internal rendering improvements, in some cases leading to a 2x improvement in frame rendering rate during scrolling.

Fixes for various rendering/scale issues involving BackdropImage and BackgroundPattern.

If you're still working with API1, don't worry. I'll still be maintaining an API1 version (currently v1.16.2.1) with bug fixes where possible.

Product: DataView

Platforms: All Desktop

Price: $129

Website: https://www.pidog.com/wp/dataview/

Open Source Stable Diffusion Prompter

The Stable Diffusion Prompter is an application written in Xojo Code that allows users to create positive and negative prompts for Stable Diffusion. With support for both Windows and macOS, and the potential for compatibility with native Linux systems, this app offers a convenient way to generate prompts on multiple platforms.

Product:

Platforms: OSX/Win

Price: Free

Website: https://github.com/Schneppi/Stable-Diffusion-Prompter

PriorityQueue_MTC v.1.0

Kem Tekinay of MacTechnologies Consulting is pleased to announce PriorityQueue_MTC, a priority queue class for Xojo.

PriorityQueue_MTC lets you add arbitrary values (Variants) with arbitrary priorities, then pull those values in order of their priority. It handles both min-to-max and max-to-min sorting, and lets you peek ahead to see the priority and value of the next item on the queue. Based on a binary heap, it is tuned for performance and comes with a number of unit tests to illustrate its usage.

Product: PriorityQueue_MTC

Platforms: All

Price: Free

Website: https://github.com/ktekinay/Xojo-PriorityQueue

Xojo Developer Retreat Session Videos

The session videos from Xojo Developer Retreat 2022 are now available for anyone to purchase. You can now gain access to all of the session videos for $199 so you can learn from the experts at home. The following presentations are included:

ABCs of Android and Xojo -- Travis Hill

Building Digital Forensic Apps with Xojo -- Derrick Donnelly

Case Study: Building Data Processing Tools -- Geoff Perlman

Creating a Common Desktop App Installer -- Ken Whitaker

Getting Intimate with the Xojo Framework -- William Yu

Integrating Machine Learning into your Xojo Apps -- Jim Meyer

Integrating WooCommerce with Your Xojo Apps -- Javier Menendez

PowerXS -- Marc Zeedar

Thanks For the MemoryBlocks -- Kem Tekinay

The Legal Side of Programming -- Amy Barnes

Using MBS to Extend Xojo -- Christian Schmitz

Using Xojo's PDFDocument -- Javier Menendez

Web SDK -- Ricardo Cruz

Xojo: How It's Made -- Paul Lefebvre

19 Ways To Improve Your Business (Other Than Coding) -- Yousaf Shah

Product: Xojo Developer Retreat Session Videos

Platforms: All

Price: $199

Website: https://www.xojo.com/store/#conference

AXNumValidatedTF

AXNumValidatedTF is a Xojo DesktopTextField/TextField subclass for Windows, macOS and Linux allowing the input validation of a defined numeric range, using the system Locale settings for decimal and grouping text formatting.

The new release updates the control to API 2.0 and also includes other improvements.

Raise Events when the entered value is in / out of Range (active catching / propagation of the value).

Optionally displays a message Dialog when the entered value is out of range.

Optionally stays in focus when the entered value is out of range.

Use of Locale settings for Grouping and Decimal separators.

Adaptive formatting during the value validation.

Instance ToolTip / HelpTag set to the accepted value Range

Set the length of the decimal part for Real numbers.

IsInRange property to passively check if the value is inside the defined range.

Xojo API 2.0 / API 1.0 versions of the Class.

macOS / Windows / Linux (32/64 bits -- Intel / ARM) compatible.

Product: AXNumValidatedTF

Platforms: OSX/Win

Price: 20 Euros

Website: https://www.aprendexojo.com/en/shop/axnumvalidatedtf-for-xojo-2/

GuancheID 1.2 Released

GuancheID is the easiest way to get an unique ID for macOS and Windows based computers, so you can use it in combination with GuancheMOS or with your own software Licensing scheme to make sure your software only runs on the computer the license has been generated for, among other possible uses.

This new release adds ARM support and other improvements to GuancheID.

You can use GuancheID without restrictions when running your apps in Debug Mode from the Xojo IDE, but a license is required when building an application that makes use of it.

Product: GuancheID

Platforms: Desktop

Price: 40 Euros

Website: https://www.aprendexojo.com/en/shop/guancheid-2/

AprendeXojo announces GuancheMOS 1.9.5

AprendeXojo announces the immediate availability of GuancheMOS 1.9.5, the multiplatform plug-in for Xojo users that allows the easy, fast, no Rocket-Science implementation of serial number generation and validation features on macOS, Windows, Linux and Web applications.

GuancheMOS 1.9.5 plug-in adds the compatibility with ARM architecture on Windows, so users can deploy now their solutions on Windows as Intel or ARM64 apps.

Since 2007, GuancheMOS is the preferred serial number creation and validation Engine plug-in used by hundred of Xojo developers all over the World in all kind of apps and solutions.

GuancheMOS is both Desktop and Console safe, so it is possible to create all kind of license serial number generation and validation solutions around it, without having to pay additional fees or other hidden costs.

GuancheMOS is part of the Omegabundle 2022, so you can get it with other top Xojo developer tools and extras at an incredible price... while it lasts!

Product: GuancheMOS

Platforms: Desktop/Web

Price: 110 Euros

Website: https://www.aprendexojo.com/shop/guanchemos-serial-number-generation-and-validation-for-xojo-developers/

Markdown Parser for Xojo 1.2

AprendeXojo.com announces the availability of Markdown Parser for Xojo 1.2. The new release has been updated for Xojo API 2.0, with many other improvements in the parsing engine.

Markdown Parser for Xojo is an un-encrypted class with no dependencies, and easy to implement and use in your existing projects, allowing any Xojo developer to implement in their products the ability to parse Markdown source text into HTML + the provided CSS styles, so it can be presented on the fly over the standard Xojo HTML control.

Markdown Parser for Xojo is 32 and 64 bit compatible for macOS, Windows, Linux operating systems on Desktop, Web, Console and RaspberryPi deployments.

When buying a license of Markdown Parser for Xojo you will receive the 100% Xojo code class unencrypted, so you will be able to inspect/change/expand it to your own purposes (if needed).

Inspect / Access Source Code. No Chains!

Extremely Easy to Implement and Use.

One year of free updates and Customer support.

Exclusive portal for Feedback / Feature Requests / Bugs submission and follow up.

Product: Markdown Parser fo Xojo

Platforms: Desktop

Price: $96 (approx)

Website: https://www.aprendexojo.com/shop/markdown-parser-for-xojo-with-source-code/

End of article.