|
From: oleksa <m.o...@uk...> - 2013-05-17 06:51:37
|
In current version like in 216c Eval( ::bClick, ::oParent, ::id ), but the question - need we the method onclick? Regards, Alexey Myronenko --- Оригінальне повідомлення --- Від кого: "Alexander S.Kresin" <al...@be...> Дата: 17 травня 2013, 09:30:51 > oleksa writes: > > Then need to correct the method onclick which gets the self and id as parameters, > > > > METHOD onClick() CLASS HOwnButton > > IF ::bClick != Nil > > //::oParent:lSuspendMsgsHandling := .T. > > Eval( ::bClick, Self, ::id ) > > ::oParent:lSuspendMsgsHandling := .F. > > ENDIF > > RETURN Nil > > > > Yes, sure. BTW, in 2.16c it's right ( see :Mup() method ): > > Eval( ::bClick, ::oParent, ::id ) > > Regards, Alexander. > > ------------------------------------------------------------------------------ > AlienVault Unified Security Management (USM) platform delivers complete > security visibility with the essential security capabilities. Easily and > efficiently configure, manage, and operate all of your security controls > from a single console and one unified framework. Download a free trial. > http://p.sf.net/sfu/alienvault_d2d > _______________________________________________ > Hwgui-developers mailing list > Hwg...@li... > https://lists.sourceforge.net/lists/listinfo/hwgui-developers |