|
From: oleksa <m.o...@uk...> - 2013-02-23 09:24:23
|
Hi! As Alexander said about it: to quote I didn't fix this, because I have a strong desire to move all this to something like HTABEX and replace current HTAB with an old, simple and clean code from 2.16. Let those who need current implementation, puzzle out it, using HTABEX. Regards, Alexander. end of quote. Work goes on... Regards, Alexey Myronenko --- Оригінальне повідомлення --- Від кого: ss...@ma... Кому: hwg...@li... Дата: 23 лютого 2013, 04:06:40 Тема: [Hwgui-developers] bug: sample/a.prg > sample file: ./samples/all/a.prg > run a.exe -> Sample -> Test Tab -> Click 'Page 02' -> occur error!! > > fix file: ./source/htab.prg > line 436: Eval( ::bChange2, ::nActive, Self ) > change: Eval( ::bChange2, Self, ::nActive ) > > line 619: Eval( ::bChange, GetCurrentTab( ::handle ), Self ) > change: Eval( ::bChange, Self, GetCurrentTab( ::handle ) ) > > > > ------------------------------------------------------------------------------ > Everyone hates slow websites. So do we. > Make your web apps faster with AppDynamics > Download AppDynamics Lite for free today: > http://p.sf.net/sfu/appdyn_d2d_feb > _______________________________________________ > Hwgui-developers mailing list > Hwg...@li... > https://lists.sourceforge.net/lists/listinfo/hwgui-developers |