The Listview, Treeview, Progressbar, Statusbar, and Tab controls have been updated to support the new control statements in PowerBASIC 9 For Windows.
The Toolbar control has been added to the ToolBox.
Fonts are now handled with FONT NEW and FONT END
#INCLUDE and #IF %DEF() metastatements have been updated to #INCLUDE ONCE metastatements.
An XP look and Feel theme can be added to a applications now. See the Code Generation tab of the Properties dialog.
PowerBASIC Forms now has the XP look that can be enabled on the General tab of the Properties dialog. This allows the XP look and feel theme to be applied to dialogs and controls while in design mode.
Fixed an issue where in certain cases sample code calls were being inserted when the sample code routine did not exists.
Menu items are now only enabled when appropriate.
Fixed an issue with restarting ID numbers below 1001 when the only other control used a ID value less than 1001.
Tools | Options ID Names Prefix tab listview now repaints correctly after closing the EditPrefix dialog.
Message blocks with multiple equates separated by a comma on a CASE line are now correctly parsed.
The Menu Editor now sets the focus to the Caption textbox after clicking the Next button.