1. RE: IMPORTANT: Win32lib 0.60.6 and Judith Evans IDE (how to make it wo=rk)

>From: Sascha Zindel <s.zindel at GMX.DE>
>Reply-To: EUforum at topica.com
>To: EUforum at topica.com
>Subject: IMPORTANT: Win32lib 0.60.6 and Judith Evans IDE (how to make it 
>wo=rk)
>Date: Fri, 11 Feb 2005 12:59:10 +0100 (MET)
>
>After doing further tests today, i found that i did not specify within
>fDoSetFocus what to do if findParentWindow returns 0; i just prevented it
>from doing wrong things.
>
>Therefore this small correction needs to be applied in line 31387:
>if ctrl_Destroyed[id] != 0 or (lParentWindow != 0 and
>ctrl_Destroyed[lParentWindow] != 0) or lParentWindow = 0 then
>

     I think this could be simplified to:
if ctrl_Destroyed[id] != 0 or lParentWindow = 0 or 
ctrl_Destroyed[lParentWindow] != 0 then
     because of Eu's shortcircuiting.

>Otherwise focus is lost for example, when editing properties within Judiths
>IDE.
<snip>

~[ WingZone ]~
http://wingzone.tripod.com/

new topic     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu