|
Version history |
|
Version 2.0.139 [May 31, 2011] |
May 31, 2011:
| | Installer suggested "Clarion7" in the examples path. Fixed. |
Version 2.0.137 [May 4, 2011] |
May 4, 2011:
| | Installer built for Clarion 8.0. |
April 6, 2011:
| | Embed points for header clicks were not correct causing the code to be "lost" or orphaned. Fixed. Note that this fix ADDS two new embed points for the header and the old embeds are left intact but the name of the old embed point is appended with "DO NOT USE" You should move any code that you see in the "DO NOT USE" embeds to the new embeds using the embeditor. |
| | Added new embed in the CODE section of the ExecuteAction generated method. |
| | Added new method called GetHeaderHeight. It returns the calculated height of headers in pixels. |
| | Added option to hide/reveal the entire Outlookbar if there is just one header defined. It is only enabled if there is just one header. It will remove the Outlookbar except for the header and make it act kind of like a drop down menu. |
February 21, 2011:
| | Save and restore expanded state did not work. Fixed. |
January 11, 2011:
| | Added 3 new embed points into "Local Objects | OutlookBar | INIT Method" called "Before CODE", "Beginning of INIT" and "End of INIT" Also moved "Control Initialization | Control Init Code" into "Local Objects | OutlookBar | INIT Method" so all the embeds inside that methods are in this node in the embed tree. |
| | Fontsize in pixels was not being calculated correctly. Fixed. |
| | Export section was missing methods. Fixed. |
| | Added methods to set header and task fonts: TaskFontSize, TaskFontName, hTaskFont, , SetHeaderFontSize, GetHeaderFontSize, SetTaskFontSize, GetTaskFontSize, , GetHeaderFont, SetTaskFont, GetTaskFont, PointsToPixels. These are not yet documented. |
Version 2.0.134 [December 21, 2010] |
February 7, 2010:
| | Information about the MimicButton option was confusing. Hopefully fixed. |
December 16, 2009:
| | Outlookbar template did not support runtime translation. Fixed. |
Version 2.0.116 [December 13, 2009] |
December 13, 2009:
| | When installing for Clarion 7 no demo app was installed! Fixed. |
Version 2.0.113 [December 3, 2009] |
December 3, 2009:
| | ODS method caused problems in Clarion 5.5. Fixed |
Version 2.0.112 [September 22, 2009] |
September 20, 2009:
| | Added ODS (OutputDebugString) method to class. |
| | Added SetTitle and GetTitle methods to class to easily set the title of headers and items. |
Version 2.0.111 [May 27, 2009] |
Added SetEnable(HeaderID, IsEnabled) method to make it easy to enable/disable all items in a given header.
Bug tracking set up at http://icetips.fogbugz.com
Added link to bug tracking to Global template
Version 2.0 [December 15, 2008] |
All code and documentation modified from PowerOffice AS to Icetips Creative, Inc.
Bug tracking set up at http://icetips.fogbugz.com
Added link to bug tracking to Global template
Updated link to website to point to www.icetips.com
Added ITRun32.dll to install
Version information added to global template
Added documentation for new, undocumented methods, such as SetHeaderIcon, GetHeaderIcon, SetTooltipMode, SetTaskToolTip, GetTaskToolTip, SetTooltipMaxWidth and SetTooltipMaxWidth.
Previous beta changes are all implemented in public release - see below
1.3 BETA 6 - not released publicly before
Fixed: C55 all modules generate
Change: Some prototypes has changed from ULONG to LONG to support COLOR:None
Fixed: GPF in C55 build A-F
Fixed: non-dropping DropLists
Fixed: missing template symbol %TmpSaveExpandedIniFile
New: XP-Theme color support (requires latest PowerXP-Theme)
New methods: SetHeaderIcon, GetHeaderIcon
1.3 BETA 5 - not released publicly before
Typo caused Subscript out of range when compiling in debugmode
Added tooltip-support
New methods: SetTooltipMode, SetTaskToolTip, GetTaskToolTip, SetTooltipMaxWidth, SetTooltipMaxWidth
Methods changed: AddTask (new arugment: Tooltip)
Template now shows header and task ID's in lists
1.3 BETA 4 - not released publicly before
Mimiced buttons wasn't unsubclassed when calling DeleteTask
Added flags to avoid WM_LBUTTONUP to fire when closing another window by double-clicking
Added a call to Update just before calling embed-code
1.3 BETA 3 - not released publicly before
Scrollbar didn't hide if a header was deleted or hidden
Scrollbar height wasn't properly calculated
Position for headers after an expaned header where wrong
Change: DeleteHeader() and SetVisible(HeaderID,True|False) now automatically calls Refresh()
1.3 BETA 2 - not released publicly before
Mouse-clicks are now sent to ExecuteAction also when no header or task has been clicked (id's=0)
Added a new border type
Changed prototype: Init() now accepts a new optional border argument
1.3 BETA 1 - not released publicly before
Added right mousebutton support
Fixed a bug that would reserve space for hidden headers at the bottom of the panel
Fix bug causing wrong position of scrollbar when changing panel-style runtime
Changed the basecontrol from Region to Image to remove flicker
Renamed the Gray-colorset to Silver, and added a new Gray set
Added option to set header height
New method: SetHeaderHeight
Version 1.2 [July 9, 2004] |
Added Bold property for tasks
Added icon aligment
Added icon size setting
Added new task action: Set Field Value
Added real scrollbars
Added RowSpacing prompt for each header
Added template buttons to open embed-editor
Added wizard-mode
AddHeader prototype has changed
Changed one of the AddTask prototypes to avoid confusing the compiler
Fixed bug causing the variable to be added to the project if iconname is variable
Fixed bug in selection-rectangle calculation when there's no icon
Fixed bug resulting in GPF on NT4 if style was Outlook-2003
Fixed bug that could execute a task when a header was clicked and the task came into view
Fixed bug with ID-generation
Moved template generated init-code into an Init class method
New embed-points: Before and After execute-action
New embed-points: Before and After task logic
New methods: SetAlignAllHeaders, GetAlignAllHeaders
New metod: SetTaskFontWeight
New template option: Align Header Text With Widest
Optimized mouse handling routines
Redesigned the template-GUI
'Save and restore expanded state' now accepts a variable as filename
Version 1.1 [March 6, 2004] |
Fixed a memory leak happening on the Win9x-platform
Added missing refresh event on window-maximize
Added prefix to all prototypes to avoid conflicts with other templates
Added clippping region to avoid the borders being overdraw by task icons
Added GetTaskTitle and SetTaskTitle functions
Added GetTaskUserData and SetTaskUserData functions
Changed the window subclassing to use a safer way of storing class references
Version 1.0 [April 27, 2004] |
Initial version