On Fri, 3 Jan 1997, Dan Miner wrote:
> 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".
I will be adding a File:Source option to 1.07 and compound widgets under
1.07 are already capable of bunding procedures.
> 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.
This is definately in the plans as well as incremental saves.
-stewart-