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.

After that, if I want to free the memory occupied by a window and I say
"destroy .myform" I could not make further Window show .myform
(obviously, there isn't any more). Should I manually change the source
given by vtcl and change the procedure name :

vTclWindow.myform1 in make_form1 

and when I need it to call make_form1 procedure ?

Any information would be welcome,
Thanks

-- 

Constantin Teodorescu
FLEX Consulting Braila, ROMANIA
---------------------------------------------------------------------------
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).

Reply via email to