NxShape
Member
|
Question about List class
Hello.
I try to make that when load list was chosen any element (in particular 2).
Quote:Gui +=window.create(Rect(-0.5,-0.4,0.5,0.4),"Window with list");
window+=region.create(Rect(0.05,-0.6,0.95,-0.1)); // create region
region+=list .create(list_group,ELMS(list_group)).setData(data,ELMS(data)); // create list with 'list_group' groups and 'data' data
list.setElm(2);
But this element of list don`t select visualy.
|
|
04-30-2010 02:25 PM |
|
Chris
Member
|
RE: Question about List class
Try: list.kbSet(); list.setElm(2);
|
|
04-30-2010 02:35 PM |
|
NxShape
Member
|
RE: Question about List class
Thanks. It has helped))
|
|
04-30-2010 02:49 PM |
|