|
From: Alexander S.K. <al...@be...> - 2013-01-10 12:38:23
|
Leonardo, in December I started to do some restructuring of Hwgui. The reasons and directions of changes was discussed here. The incompatibilities you write about are caused by the following: three ( for now ) classes - HStatic, HButton and HGroup are replaced by more simple and fast code with limited functionality, sufficient for most applications, and new classes was created - HStaticEx, HButtonX and HGroupEx, which are in fact the same as HStatic, HButton and HGroup before the changes. New commands was introduced in guilib.ch - SAYEX, BUTTONX and GROUPEX for these classes. So the "lost" clauses are in these new commands. What is a most suitable way to provide compatibility is still an open question. For example, we can create a new .ch, where old SAY, BUTTON, GROUP commands will be related with new "ex" classes. Regards, Alexander. |