please try in touch.prg of the FW-samples to use following prompts:
PROMPTS { " ", "Europe", "asia", "Africa", "America", "Oceania" , "NEU KATEGORIE" } ;
If there is an empty item you get wrong values.
Best regards,
Otto
- Code: Select all Expand view
- @ nRow, 20 SAY "Area:" OF oPanel FONT oFontMed SIZE 85, 35 PIXEL TRANSPARENT
@ nRow,120 ;
COMBOMETRO cCountry ;
PROMPTS { " ", "Europe", "asia", "Africa", "America", "Oceania" , "NEU KATEGORIE" } ;
OF oPanel ;
SIZE 200, 40 ;
PIXEL ;
FONT oFontMed ;
COLOR CLR_WHITE, RGB( 0x33, 0x66, 0xCC )