Horacio Rodriguez Montero wrote:
> 
>         So I'm here vtcl can't handle the main track, and it can't
> help me to generate those tedius manually crafted dialog boxes.
> 
> Any help will be appreciated.
> 
> Regards.

I had the same problem.

The solution for me:

   Put the "main track" "manually crafted stuff" in a procedure inside 
   the vtcl functions list. This works well as long as vtcl never 
   discovers your "virtual widgets" have existed in the vtcl edit 
   sessions. To prevent that I take care to destroy all my 
   "virtual widgets" that I created when I close the toplevels which
   contain these special widgets before saving my work in vtcl.

   If I need to do something radically different that vtcl 
   can't cope with (at this moment, I know stewart will continue to add) 
   I put it in an external tcl application and call it from my vtcl 
   application.

Dave Watson


[EMAIL PROTECTED]
[EMAIL PROTECTED]
http://www2.netcom.com/~watson_d/home.html

Reply via email to