Re: MoMoving or placing a bar to a specific location via a setting or a script

"brucexs-/[email protected] [power-pro]" <[email protected]>
Newsgroups gmane.comp.windows.power-pro
Message-ID <[email protected]>
As long as it is in a floating position, you can move a bar with win.move.  The caption for the bar is its clist name.  So to move a clist called 'myclist' to 100, 200 pixels use win.move("myclist", 100, 200).  Bar must be open; use bar.show first it it is not.  Window.Position may also work. 

 Look at help topic layout of configuration text files for the positioning info.  I know this is poorly written because it is so long and covers so much stuff.  But it is there under format=.  For a position from the drop down, use Position:.  For a pixel position, use left: right: top:  bottom:  Always specific all four, especially for new bars, even if you also specify" bar size from sum of buttons" (which will overrule width and height implied from right and bottom, but still set them initially,).
 

 You can also set the bar position with cl.addproperties since it uses the text configuration stuff, but I have not tested lately.  Not sure if it works if bar is showing.  Win.move better.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.