DirList ( column width)

Discuss GUI programming with the MUI Royale plugin here
Post Reply
djrikki
Posts: 682
Joined: Wed Apr 06, 2011 12:26 am

DirList ( column width)

Post by djrikki »

Which attribute can I use to change the width of a column in a DirList?

Doesn't appear to be this one below.

http://www.sasg.com/mui/autodocs/MUI_Li ... djustWidth

Here I am trying to tweak a file manager interface for Jack, nothing works as yet, just laying out elements into a window.

http://www.lakemarketingandevents.co.uk ... ture10.png

Andreas, under 'Future' you mention - Support for dynamic creation of MUI objects.... this is probably something I will need in the future too as I envisage some limitations coming along in the future.
Otherwise great work as always.
Evolve - Rapid GUI Development tool for MUI Royale and RapaGUI
http://myevolve.wordpress.com
User avatar
airsoftsoftwair
Posts: 5848
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: DirList ( column width)

Post by airsoftsoftwair »

Use Listviewcolumn.Weight for adjusting the column width.
djrikki
Posts: 682
Joined: Wed Apr 06, 2011 12:26 am

Re: DirList ( column width)

Post by djrikki »

When a filename/text in a column extends beyond the width the weight appears to be ignored. Is there a way of enforcing the weight?

Will post screenshot shortly...
Evolve - Rapid GUI Development tool for MUI Royale and RapaGUI
http://myevolve.wordpress.com
djrikki
Posts: 682
Joined: Wed Apr 06, 2011 12:26 am

Re: DirList ( column width)

Post by djrikki »

Image
Evolve - Rapid GUI Development tool for MUI Royale and RapaGUI
http://myevolve.wordpress.com
djrikki
Posts: 682
Joined: Wed Apr 06, 2011 12:26 am

SOLVED Re: DirList ( column width)

Post by djrikki »

Solved, found minwidth.
Evolve - Rapid GUI Development tool for MUI Royale and RapaGUI
http://myevolve.wordpress.com
Post Reply