Thanks for creating vTcl.  It's making it much easier for a newbie to
begin creating Tcl GUI apps.

I do have a few questions:

I'm trying to create an applet.
It has a couple listboxes and a couple textboxes, several labels
and several buttons all in frames.

When just creating the gui side, the applet works.  If I add named
procedures the application fails stating that the named procedure or
bind
object i think, can't be found.

When I compare the standard vTcl code with vTcl applet code there
is a difference.  The bind statements have a number naming hierarchy in
the applet where standard vTcl uses the names I provide when creating
the widget.

I created a procedure that has code that references a widget by name
and the generated applet vTcl code creates the object with
.01.02.010.014
as an identifier, how can they ever reference each other, they have two
different names?

It seems I need to design the gui and then reedit the applet vTcl code
by
changing the .01.02.010.014 name to .mainFM.fra17.01

It's gotta be easier than the above.


Can I build a fairly large tclet app using vTcl and continue using vTcl
to maintain and change the code in the future without making code
changes
in vi?


What's the catch....

Thanks for any help.

---------------------------------------------------------------------------
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