==== frame-2.5 toplevel configuration options FAILED
==== Contents of test case:
catch {destroy .t}
toplevel .t -width 200 -height 100
wm geometry .t +0+0
list [catch {.t configure -use 0x44022} msg] $msg
[.t configure -use]
---- Result was:
1 {couldn't create child of window "0x44022"} {-use use
Use {} {}}
---- Result should have been (exact matching):
1 {can't modify -use option after widget is created}
{-use use Use {} {}}
==== frame-2.5 FAILED
Logged In: YES
user_id=98900
Is this related to Chengye's recent changes?
Logged In: YES
user_id=596509
same test, different result.
Tcl/Tk: v8.5 head at 09/02/05
OS: WinXPsp2
Built with makefile.vc using VC7.1
frame.test
==== frame-2.5 toplevel configuration options FAILED
[...]
---- Result was:
1 {window "0x44022" doesn't exist} {-use use Use {} {}}
---- Result should have been (exact matching):
1 {can't modify -use option after widget is created} {-use
use Use {} {}}
==== frame-2.5 FAILED
Logged In: YES
user_id=80530
someone check this out please
Logged In: YES
user_id=72656
works for me on 8.5 head.
Logged In: YES
user_id=72656
reopening with lower prio - it works on XP SP2 for me, but
does fail on SuSE 10 x64 (Linux) with current head.
Logged In: YES
user_id=80530
the issue is the 2005-01-09
commit to tkFrame.c.