On Tue, 10 Feb 1998, Girish B Hampali wrote:

> hi Ian Clarke ,
> 
>       The same type of problem even I am facing with version 1.11 I am
> working on windows NT and I am not getting any errors but when you open
> it for the second time the screen will not be present. 
> The reasons may be this,
>       When we see other GUI products, they save the screen contents in a
> database and they prepare source code for that screen. hence you will be
> left with 2 files, one source code and other is screen file or table.
> But in vtcl we are seeing that the file that we obtain is only a tcl
> script that was generated due to design of screen, and we may not be
> able to change or modify the screen when opended for second time.

Correct, this is a general problem with architectures that use scripts
to build the UI.  As for "2 files", you'd only have one with an
architecture that supports binary resources (like HyperCard,
SuperCard, MetaCard, ToolBook, etc.) because the object description,
the data values (checkbox/radio button state, text in fields, etc.),
and the scripts are all stored in the same file.

>       Creating a screen for user includes may modifications and validations.
> If this is the case, VTCL may not be appropriate. what do you say?

If it's not, you might take a look at one of these other kinds of
products.  If you need a cross-platform solution, our product MetaCard
runs on Windows 3.1/95/NT and all popular UNIX platforms, and a Mac
version is in alpha-test.  See http://www.metacard.com for more
information and to download the free Starter Kit version.
  Regards,
    Scott

> bye
> Hamps

*********************************************************
Scott Raney  [EMAIL PROTECTED]   http://www.metacard.com
MetaCard: Scripting, without all the syntactic gymnastics
---------------------------------------------------------------------------
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