Hello all vtcl users, there was not too much traffic in the vtcl mailing list
in the last weeks, so here is my attempt to change that a bit ;-)

I played around with vtcl 1.11 (Tcl/Tk 8.0) Windows NT, and found the following
misbehaviors (bugs?, features??):

- unfortunately vtcl starts always with the main window at the uppler left corner
of the screen (The others remain on their position of the last session.

- I created some toplevel windows. In difference to 1.10, a topevel window
seems to be the insertion point for another toplevel window. 
So i end up in having a toplevel window like .top17.top18 (I should set the focus
to . before creating a new toplevel)

- vtcl creates the following proc:

proc vTclWindow. {base} {
    if {$base == ""} {
        set base .
    }
    ###################
    # CREATING WIDGETS
    ###################
    ###################
    # SETTING GEOMETRY
    ###################
    place $base \
        -x 0 -y 0 -anchor nw 
}
This brings up a tcl error when the script is running:
<< can't use placer on top-level window "."; use wm command instead 
   while executing
   "place $base -x 0 -y 0 -anchor nw "
   ....
>>

- The variable inspector window is gone :-(


Regards, Rudolf
___________________________________________________________

Rudolf Lindner                                        
System-developer                e-mail: [EMAIL PROTECTED]

CSD Software GmbH
Enzianstr. 4            phone :  +49 (0)8151 369 0
D-82319 Starnberg               fax   :  +49 (0)8151 369 88
___________________________________________________________


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