--- In [email protected], "pjagaraj.rm" <[EMAIL PROTECTED]> wrote: > > I have a floating Bar with 'Format Context to attach to a window. > I would like to position the bar in a particular place within > that window. When I resize the window or move the window from one > monitor to the other, I have to physically move this bar to > position it. Few attempts I made through scripts looked pretty > clumsy. Is there way to do this elegantly?
If you make it a caption bar instead of floating, you can position it relative to the left caption, right caption or middle caption by providing horizontal and vertical offsets. It probably works with other non-floating positions as well, but I use it with caption bars. You could use a script to convert it to floating after it has opened at a starting position that is not floating.
