Clarion 9 build 10094 release notes

Release Notes: C9.0.10094

Fixes/Features/Changes --- Alpha rel 2-----

FEATURE: Support for coloring the LIST control column headers and text (**this is a Work In Progress, UI refinements and template support to come**)
FEATURE: Support of PROPLIST:BarFrame, PROPLIST:HdrTextColor and PROPLIST:HdrBackColor properties in the ListBox control
FEATURE: Support of PROPLIST:BarFrame, PROPLIST:HdrTextColor and PROPLIST:HdrBackColor properties in the ListBox Format Editor 
FEATURE: Support of Sort column in LIST controls 
FEATURE: Add HT and HB modifiers to LIST format string to support column/group header's text and background colors
FEATURE: EVENT:HeaderPressed EQUATE (1FH)
FEATURE: new properties for the LIST control:
	PROPLIST:HdrSortTextColor EQUATE (7C2CH) ! integer: Text color in header of sort column
	PROPLIST:HdrSortBackColor EQUATE (7C2DH) ! integer: Background color in header of sort column
	PROPLIST:SortTextColor    EQUATE (7C2EH)     ! integer: Text color of sort column
	PROPLIST:SortBackColor    EQUATE (7C2FH)     ! integer: Background color of sort column

FEATURE: Added the ResetIDE.exe to the Tools->Options
FEATURE: Added specific toolbar items for Project, apps, resources. 
FEATURE: ClaImg: Image Function to Rotate and Flip
FEATURE: ClaImg: Image Function to Save a Thumbnail image
FEATURE: WMFParser, Added the option to skip invalid external images in the processing of the WMF file (Set/Get SkipInvalidExternalIamges)

CHANGE: Added some virtual methods to make it possible for the ReportTargetSelectorClass to be easily derived
CHANGE: Addins Manager now shows the installation path for the user installed addins
CHANGE: IDE Notification popups are now off by default
CHANGE: The ResetIDE tool will disable its options if the IDE is running

FIX: #GROUP name mispelling
FIX: Addins Manager was showing the .sdaddin extension in the installed addins dialog but the .sdaddin format is not supported
FIX: Addins Manager was not showing the user installed addins by default
FIX: Addins installed outside the Accessory directory were not displayed in the list of installed addins. 
FIX: Clip rectangle could be incorrect sometimes on drawing a themed background
FIX: Drawing underscore for shortcuts under Win 8
FIX: File Drivers were not removed from the Driver Registry List
FIX: If you removed a file driver or synchronizer from the list of registered components, the component would reappear in the list the next time you started the IDE
FIX: Open via Redirection Form control layout 
FIX: Opening a Solution in a different folder with the exact same name as the currently open Solution would reopen the existing Solution rather than the newly selected one
FIX: Sometimes when a PRAGMA is selected in a new CLW IDE might show a warning message
FIX: Sometimes an exception could trigger when closing the Solution, if while it is in the process of closing the user clicked on the .App in the Solution
FIX: The Report template was generating a call to GetSelected() instead of GetReportSelected()

PTSS 39880: Additional toolbar buttons on Solution Pad
PTSS 39882: #GROUP name mispelling: %WindowIsOneInstace 
PTSS 39888: Open File via Redirection file dialog - Copy button not resizing. 
PTSS 39888: Open File via Redirection file dialog - Copy button not resizing. 
PTSS 39895: ReportTargetSelectorClass was doing a RETURN instead of a "Do ProcedureReturn" in the Clarion chain 
PTSS 39902: Unable to register any Addins