On Sun, 28 Sep 1997, Constantin Teodorescu wrote:
> Hello, I'm a new fan of Tcl/Tk and vtcl and after some little
> applications written I took the decision of building a Tcl/Tk interface
> to postgreSQL , a free DBMS.
>
> My project would include a big number of windows (let's say forms like
> in visual Basic).
>
> How do I split the source into separate files so that the forms should
> not be loaded all when my program starts? I have used routines in
> separate files and tclIndex and auto_path, but how can I make this under
> vtcl?
>
> More clear : when building forms ( vtcl top level windows) vtcl put them
> in some procedures vTclWindow.myform1 but if I would keep all of them in
> my main program, wish would interpret them and keep them in memory even
> if I don't need them now.
vtcl does not currently handle large projects gracefully. this is the
main focus of my work for the next release: multiple files.
at the moment, you can extract code from vtcl for external apps, but not
really the other way around.
-stewart-
---------------------------------------------------------------------------
To unsubscribe from the Visual Tcl mailing list, please send a message
to [EMAIL PROTECTED] with "unsubscribe vtcl [EMAIL PROTECTED]" in the
message body (where [EMAIL PROTECTED] is your e-mail address).