According to Glen Walker:
> 
>       My problem is this: every time I want to use this with vtcl, I have to load 
>the cmp:makeCombo proc into vtcl by using a cut and paste into the vtcl function 
>editor. This seems rather awkward. Since the notion of compound widgets is one that 
>can yield hig> h efficiency, would it be possible to have vtcl load a library of 
>procs in association with the compound widgets? (Or perhaps honour the auto_path 
>variable or something?)
> 

You can get some of these effects by putting code in the init proc or using
the command console.  The only bad side effect is that *any* dynamically
loaded proc could become part of your "project".

Currently, I'm playing with this problem and hopefully Stewart will
integrate my primary changes.  I'm hoping to get vtcl's project paradigm
into a multiple file idea.  Right now, vtcl can't really handle development
on a multiple part app.

>       I _do_ like vtcl, and it has made the programs I've produced with it look much 
>better, because I have some time to "pretty things up" a bit. Thanks to Stewart Allen 
>for the program and the ongoing support he's offering for it.
 
So do I.

        Later,
                Dan
-- 
Dan Miner                                       [EMAIL PROTECTED]
        "The longer I stare at this screen; the blanker it gets."
                                                Linux: try it, you'll like.
"Your program is encoded in pi."                I started with a 64

Reply via email to