> if you're able to fix it and you know why it does that, do you think you
> can create a 'test' app for this (same bug happening with a minimum number
> of lines) and submit a bug report to tk ?

Ok, I created a test app. I discovered that it is to do with
the -activeimage, because if you dont have it then it doesn't crash. I will
post this to the tktoolkit bug database, but Id like someone to test this
app against the latest stable release 8.4.12 (I am only running 8.4.11)
before I submit it.

Here is the app, just note there is a file 'close.gif' just put any gif
there.

Thanks in advance Lio.


canvas .c
pack .c
set i [image create photo -file close.gif]
.c create image 20 20 -anchor nw -image $i -activeimage $i -tag c1text
.c bind c1text <ButtonRelease-1> "destroy .c"

#note, you can get around the bug by replacing either (or both) of the last
2 lines with these:
#.c create image 20 20 -anchor nw -image $i -tag c1text
#.c bind c1text <ButtonRelease-1> "after 0 \"destroy .c\""



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Amsn-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/amsn-devel

Reply via email to