|
From: Basso, L. F. <lf...@vi...> - 2012-12-13 12:15:02
|
CORRECTING
This code is necessary because it allows the recursive effect in the
event SETFOUCS, LOSTFOCUS etc.
-----Mensagem Original-----
From: Basso, Luis Fernando
Sent: Thursday, December 13, 2012 10:09 AM
To: hwg...@li...
Subject: Re: [Hwgui-developers] HwGUI - the continuation
::oparent:lSuspendMsgsHandling := .T.
This code is not necessary because it allows the recursive effect in the
event SETFOUCS, LOSTFOCUS etc.
example
In the LostFocus event if you put a simple MSGINFO you will have the effect
that triggers the recursive MSGINFO several times.
-----Mensagem Original-----
From: Alex Strickland
Sent: Thursday, December 13, 2012 9:56 AM
To: hwg...@li...
Subject: Re: [Hwgui-developers] HwGUI - the continuation
On 2012/12/13 01:34 PM, Alexander S.Kresin wrote:
> Yet another typical things, which must be corrected:
>
I was not able to understand why this kind of code was necessary:
::oparent:lSuspendMsgsHandling := .T.
It seems to be in every class.
This kind of code in hbrowse.prg is horrible:
::internal[ 1 ] := SetBit( ::internal[ 1 ], 1, 0 )
and this in hedit.prg :
ELSEIF wParam == 39 // KeyRight
::lFocu := .F.
IF ! IsCtrlShift()
::lFirst := .F.
RETURN ::KeyRight()
ENDIF
ELSEIF wParam == 37 // KeyLeft
Some people seem to think #define is evil.
Nice to see you back.
I think you undertake quite a task!
--
Regards
Alex
------------------------------------------------------------------------------
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
_______________________________________________
Hwgui-developers mailing list
Hwg...@li...
https://lists.sourceforge.net/lists/listinfo/hwgui-developers
|