Newsgroups: comp.lang.tcl
From: relaxmike <michael.bau...@gmail.com>
Date: Tue, 2 Dec 2008 08:14:00 -0800 (PST)
Subject: Snit widgets and bindings under Etcl
Hi All Tclers,
I have the following problem that my Snit-based extended text widget The following script is the smallest I can write which exhibits the package require Tk } frame .f1 pack .f1 button .f1.bn1 -text "X" -command {exit} pack .f1.bn1 -side left button .f1.bn2 -text "A" -command { focus .mytext event generate .mytext <Key-A> } pack .f1.bn2 -side left rptext .mytext -height 8 -width 40 pack .mytext update focus .mytext event generate .mytext <Key-a> update When this script is executed on my Pocket PC 4100 with Etcl 19/09/2008 When I execute the same script on my Win XP station with AS Tcl From my experience, I noticed that the following rules But not here : do you have any idea why ? Best regards, Michaël You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||