On Thu, 18 Sep 1997, Chris Davies wrote:
> While I'm thinking about improvements, and It may be that
> VTcl does this already. Is there any way to do things to
> a Menu (ie Add entries) that vTcl will ignore.
>
> I dynamicly examine cretain fields and make my menu entries
> in main. However, when I save, these entries are stolen by
> VTcl and when I next start, I get a pair two of all the entries.
>
> I'd rather not have VTcl add then, then me delete and readd then unless
> I must.
this is a limitation of the current vtcl implementation (which is based
on widget introspection). this method has limited scalability and I will
be phasing it out over time.
-stewart-