Notifications
Clear all
[Closed] Selection list – help
Nov 18, 2004 2:29 pm
Hi there!
I need to create this selection list, like a select bone at skin modificator.
Plz help – how to create it?
If you can, plz – post the source code of this script.
2 Replies
Nov 18, 2004 2:29 pm
rollout HelpRoll “Hope this Helps” width:172 height:300
(
button btnAdd “Add” pos:[17,14] width:50 height:24
button btnRemove “Remove” pos:[73,14] width:50 height:24
listBox lbxLike “” pos:[18,48] width:136 height:17
)createDialog HelpRoll – I hope this gets you what you want.