Jevrod,
if you use param without [] in UI_INFIELD, you will alway get a table representation of the array.
If you use param
, you have to define VALUES in the Parameter-Script like:
VALUES "param" "text1","text2","text3","text4"
Then you can write something like tghis in the UI:
ui_infield{3} param[1], 0, 0, 240, 136,
2, pict[1][3], 4, 4,
240,136,240,136,
1, "text1", "text1",
2, "text2", "text2",
3, "text3", "text3",
4, "text4", "text4"
Don't know, if this is what you want.
Jochen Suehlo . AC12-27 . MAC OSX 14.4 . WIN11
GDL object creation:
b-prisma.de