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 21 in printed book and digital formats -- plus a one-year subscription (beginning with 22.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 21.4 ('ChatGPT')
Instant purchase and download via GumRoad!

NEWS

News

Issue: 21.4 (July/August 2023)
Article Description: No description available.
Article Length (in bytes): 18,132
Starting Page Number: 8
Article Number: 21401
Related Web Link(s):

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

Full text of article...

Omegabundle for Xojo 2023 Dev Tools Bundle

Get the top developer tools and third party components for the Xojo cross-platform development platform at a huge savings!

Omegabundle for Xojo 2023 is a collection of the most useful tool sets, add-ons, digital books and components for use with Xojo Inc's Xojo development environment. If purchased separately and not including any additional offers, the total cost would be over $4166.94. Omegabundle for Xojo 2023 costs $399.99. Included Products:

AprendeXojo GuancheMOS (UPDATED). The toolkit you need for application serialization and validation. Now supports Intel and ARM processors on macOS!

AprendeXojo AXImageCanvas (UPDATED). Pull and display images easily.

AXNumValidatedTF (UPDATED). Locale settings, numeric range enforcement, adaptive format and more for numeric input.

Einhugur Plugin Pack for Xojo. e-CryptIt Engine for Xojo and all 39 libraries and plugins, including plugins to work with Microsoft Excel and Microsoft Word.

GuancheID (UPDATED). The easiest way to get a unique ID for macOS and Windows based computers.

GrafittiSuite Desktop Edition (UPDATED). 67 (up from 55 from 2022!) incredible user interface controls for Xojo that add value and improve the professional appeal of your Xojo applications.

MBS Chart Director for Xojo (UPDATED). Professional, interactive, real-time charts in your Xojo applications on Mac, Windows and Linux. Desktop, Console and Web projects.

MBS DynaPDF Starter Edition for Xojo (UPDATED). Create PDF files with your applications on Mac, Windows and Linux. Desktop, Console and Web projects.

Ohanaware App Wrapper (UPDATED). Prepare your application for the Mac App Store or Web Distribution (macOS only app)

Paradigma Software Valentina Studio Pro (UPDATED). Ultimate reports designer, database administration and forms creation tool that runs on all three operating systems - Windows, macOS, Linux. Select one OS version.

Paradigma Software ValentinaDB ADK for Xojo (UPDATED). Embed the ultra-fast, object-relational Valentina database into your applications and deploy royalty free--Windows, macOS, Linux, including Raspberry PI! Also works with local SQLite files and as a client to Valentina Server.

Paradigma Software Valentina Reports ADK for Xojo (UPDATED). Generate visually rich reports as graphics, web pages or PDF from your Xojo applications on Windows, macOS, Linux including Raspberry PI! Also works with local SQLite files and as a client to Valentina Server.

Paradigma Software Valentina Server Unlimited (UPDATED). 4-in-1 Reports Server, Forms Server along with two database servers: one built on object-relational Valentina Database and the other on SQLite. Report and forms serving works with MySQL, PostgreSQL, MS SQL Server and the included Valentina and SQLite servers

XDL Library (NEW) Xojo Beginners Guide ebook (updated to over 1100 pages in June 2023) + 22 new digital articles

xDev Magazine (UPDATED). Get back issues and a year's subscription to xDev Magazine, the professional's magazine for developing with Xojo.

Product: Omegabundle for Xojo 2023

Platforms: All

Price: $399.99

Website: https://www.omegabundle.net/

GraffitiSuite Release 50 Available

GraffitiSuite is pleased to announce Release 50 for Xojo Desktop and Web! This released includes:

5 New Classes or Products

29 Additions

14 Bug Fixes

16 Various Changes

elease 50 brings one cool new class for both Web and Desktop: GraffitiW3W. This class allows you easily access the What3Words API from within your application, making it easy to supply your users with something readable rather than a typical pair of hard to remember latitude and longitude coordinates. We've also added the ability to leverage this component to GraffitiMapViewer for both Web and Desktop, so all you need to do is bring your own API key in many cases.

Desktop is also getting the new GraffitiModal. This class is super cool. You can easily add beautifully animated modals to any Xojo DesktopWindow, designed visually as a DesktopContainer!

For Web, we built out a Geolocation class that provides a more object-oriented and reliable approach to the built-in Xojo class. It's a simple thing, but it's useful.

Also for Web, the all-new GraffitiVideoRecorder! Now your users can capture video and audio on their devices and the result will be sent to your Xojo Web application! Great for inspection videos, but the possibilities are nearly endless.

Product: GraffitiSuite

Platforms: All

Price: Starting at $249/year

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

Webinar: Xojo OOP

Are you just getting started with Xojo or don't feel you understand object-oriented programming well enough? In "Understanding Object-Oriented Programming in Xojo webinar," we will explain the concepts, talk about how to design classes, as well as cover details such as objects, inheritance, shared methods and properties, interfaces, and more. Don't miss out on this opportunity to expand your programming knowledge! Happening July 26, 2023 at 11:00 AM

Product: Xojo OOP Webinar

Platforms: All

Price: Free

Website: https://us02web.zoom.us/webinar/register/WN_ESmzpl7YQVitQsCHUWcOSA#/registration

MBS Plugins 23.2 Released

MonkeyBread Software is pleased to announce MBS Xojo Plugins 23.2 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 80,000 documented features, and the versatile plugins have gained more new functions.

For Windows we add classes to use the built-in PDF functionality from Microsoft. You can open PDF documents, query page count and sizes and render preview pictures of pages.

The GraphicsMagick functions got improved to now include WebP support. This includes reading and writing WebP files, so you can directly upload WebP functions from your CMS solution to your web server.

For MongoDB we have new functions to convert strings or MemoryBlocks to binary data for passing to the MongoDB database with DataToBinary function for efficient storage (without Base64 overhead). The NowUTC function in the MongoClientMBS class returns the current date in the format needed for MongoDB in JSON and Time can convert time stamps if needed.

We added new delegate based functionality to CURLSMultiMBS class to make it easier to do asynchronous transfers in the background. For this you can now use our shared instance and the AutoPerform property.

The ScintillaControlMBS control can now print and show print preview with the new FormatRange method. You can use it to render text into a picture and set various options with the new ScintillaRangeToFormatMBS class.

The CanvasGesturesMBS class is updated to work with DesktopCanvas control. The PHPickerViewControllerMBS class is updated to work on macOS and not just on iOS. We updated our Java classes for Java versions 19 and 20. The MFPMediaItemMBS class can now return details on the audio channels, frame rate, bits and samples. The archive classes can now handle lz4 and zstd compression methods. For Windows you can now control the printing for WebView2 with the new WebView2PrintSettingsMBS class.

Finally we updated curl to version 8.0.1, LibArchive to 3.6.2, libwebp to 1.3.0, SQLAPI to 5.2.4b3, SQLite to 3.41.2, libXL to 4.1.2, and Xcode to version 14.3.

Product: MBS Xojo plugins

Platforms: All

Price: $29-$299

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

Free 2023 Xojo Developer Conference Videos!

XDC London is underway, we are uploading session videos to Xojo's YouTube channel for you to watch at your convenience. Subscribe to Xojo's YouTube channel to receive notifications of new videos.

Product: XDC Videos

Platforms: All

Price: Free

Website: https://www.youtube.com/c/XojoInc

Xojo 2023 Release 1.1

Xojo 2023 Release 1.1 is now available, which includes 14 bug fixes.

Product: Xojo IDE

Platforms: All

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

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

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

XojoUnit 6.8 with ObjectSpy

XojoUnit v.6.8 has been released.

XojoUnit is a unit testing package. This version adds a new class, ObjectSpy, that makes it convenient to test a class's private methods and properties.

The package is available through GitHub and contains built-in tests that serve as an example of how to use it.

Product: XojoUnit

Platforms: All

Price: Free

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

TPLM Xojo Code DRM System now supports Subscriptions

Tim Parnell is pleased to announce the latest update to his professional Digital Rights Management solution, TPLM. As an end-to-end Xojo code system there are no plugins required, no black boxes that prevent maintenance. Whether you subscribe to a managed instance or run your own, you have access to the Xojo code that locks down your software.

Launching today Subscription support is now built in to TPLM, an already easy to drop in solution. TPLM will connect to FastSpring webhooks out of the box so developers can quickly link their FastSpring store to their software product.

TPLM now supports the three 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

TPLM is a professionally built piece of software with two licensing options designed to make the power of TPLM available without becoming overwhelming.

Product: TPLM

Platforms: All

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

Website: https://strawberrysw.com/tplm

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.