From: To: Subject: eCo Software Runtime (Win) updated to 20100608 eCo Software Runtime (Win) updated to 20100608 You can download it from ftp://ftp.ecomstation.ru/ecosoft/runtime/Win/eCoRT-Win-20100608.wpi eicons 08.06.2010 Dmitry A.Steklenev - Improved a module termination routines. 17.05.2010 Dmitry A.Steklenev - Optimized extracting of icons from LX files. 06.05.2010 Dmitry A.Steklenev - Fixed extracting of icons from packed LX files. - Improved searching of an icon of the associated application. 31.03.2010 Dmitry A.Steklenev - Added remarks about safe usage to the eFreeFileIcon manual. 26.03.2010 Dmitry A.Steklenev - The icons returned by eQuerySysIcon is protected from destroying via WinDestroyPointer. 09.03.2010 Dmitry A.Steklenev - Added more toolbar bitmaps. 02.03.2010 Dmitry A.Steklenev - Added more toolbar bitmaps. 07.12.2009 Dmitry A.Steklenev - Added support of the tape drives. etoolbar 03.03.2010 Dmitry A.Steklenev - Now HBITMAP or HBITMAP2 can be specified as handle of the toolbar button image. See hBitmap field of the AddBtnStruct structure. 15.09.2009 Dmitry A.Steklenev - Display buffers are created immediately after window creation. - Added a window invalidation after processing TBM_ADDBUTTON, TBM_ADDSEPARATOR and TBM_SETPICTSIZE messages. 11.09.2009 Dmitry A.Steklenev - Removed checking of visibility of the splitter window because this window don't receive WM_SHOW message if the visibility of its parent window is changed. 09.09.2009 Dmitry A.Steklenev - Added TBInitialize() function. 26.08.2009 Dmitry A.Steklenev - Fixed frame window detection if the toolbar window is not an immediate child of this frame. 25.08.2009 Dmitry A.Steklenev - Fixed creating and using display buffers in case of two or more toolbar are used simultaneously. 24.11.2008 - Добавлен вызов WinSetWindowUShort( <хэндл_меню>, QWS_ID, <идентификатор> ) после после WinLoadMenu(). - Добавлены PU_HCONSTRAIN и PU_VCONSTRAIN в WinPopupMenu(). - Добавлено #pragma pack(1) для структур. - Не резервируется место под картинку если нет картинки. foc 08.06.2010 Dmitry A.Steklenev - The filename editing field any more does not truncate a filename. - The CM_INVALIDATERECORD message is sent to a WC_FILEVIEW window after refreshing of the file icon only if this icon is changed. 02.06.2010 Dmitry A.Steklenev - Improved compatibility with FDS_MODELESS file dialogs. - FOC dialog layout is no more screwed in some cases. - Serious optimisation of building and refreshing of the directory tree is made. 20.05.2010 Dmitry A.Steklenev - WC_DIRTREE now includes directories with the archive and read-only bits set. 30.04.2010 Dmitry A.Steklenev - The CM_INVALIDATERECORD message is sent to a WC_FILEVIEW window after refreshing of the file icon only if this icon is visible. - Fixed memory leak in WC_FILEVIEW. 05.04.2010 Dmitry A.Steklenev - Initial directory name no more ignored by FOCSelectDir. progress 13/11/2009 Dmitry A.Steklenev - Fixed calculation of the size of the third caption in case progress bar is displayed using a pair images. 06/09/2009 Dmitry A.Steklenev - The compiling time optimization is turned on. - Controls any more don't route unwanted messages to the default window procedure. - The progress bar now uses Gpi2DeleteBitmap in all cases. - Added some tests of progress bar animated "wait" mode. - Makefile of the sample is modified. This sample now can be built in usual Open Watcom environment. 11/06/2009 Dmitry A.Steklenev - If PRC_WAIT value is passed to PrgSetPercentage as usPercent, the linear progress bar will be switched to animated "wait" mode until the PrgSetPercentage will not be called with other value.