At 08:01 PM 6/2/97 -0300, Horacio Rodriguez Montero wrote:
>       Is it possible to generate those dialogs with vtcl, and then
>incorporate them on the main track without lossing the vtcl-edit
>capability?

One thing that I have tried lately with moderate success is to use vtcl to 
generate the GUI code and then source the vtcl-generated file from my 
application source file. I does seem that vtcl does not like it if a binding 
references a procedure that is not in the vtcl-generated file, but otherwise 
I have all of my application code in a separate file that I edit with a 
normal programmers text editor.

I have only done this with one medium sized application so far so there 
still may be some gotchas that I have not run in to.  Oh yes... you 
probably can not use vtcl's TEST mode when doing it this way.


---
R. Troy Monaghen                | Alliance Systems Incorporated
 [EMAIL PROTECTED]                   |  [EMAIL PROTECTED]
 http://www.mcs.net/~troy       |  http://www.alli.com

Reply via email to