At 08:32 AM 4/22/98 +0000, you wrote:

>1. What is a compound?...or a tclet? and whats its purpose?

A compound is a branch of a widget tree. It is a collection of widgets that
can be given a name and stored and later retrieved and inserted anywhere in
a gui layout. It's similar to doing a cut/copy/paste, but the cut/copy can
be saved to disk for later retrieval.

A tclet is a tcl program that adheres to some restrictions and can run in a
browser that has the tcl-plugin. Visual Tcl creates tclets in a very
similar fashion to compounds, but with a few restrictions. Because tclets
cannot contain other top-level windows and can itself only be a single
window, vtcl only allows you to create a tclet from a top-level window. The
"toplevel" is discarded and all child widgets are moved up one level. This
*usually* creates a valid tclet. Undesirable side-effects are the renaming
of widgets that occur in compounds (this is another discussion - the short
of it is that it's necessary to avoid possible naming collisions).

this is FAQable material if anyone is maintaining one.

>2. How can I visually create a toplevel window without a border -to be
>used for ballon/tooltip help-? on code I can use "wm -override" but don't
>know how to do it through the graphical interface..

vtcl does not currently support this graphically.

>3. when setting up a widget bindings what does the "Mod" and
>"Window" binding types means? ....when I click on this buttons I receive
>an "Error invalid command name" message.

it's probably broken. I haven't finished the binding editor. Help in
completing this would be appreciated.

>Since I'm working pretty intensivelly on tcl using the VTCL tool -gaining
>experience-, I'll be looking forward to help in the evolution of the tool.

thanks. all help is welcome.

I will re-interate a previous offer to set up a shared CVS tree for those
that want to do "live" development. It is becoming difficult for me to
manage email patches and patch merges. I would prefer to give wide latitude
to those who are interested in doing serious extensions and enhancements.

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