1. AutoSize and Win32Lib
- Posted by cklester <cklester at yahoo.com>
Feb 16, 2005
-
Last edited Feb 17, 2005
How do I make the StatusBar sections sizeable (maintaining either a
static or percentage width)?
-=ck
"Programming in a state of EUPHORIA."
http://www.cklester.com/euphoria/
2. Re: AutoSize and Win32Lib
- Posted by Patrick Barnes <mrtrick at gmail.com>
Feb 16, 2005
-
Last edited Feb 17, 2005
On Wed, 16 Feb 2005 14:47:47 -0800, cklester <guest at rapideuphoria.com> wrote:
> How do I make the StatusBar sections sizeable (maintaining either a
> static or percentage width)?
StatusBar sections? Look in the win32lib docs -
The setSubFields ( integer pID, sequence pPartInfo ) sets these things
up for you.
If you use fractions in pPartInfo, it treats it as a percentage, >1 it
treats as a static, and -1 as the last section.
--
MrTrick