GROUP doesn't seem to work properly with the PIXEL option, I believe that FiveLinux.ch is not correctly translating the @ <row>, <col> GROUP command because it is not including a [ <lUpdate: UPDATE> ] to pass as <.lUpdate.> into TGroup():New() so the <.lPixel.> value is passed in the wrong position.
This seems to work:
Code: Select all
#xcommand @ <nRow>, <nCol> GROUP [ <oGroup> ] ;
[ <label: LABEL, PROMPT> <cText> ] ;
[ <of: OF, WINDOW, DIALOG> <oWnd> ] ;
[ SIZE <nWidth>, <nHeight> ] ;
[ <lPixel: PIXEL> ] ;
[ <lUpdate: UPDATE> ] ;
=> ;
[ <oGroup> := ] TGroup():New( <nRow>, <nCol>,;
[<oWnd>], <cText>, <nWidth>, <nHeight>, <.lUpdate.>, <.lPixel.> )
Code: Select all
IF lPixel
nRow += 30
ELSE
nRow += 2.5
ENDIF
As always these could be problems of my making, or have subsequently been fixed, but they certainly were issues with FiveLinux as it was here.
Regards
Doug
(xProgrammer)