[Omegabundle 2020] What's New

(post withdrawn by author, will be automatically deleted in 24 hours unless flagged)

It got extended till end of August 2020:

2 Likes

GuancheID is new this year to Omegabundle for Xojo and is the easiest way to get a unique ID for macOS and Windows based computers. This makes it far easier to attach a software or app execution license to a particular computer - just what you need to keep the software pirate at bay!

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

GuancheID works on Xojo Desktop and Console projects Built as 32 or 64 bits executables.

https://youtu.be/0VCgfyl_YUM

2 Likes

What’s the turn around time to get the controls once purchased? I bought it about 6 hours ago and haven’t heard anything yet.

1 Like

Please allow 3-5 Business Days, per the FAQ.

1 Like

Thanks for the order.
For us, we get every few days a batch of orders and process them.

2 Likes

It was processed moments ago, so you have the Paradigma products. The rest will arrive over the next 3-5 business days. We are all different vendors from different locations with different generation methodologies.

2 Likes

GraffitiColors is the ultimate color companion for Xojo and a part of Omegabundle 2020 for Xojo. With this product you can get valuable information about specified colors such as brightness, luminance, hue, distances; you can calculate proper complements for maximum readability; or retrieve system-specific UI color definitions.

Features

  • Bootstrap compatible color palettes
  • Material UI color definitions
  • Assorted arrays of complementary color palettes
  • Massive list of named colors
  • Native color retrieval for macOS
  • Native color retrieval for Windows, including the immersive color definitions for both Dark and Light UIs
  • Color comparison and modification functions

GraffitiColors is a part of GraffitiSuite Desktop Edition (reg $349) and included with the other 91 tools of Omegabundle for Xojo 2020 for $399.99.

2 Likes

We compiled our MBS Xojo ChartDirector Plugin and the MBS Xojo DynaPDF Plugin for Apple Silicon already.

Anyone who buys OmegaBundle 2020 now should get those updates once this is released later this year with a Xojo update.

Valentina Reports Server is one part of Valentina Server. Valentina Server is licensed on a connection basis, and the version included with Omegabundle for Xojo 2020 supports and unlimited number of connections.

These connections can include:

  • MySQL

  • MariaDB

  • MS SQL Server

  • SQLite (including its own Valentina SQLite Server)

  • ValentinaDB (ValentinaDB ADK, ValentinaDB Database Server)

  • PostgreSQL

  • REST based access for mobile access and Xojo Web Edition

You are not limited to working only with ValentinaDB.

Valentina Reports Server also has a fantastic application model with all Valentina ADKs, including Xojo and more recently Python. You don’t have to license them to use them, either. the Valentina CLIENT requires no license, so that means you can use Xojo, Python, C++, C# and others.

Valentina Reports also supports its own scripting model with Valentina Report Objects using JavaScript internally. With Xojo, you can use Xojo to pass scripts to and from Valentina Reports as well.

Also for greater flexibility, it is very easy to take a local Valentina Report and register it on Valentina Server. Going from desktop to server is a snap.

Your Choice of Platform
Valentina Reports Server, as part of Valentina Server, is available for macOS, Windows or Linux. If you select the Linux version, the same license will also work with Raspbian on ARM7 . That’s right - you can have a powerful Report Server in your pocket!

Today we email our ChartDirector users to remind them they can use OmegaBundle 2020 to upgrade to current version for the MBS Xojo ChartDirector Plugin.

New for Omegabundle for Xojo 2020, AXImageCanvas Database Edition greatly simplifies the task of displaying a Picture into the containing control area (Width and Height), with the ability to correctly display the image maintaining its original aspect ratio without touching the original picture.

This can be done from any dropped image from inside the app, via a Picture File dropped from the Desktop, or another Picture dropped from another AXImageCanvas control or executing App, plus any copied picture from another app or source. Of course, the displayed image can be set programmatically, just passing the desired Picture Object (instance).

Check out the video demonstrating this component.

It would help if there would actually be a video at the end of the link … :roll_eyes:

There is a video, but for some reason the link isn’t going directly to the reply but to the top of the thread.

Last week for 31st August deadline!

GraffitiHTMLEditor is an advanced WYSIWYG editor and included with GraffitiSuite Desktop, a part of Omegabundle for Xojo 2020.

GraffitiHTMLEditor is intended for use in text authoring scenarios. It supports a wide range of functionality including lists, images, tweets, and tables. You don’t have to use it as an html editor though, but simply make use of its ability to format text such as:

  • lists
  • images
  • tweets
  • tables
  • video
  • export to email
  • export to markdown

Don’t miss out on Omegabundle for Xojo 2020, available for a limited time with 92 of the best add-ons and components for solution development with Xojo.

1 Like

Recently updated GraffitiGrid is a fully-custom listbox control complete with custom cell types and events for drawing the most complex list of data you can dream up. It has a massive library of features including per-cell custom editors, a wide array of built-in editing functions, control and ContainerControl embedding, and lots more.

GraffitiGrid is a part of GraffitiSuite Desktop Edition, regularly $349, but GraffitiSuite Desktop Edition is 100% included in Omegabundle for Xojo 2020 , available for $399.99.

1 Like


Don’t miss the bundle!

Ohanaware App Kit 1.0.6 is released, putting some serious attention on getting your Xojo Made Mac Application ready for macOS Big Sur and beyond.

The Ohanaware App Kit 2020 is a collection of declares and convenience classes that Ohanaware has created over the last decade or so. Which we’ve then wrapped up into this kit to help other Xojo developers create better Mac Apps, through access to functions and technology that it’s possible out of the box.

New in OAK 1.0.6

  • Fixed a regression in the OWSourceList, that was causing the highlight to be in the wrong place when content was scrolled.

  • Added NSUserDefaultsDictionaryRepresentation - Gets all the options from NSUserDefaults as a NSDictionary.

  • Modified drawAlternatingRows (again) - The closest to the Apple’s Dark Mode yet (but it doesn’t handle “desktop tinting”;)

  • Added a new Control Animation paradigm to NSControlAnimator, which greatly simplifies control animation.

  • Added NSDictionary.count - To the convenience class for reading dictionaries.

  • OWSegmentedControl.selected( index ) - convenience function for get/set the selected state of a button.

  • OWSegmentedControl.helpTag( index ) - convenience function for get/set the helptag of a button.

  • OWSegmentedControl.tag( index ) - Allows each button to have a ‘tag’.

  • OWSegmentedControl.controlTag - A ‘tag’ for the Segmented Control.

  • Fixed OWPushButton.controlSize

  • Fixed OWCheckBox.controlSize

  • Fixed OWPopupMenu.controlSize

  • Added NSTextViewshowFindIndicatorForRange - Displays the standard Apple “Find” highlight.

  • Added NSCursorDragCopyCursor - Gets the Drag Copy cursor.

  • Added NSCursorDragLinkCursor - Gets the Drag Link cursor.

  • Added NSCursorOperationNotAllowedCursor - Gets the “Can’t Drag here” cursor.

  • Added NSCursorPop - Releases the current cursor.

  • Added NSCursorPush - Sets a cursor as the current cursor.

  • Added OWDropRing - A custom control to aid with drawing the correct Drag Highlights on macOS.

  • Added NSViewUnregisterDraggedTypes - Stops a ImageWell from stealing drag events.

Ohanaware App Kit 1.0.6 is currently an exclusive with Omegabundle for Xojo 2020, the huge bundle of the best developer tools for working with Xojo.Buy Omegabundle for Xojo 2020 for only $399.99, a savings of over 90%!

1 Like

Check out the upcoming changes for ChartDirector:

ChartDirector 7 preview

If you buy OmegaBundle now, the ChartDirector 7 update will be included for you.