--- In [email protected], "quantiworks" <quanticwo...@...> wrote:
>
> I'm making a skin to display a GUI for shutdown options. Since I
> want to release it to the public, how can I show the bar always
> centered in the middle of the screen independent of screen res? 
> 
> In bar properties there's all the settings for screen position
> but not fixed center. I need it to be centered for all
> resolutions. 

I would suggest to make it a floating bar. Immediately after showing it, move 
it to the center, e.g.,

bar.show("TestBar")
Window.Position("center", win.handle("TestBar,&,c=Powerprotoolbar"))


Reply via email to