Ok try that instead

                        label $sendbutton -image [::skin::loadPixmap 
sendbutton] \
                                -fg black -bg [::skin::getKey sendbuttonbg] -bd 
0 -relief flat \
-activebackground [::skin::getKey sendbuttonbg] -activeforeground black -text [trans send] \ -font sboldf -highlightthickness 0 -pady 0 -padx 0 -relief flat - compound center
                        bind $sendbutton <<Button1>> "::amsn::MessageSend $w 
$text"
Thanks for your help

Le 05-12-02 à 16:44, Vivia Nikolaidou a écrit :


-Do you still crash if you change
: : skin::loadPixmap sendbutton
for
: : skin::loadPixmapsendbutton_hover
inside # New pixmap-skinnable button (For Windows and Unix > Tcl/ Tk 8.3)

Yes, I still crash.

If YES:
Replace the sendbutton by:
button $sendbutton -image [::skin::loadPixmap sendbutton] \
                                -command "::amsn::MessageSend $w $text" \

Still crashes :(

Do you have the problem with ALL skins? Including Default skin.

I haven't tried them ALL one by one, but I haven't found any skins that
don't crash. And, yes, default crashes.

Thanx for your interest, and hope this was helpful...,

Vivia


-------------------------------------------------------
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://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Amsn-devel mailing list
Amsn-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amsn-devel



-------------------------------------------------------
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://ads.osdn.com/?ad_idv37&alloc_id865&op=click
_______________________________________________
Amsn-devel mailing list
Amsn-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amsn-devel

Reply via email to