> I don't work with Itcl yet; I hope that if it is built into the Tcl core
> I will still have the choice to load it or leave it.
>
> Of course I'll accept the use on my development system if it improves the
> flexibility of vTcl.
>
> On the other hand my love with TclTk results mainly from the simpleness,
> the small size (freewrap!) and the speed of ui development (thanx to vTcl,
> of course!)
>
> So
> 1. I would like to be able to use the vTcl generated code without Itcl
The code saved out by vTcl will be whatever you make it. If you
use Itcl in your code, they'll need Itcl to run the program. Just the
same as if you used the BLT package or some other widget package. Itcl
will only be needed within the Tcl interpreter that you use to load
vTcl itself.
Information pertaining to the project will be stored in a separate
project file or in the same file, as you see fit, and will need Itcl
when the project is sourced back in.
> 2. I'd be glad if this code would still be "human editable" in a text
> editor (just like the 1.20 code)
I do all my editing with vi. 0-] The new code will be just as
readable as the other versions. The vTcl proc names will just be a
little different
> 3. My feeling of resource management (call me miser ;-) tells me it
> makes no sense to generate fonts and images that are never used in
> the code. Maybe the code to generate them could be custom made?
> (I'm referring to 1.2.2, no idea of the latest version.)
The code to generate these is still there, but it's a lot smarter.
When a project is saved, if you haven't used any images, the code to
display them is not saved. The same goes for fonts. If you never used
a font or image, all that code is left out of the saved project.
This is all 1.5 I'm referring to. I didn't like 1.2 much. 0-] That's
why I started adding modifications.
> > A "Project Creation Wizard" will be developed for creating new
> > projects. This will do things like setup directory structures and some
> > default configuration options. These options will all be stored for
> > use by vTcl when the project is worked on later.
>
> That sounds truely great!
>
> And in any case: thank you for the continuing development and improvement
> of my favourite tool!
Thank you for using it. 0-]
D
_______________________________________________
vtcl-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/vtcl-user