|
From: oleksa <m.o...@uk...> - 2013-02-27 07:40:48
|
Ok, i see where this function is caused, FUNCTION InitControls( oWnd, lNoActivate ) Regards, Alexey Myronenko --- Оригінальне повідомлення --- Від кого: "oleksa" <m.o...@uk...> Кому: hwg...@li... Дата: 27 лютого 2013, 09:13:35 Тема: Re: [Hwgui-developers] Some problem in current hwgui vs 216a ... > Hi! > > I don't understand the next behaviour of hbrowse, look at method acivate: > > METHOD Activate() CLASS HBrowse > > IF ! Empty( ::oParent:handle ) > ::handle := CreateBrowse( ::oParent:handle, ::id, ; > ::style, ::nLeft, ::nTop, ::nWidth, ::nHeight ) > ::Init() > ENDIF > > RETURN NIL > > oParent:handle is 0, and method init() must not be executed and ::initbrw(,.T.) in ::init() also, but they executed, why? > Can anyone point me to right way? > > Regards, > Alexey Myronenko > > > --- Оригінальне повідомлення --- > Від кого: "oleksa" <m.o...@uk...> > Кому: hwg...@li... > Дата: 26 лютого 2013, 11:54:24 > Тема: Re: [Hwgui-developers] Some problem in current hwgui vs 216a ... > > > > > > Hi! > > > > The method initbrw of hbrowse called twice (from method NEW, then from method INIT), and when call ::initbrw(,.T.) the alias() is empty, i can't find that place where workarea is changed. Who can look at this moment? Later i will check this situation at pure prg code. > > > > Regards, > > Alexey Myronenko > > > > --- Оригінальне повідомлення --- > > Від кого: "oleksa" <m.o...@uk...> > > Кому: hwg...@li... > > Дата: 25 лютого 2013, 16:39:12 > > Тема: [Hwgui-developers] Some problem in current hwgui vs 216a ... > > > > > > > > > > > Hi! > > > > > > In attach code which create two database db1 and db2 and use two form. Open form start1.xml with browse for db1, press button "Dov", form dov.xml, with browse for db2, will open. Press "Exit", i would to know current alias in this moment, but alias() return empty string, why? > > > With hwgui 216a works ok. > > > > > > Regards, > > > Alexey Myronenko > > > > > > ------------------------------------------------------------------------------ > > > 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 > > > > ------------------------------------------------------------------------------ > > 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 > > ------------------------------------------------------------------------------ > 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 |