swzoh wrote:
> You may avoid this problem by adding after 'ti.release'
>
> hWnd.setfocus
>
> First I added it, however, I removed it in the end. Similar situation
> with clip.set(var,1) where also removed 1 at last.
>   
Great, thank you!
>> Small thing -- pressing Ctrl doesn't close all balloons, just the
>> last one?
>>     
> No, it'll close all the balloons eventually. You may have to be
> pressing ctrl key for a while or repeatedly. It looked so because I
> used as the interval 1 second, you may change it to, e.g.,
> event.createms(250,...)
> however, I don't recommend it.
>   
Ahh, ok.  I can't find where you've used 1 second interval, only the 
line that starts:

   event.createms(20,0,;;+     [....etc]

which is near top, and:

   event.create(1,0,"win.close("++hWnd++")",;;+
   "Ctrl || !win.visible("++hWnd++")",1)

which is last line, but that's not event.createms() ..  is that where 
you mean I should change?  (sorry I haven't tried to work out the 
script, don't understand dll plugin at all!)

Also Sean, there's a bug whereby if you open a 2nd (or more) ColorZoomer 
window without selecting anything with the 1st already open ColorZoomer 
window, you get an error:

    ERROR: dll.set_element: Struct/array handle invalid
    Error occurred near line 96 of script ColorZoomer:
    ti[10]=win.getvaraddr("nColor")

and the zoomer squares gets stuck with just "Color @(960,2.." showing, 
and it's not a balloon.

One other thing -- may I request a Feature?  :)  It would be excellent 
to be able to cancel a Zoomer window with Esc key..?

Thanks again,
Karen



Attention: PowerPro's Web site has moved: http://www.ppro.org 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/power-pro/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to