Version history

Return to Introduction  Previous page  Next page

Version 2.0.139 [May 31, 2011]

 

 

May 31, 2011:

 

   Bullet InstallerInstaller suggested "Clarion7" in the examples path.  Fixed.

 

Version 2.0.137 [May 4, 2011]

 

May 4, 2011:

 

   Bullet InstallerInstaller built for Clarion 8.0.

 

April 6, 2011:

 

   Bullet TemplateEmbed 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.

 

   Bullet TemplateAdded new embed in the CODE section of the ExecuteAction generated method.

 

   Bullet ClassesAdded new method called GetHeaderHeight.  It returns the calculated height of headers in pixels. 

 

   Bullet TemplateAdded 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:

 

   Bullet ClassesSave and restore expanded state did not work.  Fixed.

 

 

January 11, 2011:

 

   Bullet TemplateAdded 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.

 

   Bullet ClassesFontsize in pixels was not being calculated correctly.  Fixed.

 

   Bullet TemplateExport section was missing methods.  Fixed.

 

   Bullet ClassesAdded 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:

 

   Bullet DocumentationInformation about the MimicButton option was confusing.  Hopefully fixed.

 

December 16, 2009:

 

   Bullet TemplateOutlookbar template did not support runtime translation.  Fixed.

 

 

Version 2.0.116 [December 13, 2009]

 

December 13, 2009:

 

   Bullet InstallWhen installing for Clarion 7 no demo app was installed!  Fixed.

 

 

Version 2.0.113 [December 3, 2009]

 

December 3, 2009:

 

   Bullet ClassesODS method caused problems in Clarion 5.5.  Fixed

 

Version 2.0.112 [September 22, 2009]

 

September 20, 2009:

 

   Bullet ClassesAdded ODS (OutputDebugString) method to class.
   Bullet ClassesAdded SetTitle and GetTitle methods to class to easily set the title of headers and items.

 

 

Version 2.0.111 [May 27, 2009]

 

   Bullet Added SetEnable(HeaderID, IsEnabled) method to make it easy to enable/disable all items in a given header.

   Bullet Bug tracking set up at http://icetips.fogbugz.com

   Bullet Added link to bug tracking to Global template

 

Version 2.0 [December 15, 2008]

 

   Bullet All code and documentation modified from PowerOffice AS to Icetips Creative, Inc.

   Bullet Bug tracking set up at http://icetips.fogbugz.com

   Bullet Added link to bug tracking to Global template

   Bullet Updated link to website to point to www.icetips.com

   Bullet Added ITRun32.dll to install

   Bullet Version information added to global template

   Bullet Added documentation for new, undocumented methods, such as SetHeaderIcon, GetHeaderIcon, SetTooltipMode, SetTaskToolTip, GetTaskToolTip, SetTooltipMaxWidth and SetTooltipMaxWidth.

   Bullet Previous beta changes are all implemented in public release - see below

 

1.3 BETA 6 - not released publicly before

 

   Bullet Fixed: C55 all modules generate

   Bullet Change: Some prototypes has changed from ULONG to LONG to support COLOR:None

   Bullet Fixed: GPF in C55 build A-F

   Bullet Fixed: non-dropping DropLists

   Bullet Fixed: missing template symbol %TmpSaveExpandedIniFile

   Bullet New: XP-Theme color support (requires latest PowerXP-Theme)

   Bullet New methods: SetHeaderIcon, GetHeaderIcon

 

1.3 BETA 5 - not released publicly before

 

   Bullet Typo caused Subscript out of range when compiling in debugmode

   Bullet Added tooltip-support

   Bullet New methods: SetTooltipMode, SetTaskToolTip, GetTaskToolTip, SetTooltipMaxWidth, SetTooltipMaxWidth

   Bullet Methods changed: AddTask (new arugment: Tooltip)

   Bullet Template now shows header and task ID's in lists

 

1.3 BETA 4 - not released publicly before

 

   Bullet Mimiced buttons wasn't unsubclassed when calling DeleteTask

   Bullet Added flags to avoid WM_LBUTTONUP to fire when closing another window by double-clicking

   Bullet Added a call to Update just before calling embed-code

 

1.3 BETA 3 - not released publicly before

 

   Bullet Scrollbar didn't hide if a header was deleted or hidden

   Bullet Scrollbar height wasn't properly calculated

   Bullet Position for headers after an expaned header where wrong

   Bullet Change: DeleteHeader() and SetVisible(HeaderID,True|False) now automatically calls Refresh()

 

 

1.3 BETA 2 - not released publicly before

 

   Bullet Mouse-clicks are now sent to ExecuteAction also when no header or task has been clicked (id's=0)

   Bullet Added a new border type

   Bullet Changed prototype: Init() now accepts a new optional border argument

 

1.3 BETA 1 - not released publicly before

 

   Bullet Added right mousebutton support

   Bullet Fixed a bug that would reserve space for hidden headers at the bottom of the panel

   Bullet Fix bug causing wrong position of scrollbar when changing panel-style runtime

   Bullet Changed the basecontrol from Region to Image to remove flicker

   Bullet Renamed the Gray-colorset to Silver, and added a new Gray set

   Bullet Added option to set header height

   Bullet New method: SetHeaderHeight

 

 

Version 1.2 [July 9, 2004]

 

   Bullet Added Bold property for tasks

   Bullet Added icon aligment

   Bullet Added icon size setting

   Bullet Added new task action: Set Field Value

   Bullet Added real scrollbars

   Bullet Added RowSpacing prompt for each header

   Bullet Added template buttons to open embed-editor

   Bullet Added wizard-mode

   Bullet AddHeader prototype has changed

   Bullet Changed one of the AddTask prototypes to avoid confusing the compiler

   Bullet Fixed bug causing the variable to be added to the project if iconname is variable

   Bullet Fixed bug in selection-rectangle calculation when there's no icon

   Bullet Fixed bug resulting in GPF on NT4 if style was Outlook-2003

   Bullet Fixed bug that could execute a task when a header was clicked and the task came into view

   Bullet Fixed bug with ID-generation

   Bullet Moved template generated init-code into an Init class method

   Bullet New embed-points: Before and After execute-action

   Bullet New embed-points: Before and After task logic

   Bullet New methods: SetAlignAllHeaders, GetAlignAllHeaders

   Bullet New metod: SetTaskFontWeight

   Bullet New template option: Align Header Text With Widest

   Bullet Optimized mouse handling routines

   Bullet Redesigned the template-GUI

   Bullet 'Save and restore expanded state' now accepts a variable as filename

 

Version 1.1 [March 6, 2004]

 

   Bullet Fixed a memory leak happening on the Win9x-platform

   Bullet Added missing refresh event on window-maximize

   Bullet Added prefix to all prototypes to avoid conflicts with other templates

   Bullet Added clippping region to avoid the borders being overdraw by task icons

   Bullet Added GetTaskTitle and SetTaskTitle functions

   Bullet Added GetTaskUserData and SetTaskUserData functions

   Bullet Changed the window subclassing to use a safer way of storing class references

 

Version 1.0 [April 27, 2004]

 

   Bullet Initial version

 

 



Direct link to this page on our website: http://www.icetips.com/manuals/outlookbar/versionhistory.htm