Mark Hutchinson wrote:
> 
> I allow vtcl to name the widgets. I've got scrollbar linked with 3 listboxes.

> b) I tried using 'set alias' to assign a preferred name to each widget but I can 
>find no means of using the alias without getting errors. (i.e. if I want to alias a 
>listbox widget as 'fillername' how do I then refer to the aliased widget? I have 
>.fillername, fillername, $fillername to no avail).


It's $widget(fillername). I use this all the time, but I haven't ever
generated any tclets. Give it a try! Of course, within a proc you have
to state "global widget" to access the widget alias array.

-- 
...RickM...

Reply via email to