Message 1 of 4
And elements to MultiListBox with pickbutton and button
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
hi all,
I've a question about how to add some elements to a Multilistbox.
I ve an interface like the RBCollection one.
3 buttons, one Pick, one Add et and one Delete.
I had no problems to add some objects with the button Add.
but for the pickbutton, i can't find the answer... :S
BTW, how do we append an object to an array, it's alway ask me for a value
I've a question about how to add some elements to a Multilistbox.
I ve an interface like the RBCollection one.
3 buttons, one Pick, one Add et and one Delete.
I had no problems to add some objects with the button Add.
obj = selectbyname title:"Select Bones" filter: bone_filt obj:true single:false
BonesIndex = obj
bonesindex as array
lbx01.items=for i in bonesindex collect i.name as string
but for the pickbutton, i can't find the answer... :S
BTW, how do we append an object to an array, it's alway ask me for a value