--- In [email protected], "brucexs" <[EMAIL PROTECTED]> wrote: > > If you insert the following three lines into the menu, then the column > separate will only happen if the vertical resolution is less than or > equal to 600 pixels: > > Command: format > Action: contextif > Parameters: (yscreen<=600) > > Command: format > Action: newcolumnline > > Command: format > Action: endcontext > > You can also do a range of resolutions with something like > Parameters: (yscreen>=600 && yscreen<=1200) > > So one approach would be to create a set of the above three commands > for each resolution depending on where you wanted the new columns for > that resolution. >
It's no dice :( I have inserted these commands: http://rapidshare.com/files/149875899/pp_test.ini.zip.html Newcolumn was not show... My resolution: 1024x768
