--- In [email protected], "Sheri" <[EMAIL PROTECTED]> wrote:
>
> --- In [email protected], "das_e_i" <das_e_i@> wrote:
> >
> > I'm using a bar with Position set to "right caption" to show 
current 
> > time&date, however, it seems to be pretty buggy (seems to appear 
> > randomly on screen sometimes, doesn't update its position while 
> > moving a window, ...). I'm also running Samurize, I think it 
might 
> > get focus when no other window is active, not sure though, that 
might 
> > cause misplacing on screen. Any way to improve this behaviour? 
I'd 
> > also like it on inactive windows too, but I guess that won't work 
> > because of how Powerpro is intended to work, but you never know...
> >
> 
> You can try my ContextIf
> 
> *Format ContextIf (not win.minned("active") && win.maxable("active")
> && win.visible("active") && not win.caption("PowerProMain") && not
> win.class("Internet Explorer_Server"))
> 
> I've also got the Use Timer for caption bars checked (not gray 
checked).
> 
> I rarely if ever see my bar except on the active caption where it
> belongs. However I seem to recall there were issues when I tried 
using
> shadow style on the bar. As far as actual placement within the
> caption, you can look in your bar's properties and experiment with
> horizontal and vertical offsets.
> 
> Regards,
> Sheri
>

Thanks, I now use this command:
*Format ContextIf (not win.minned("active")  && win.visible("active") 
&& window("width","active")>500)
I should probably try to exclude a few programs which might steal 
focus, gotta figure out their class names first I guess ;)

Reply via email to