--- In [email protected], "tproli" <[EMAIL PROTECTED]> wrote:
>
> This script was created by brucexs, and it does the trick. The bar 
on 
> you want to use it should have "hover clicks" enabled with this 
> script:
> 
> ---------------------------------------------
> 
> @create
> static b=arg(1)
> static left=win.left(b)
> static right=win.right(b)
> static top=win.top(b)
> static bottom=win.bottom(b)
> 
> if (win.visible(b))
> win.hide(b)
> static ev
> if (event.exists(ev))
> ev=event.destroy(ev)
> ev = event.createms(100,0,"[EMAIL PROTECTED]")
> quit
> 
> @test
> static b,left,right,top,bottom,ev
> if (xmouse<left || xmouse>right || ymouse < top || ymouse>bottom) do
> if (not win.visible(b))
> bar.show(b)
> 
> ev=event.destroy(ev)
> endif
> quit
> 
> 
> @destroy
> ev=event.destroy(ev)
> quit
> 
> ---------------------------------------------------
> 
> 
> I hope I haven't change anything in it
> 
> tpr
>

Hi

I think it's only fair to report back and I did send a reply 
yesterday. But for some reason it doesn't show in the messages.

swzoh
Thanks. You were quick with a solution. I have implementet your 
solution and it works great.

Bruce (brucexs) and tproli
I agree with you on avoiding having a Monitorlist running 
continuously. However, the script from swzoh doesn't really do much 
99,9 percent of the time and even if it would be more "correct" to use 
events I'm satisfied with the functionality of the script from swzoh 
(maybe also because I cannot get the script from tproli to work).

But more importantly, your suggestion requires an auto-click command 
assigned to the buttons on my bar and this will result in focus is 
lost from the active window, eg. Word.

Greetings from Denmark.
Niels








------------------------ Yahoo! Groups Sponsor --------------------~--> 
Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life.
http://us.click.yahoo.com/KIlPFB/vlQLAA/TtwFAA/JV_rlB/TM
--------------------------------------------------------------------~-> 

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