Alan Martin wrote:

> It's the opposite of "bump edge to show bar".
> 
> In the 32 pixel horizontal gap between those two bars I added
> a third locked bar. It has one button, 32 pixels wide by only
> 2 pixels high, OnTop, Hover clicks, commands:
> 
> Bar hide bar1_top
> win.resetfocus
> wait.for(ymouse>20)
> bar show bar1_top
> 
> [bar1_top is the master, so that hides/shows all three bars]
> 
> When I touch the screen edge in the gap, the top bars hide.
> They reappear automatically when I move the mouse at least
> 20 pixels away from the top screen edge.  No clicks needed :)
> 
> So now I can easily read the window's caption.
> 
> [The win.resetfocus is there because without it the current
> window loses focus when I use the edge bumping gadget.]

Hi Alan, I use a similar active-bar set, and had the same problem, which 
I solved with a left command [EMAIL PROTECTED]

@HideBarsTillBump
bar.hide(MyActiveBar)
bar.hide(MyTray)
quit ( event.create(1,0, ??bar.show("?++MyActiveBar++??")++bar.show("?
++MyTray++??")?, "ymouse<4||visiblewindow("++win.handle(MyActiveBar)
++")", 1) ) 

which doesn't have a focus problem, at least as far as I can see it.

I also added a feature that allows me to position my bars either 
horizonally at top screen edge, or vertically at left screen edge. It's 
handy when I'm using remote control session windows, so similarly 
looking bars are positioned perpendicularly instead of horizontally 
which helps me to avoid clicking the wrong bar.
To give you an idea, my ini files includes:

[MyActiveBar:Properties]
;if( index(gvMyActiveBarProps,"vertical") )
Active = Count: 40 UseLast PressFore
Format1 = Position: FixedTopLeft Vertical
;else
Active = Count: 25 UseLast PressFore
Format1 = Position: FixedTopLeft
;endif

[MyTray:Properties]
;if( index(gvMyActiveBarProps,"vertical") )
Format1 = Position: FixedBottomLeft Vertical
;else
Format1 = Position: FixedTopRightoffset
;endif

> One of the situations where that would be handy...
> That makes it easier to move a bar with position floating

As these are my main bars and substitute Windows taskbar and icon tray, 
I didn't really find a reason to use position floating, where do you 
find it useful?



------------------------ Yahoo! Groups Sponsor --------------------~--> 
Check out the new improvements in Yahoo! Groups email.
http://us.click.yahoo.com/6pRQfA/fOaOAA/yQLSAA/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