Here's a quick run-down of what's currently fully functional in the pre-release build:
- Changed ChangeButtonEx, now includes selectedImageID, hotSelectedImageID and pressedSelectedImageID parameters.
- Changed SetButtonExSkin, now has an extra optional ComponentName$ parameter.
- Changed SetSplitterExSkin, now has an extra optional ComponentName$ parameter.
- Changed SetPanelExPageCursor, default system cursor constants can now be passed as well as HCURSOR.
- Changed ButtonEx, can now have different mouse cursors for each state in skins.
- Added new SetPanelExPageAlpha command.
- Added new GetPanelExPageScrolling command.
- Added new ToggleButtonEx command.
- Added new RadioButtonEx command.
- Added new CheckButtonEx command.
- Added new IsSkin command.
- Added new GetSkinHandle command.
The new SetPanelExPageAlpha command is especially cool/powerful as this allows each page content to be alpha blended in real-time to a specified transparency level, some pretty amazing effects can be created with nested PanelEx's. The new functionality will power ButtonEx's with fading states to name just one of the many applications
