About Store Forum Documentation Contact



Post Reply 
Question about List class
Author Message
NxShape Offline
Member

Post: #1
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.
[Image: d515172cf7b8t.jpg]
04-30-2010 02:25 PM
Find all posts by this user Quote this message in a reply
Chris Offline
Member

Post: #2
RE: Question about List class
Try: list.kbSet(); list.setElm(2);
04-30-2010 02:35 PM
Find all posts by this user Quote this message in a reply
NxShape Offline
Member

Post: #3
RE: Question about List class
Thanks. It has helped))
04-30-2010 02:49 PM
Find all posts by this user Quote this message in a reply
Post Reply