Ola all,



The following psuedo-code:

        NUMLIN='39' NUMCOL='4' FONT0:*="Comic Sans MS, 10"
        NUMLIN_VISIBLE='9' NUMCOL_VISIBLE='4' EXPAND="NO" FOCUS_CELL='1:1'
        HLCOLORALPHA='255' HLCOLOR='0 0 255' FRAMETITLEHIGHLIGHT="YES"
        BGCOLOR*:2='240 240 240' BGCOLOR*:4='240 240 240'
        RASTERWIDTH0='30' RASTERWIDTH1='115' RASTERWIDTH2='45'
RASTERWIDTH3='45'
        RASTERWIDTH4='35'
        MARKMODE="LIN" FREEZE='YES'




Generates the following GUI:










But the following psuedo-code:


        NUMLIN='39' NUMCOL='4' FONT0:*="Comic Sans MS, 10"
        NUMLIN_VISIBLE='9' NUMCOL_VISIBLE='4' EXPAND="NO" FOCUS_CELL='1:1'
        HLCOLORALPHA='255' HLCOLOR='0 0 255' FRAMETITLEHIGHLIGHT="YES"
        BGCOLOR*:2='240 240 240' BGCOLOR*:4='240 240 240'
        RASTERWIDTH0='30' RASTERWIDTH1='115' RASTERWIDTH2='45'
RASTERWIDTH3='45'
        RASTERWIDTH4='35'
        MARKMODE="LIN" FREEZE='YES' NOSCROLLASTITLE='YES'




Generates the following GUI:








Note how the col labeled "Bond" is converted into title cells? That's because
I can't set FOCUS_CELL='1;0'. If that is not a bug, it should be one.




Thanks,

Andres
_______________________________________________
Iup-users mailing list
Iup-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/iup-users

Reply via email to