Clarion Magazine has moved!

Check out our new Clarion content at www.DevRoadmaps.com! As of April 2012 all active subscriptions have been migrated to that site, which features both Clarion and WinDev content. Read more about this change.

This site will remain online as an article archive.

CommandBars Wrapper Template 2.10

Version 2.10 of the CommandBars Wrapper Template is now available for download. This is a Major update and includes: Codejock v15.1.0 -> v15.1.3 compatibility added; Codejock Hotfix compatibility added; Codejock Unicode compatibility added; Codejock x64 compatibility added; Global Resources can now be inherited; C55 Support Code Removed; Multi Threading Enhanced; OCX Registration Enhanced; StatusBar added (inc. Progress & Slider); Support for Visual Theme Resource files added (Office 2007, 2010 + Win7); Support for Custom (SkinFramework) Theme added; Support for Visual Studio 2010 Theme added; Support for Visual Studio 6 Theme added; Office 2010 System Button Style added; The control can now be added to the main AppFrame multiple times, and in multiple positions; Class modified to add Thin@ Support; Template / Class Optimized; 'Merge Quick Access options with Tabs' logic enhanced; Control definition significantly enhanced to allow any type of control to be defined and attached to any other valid control; Initial values can now be set from a variable in the tpl; Additional Bar States added - 'Start Minimized/Hidden' and 'Auto Hide' (used with MDI Child Window count); Trappable OCX Events can now be added and removed at runtime; Trappable Keystrokes can now be added and removed at runtime; Right Click Event Trapping added; New Option: 'Display Tooltips'; New Option: 'Display Keyboard Tips'; New Option: 'Disable at Runtime'; New Option: 'Maximum Popup Width'; New Option: 'Start RibbonBar Minimized'; New Group Option: 'Allow Group to reduce to a Popup'; New Group Option: 'Image'; New Tab Option: 'Colour'; New Tab Option: 'Image'; New Tab Option: 'Enabled'; New Tab Option: 'Visible'; New Tab Option: 'Tooltip'; New Method: 'AddMenuBar'; New Method: 'Cut'; New Method: 'Copy'; New Method: 'Paste'; New Method: 'DeleteRibbonGroup'; New Method: 'DeleteRibbonTab'; New Method: 'EnableTransparentToolbars'; New Method: 'ExpandSpecialChrs'; New Method: 'GetBarProperty'; New Method: 'GetCategoryProperty'; New Method: 'GetCtrlID'; New Method: 'GetCtrlValue'; New Method: 'GetGroupProperty'; New Method: 'GetTabProperty'; New Method: 'RightClick'; New Method: 'SetBarHideStrategy'; New Method: 'SetBarProperty'; New Method: 'SetCategoryProperty'; New Method: 'SetCtrlToggleChecked'; New Method: 'SetGroupIcon'; New Method: 'SetGroupProperty'; New Method: 'SetTabProperty'; New Method: 'SetTabIcon'; New Method: 'SyncBarHideStrategy'; New Method: 'ToggleCheckedValue'; Method Removed: 'ClipboardCut'; Method Removed: 'ClipboardCopy'; Method Removed: 'ClipboardPaste'; Method Removed: 'DeleteTabbedCategory'; Method Removed: 'GetCtrlCType'; Bug fix for Double Quotes could not be used within the caption or the text properties of the controls; Bug fix for 'Positioned' CommandBars were not resizing correctly when the window was resized; Bug fix for Ctrl Actions not executing when RibbonBar is minimized. The update is free to all users who have an Active Maintenance Plan in place, or costs $47.50 for all users who have a Lapsed Maintenance Plan. It can be downloaded via the Products page within the members area of the web site.

Posted: January 6 2012

Clarion Roadmap

Try the roadmap (beta)

Search ClarionMag

 

Advanced search

From the archives

Waiting For Files With Clarion Threads

9/12/2007 12:00:00 AM

Alan Telford revisits Jim Kane's C5 example code for detecting when a file appears in a directory, and replaces Jim's OS thread creation with a simpler version using C6's preemptive threads.