Version History

2.1:

  • Fixed a issue on Linux systems where a button was sometimes clickable if it was disabled.
  • Changed entry point loading to support REALbasic 2010r5 and later.

    2.0:

  • Added Cocoa compile support (REALbasic 2010r4 or later needed for using Cocoa)
  • Used a more optimized compiler on Windows systems.

    1.2:

  • Added DoubleBuffer property that adds double buffering option to Windows systems.
  • Improved flicker handling on Windows systems when not in DoubleBuffer mode.

    1.1:

  • Added a TextUnit property for REALbasic 2009r4.
  • Fixed font size issues affecting REALbasic 2009r4.
  • Changed the TextSize to be Single type instead of Integer to support REALbasic 2009r4.

    1.0.6:

  • MouseDown event now also fires on buttons that have a menu, giving you ability to alter the menu just before its posted.
  • Added a ToolButton property.

    1.0.4:

  • The full keyboard access is now also supported on the drop down the menus.
  • Fixed issue with the Value property where it would not trigger refresh.
  • 1.0.2:

  • Fixed issue on MacOS where REALbasic sometimes delivered the graphics context with old renderer turned on, making text not very nice.
  • Fixed issue when the button lived on a Tab Panel on a MacOS Composite Window.

    1.0:

  • This is the first version.