StackView 1.07 is now available!

Today I released version 1.07 of the StackView classes for Xojo.

This update contains a small significant internal change for macOS, so owners of the previous version are recommended to upgrade to the current version 1.07 (they receive the update for free by e-mail).

The classes enable a StackView, similar to Apple’s NSStackView, to be used natively across platforms (macOS, Windows, Linux) with the help of ContainerControls. The StackView was tested under macOS 10.13+, Windows 10, Mint 18.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.

[h]Version 1.07[/h]

  • [macOS] Fixes macOS Mojave display problem
  • [All] Updated code related to EraseBackground
  • [All] Updated Documentation
  • [Demo] Updated Demo

[h]Documentation[/h]
The documentation and all information about the StackView are available online at the following link:
https://xojo.gitbook.io/add-ons/stackview

[h]How to purchase?[/h]

Just write me a private message at the Xojo Forum (https://forum.xojo.com/member/227571 ) with your valid e-mail address. I’ll sent you the invoice about 15 € and after purchasing via PayPal you’ll get the unencrypted source code.

Demo project

Demo-Clip: https://youtu.be/AHQZ0RbpHL0

Note: You must code the macOS DarkMode support yourself.

Note: Hopefully this will change in the future :wink: