Ok what i want to do is convert a list from the language MOO to a list that tcl can understand. this is a sample of a MOO list: {test, boo} And what i want it to be converted to: {test boo} Now the lists i want to use get even more complicated like: {{test, boo}, {foo, bar}} which need to...
I want to be able to get a listbox select one of the options right-click it a menu pops up and then there is listed a load of commands in which the option selected is included as part of some of the labels i have this code:
frame .f
listbox .lb -selectmode multiple -height 4
scrollbar .sb...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.