|
Icetips Utilities Documentation
11/5/2015
Version History: 2012
|
|
Previous
Top
Next
|
This chapter lists all releases in 2012 along with changes to classes, templates and documentation.
Releases in 2012:
Version 1.2.2408 - July 5, 2012
Version 1.2.2406 - May 8, 2012
Releases in 2011:
Version 1.1.2397 - May 4, 2011
Releases in 2010:
Version 1.1.2394 - December 21, 2010
Version 1.1.2392 - December 1, 2010
Version 1.1.2390 - September 7, 2010
Version 1.1.2387 - June 6, 2010
Version 1.1.2374 - March 15, 2010
Version 1.1.2367 - February 26, 2010
Version 1.1.2359 - January 27, 2010
Version 1.1.2356 - January 26, 2010
Releases in 2009:
Version 1.1.2351 - April 15, 2009
Releases in 2008
Version 1.1.2320 - November 11, 2008
Version 1.1.2319 - September 02, 2008
Version 1.1.2316 - August 27, 2008
Version 1.2.2408 - July 5, 2012
June 13, 2012 | Added global template to handle Legacy applications. Use the "Icetips Utilities Classes Global - LEGACY ONLY" Global template instead of the "Icetips Utilities Classes Global - ABC ONLY" in the applications where you use the Icetips Utilities Classes. This template also needs to be added to the root/exporting dll app. |
June 22, 2012 | Added QueueResorted virtual method to the AddHeaderSortToQueue template. This can only be implemented by modifying the ListQueue property in the brwext.inc file from being PRIVATE to PROTECTED. QueueResorted method is called after the queue is resorted, but a bug in the brwext.clw causes it to be called _before_ the queue is sorted so it's always one sort behind! The overridden method sorts the queue so after the parent call the queue is sorted correctly before your code executes. |
June 22, 2012 | Modified installer to change the ListQueue property from PRIVATE to PROTECTED. |
June 25, 2012 | Added a check to SetPageOfText method in Page of Pages class to prevent it from potentially replace the page-of token if it is found more than once in the metafile, indicating that the file contained the particular byte array in its internal code. This would prevent any problems due to replacing some of the meta file code from ever happening. |
Fixes:
June 9, 2012 | ShowProgress method in ProgressClass would apply "vista fix" to progress step on all operating system versions. It could cause back jumping in the progressbar on XP under some circumstances. Now only applied if running under Vista or newer operating systems. Fixed. |
June 22, 2012 | SplitString could fail with last item in the item array if it contained only one character. Fixed. |
June 26, 2012 | Limit Program Instance template didn't preserve variable setting for entries, i.e. if "!VarName" was used as "Unique Program String" it would be changed to "VarName". Same with the "Window caption string", "Message Caption" and "Message Text" entries. Fixed. |
June 29, 2012 | ThemeAPanel did not work in Clarion 8. Fixed. |
June 29, 2012 | ThemeAPanel required XPTheme to be included for Clarion 8. Fixed. |
June 29. 2012 | Fixes to ThemeAPanel for Clarion 8 did not work in Clarion 6. Fixed. |
Version 1.2.2406 - May 8, 2012
November 12, 2011 | Modified return value from the ITRun method so that if the called process returns no exit code, the method returns 0 instead of the return value from WaitForSingleObject. The reason for this change is that it is possible that if the called process returns nothing and WaitForSingleObject returns a value that the calling code is expecting, the results are wrong. |
Fixes:
October 6, 2011 | GetMonthName returned space padded month name. Fixed. |
January 23, 2012 | EnumRegistrySubKeys did not implement the pIs64Bit parameter to enforce default, 32 or 64 bit keys. Fixed |
April 25, 2012 | Thread limiter Global class instance was not exported correctly in multi-dll applications. Fixed. |
May 4, 2012 | The ITUtility.hlp file was not included in the install. Fixed. |
May 4, 2012 | The ITUtility.hlp was not activated in the main template file - ITUtility.tpl - so it did not open when using the "Help" button in the Clarion IDE! Fixed. |
Direct link to this page:
http://www.icetips.com/manuals/utilities/version_history_2012.htm