> Currently I'm having to have a 'horizontallist' with 15 identical lines for 'form_m' to fill-the-gap between 'form_L' and 'form_r' since 'form_m' is only 3pixels wide
>Also currently I'm having to add the same set of lines to each 'preview' option (I currently have List view/Icon view/Progress/Menu) - which isn't a problem with cut/paste (& it's only adds ~4kb per preview option to the XML file) - but was wondering if it's possible to have a special '' section - so that when you select a different preview option - it will do whatevers in 'default' first THEN the one you've clicked on.
> Also what's required is a way of drawing a box of x,y,w,h with a fill colour of one INI value & have a border of another INI value. If you look @ the middle or right hand menus - you'll see it's just a black box with a red border
> There are some INI values that are used 'in relation to' another INI value such as 'start_menu.x' and 'start_menu.itemX' & are not absolute values. The real position to locate the 'itemx' object on screen is in fact 'start_menu.x' + 'start_menu.itemx'
This type of line doesn't work
CODE