Probable reason: ::tk::mac namespace does not exist when you're not OnMac.
Probable fix: wrap the proc ::tk::mac::ShowPreferences definition into
an if [OnMac] {}

so:

--------------------------------------------------------
if [OnMac] {
    proc ::tk::mac::ShowPreferences {} {
            after 0 { [list Preferences] }
    }
}
--------------------------------------------------------

bye !

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Amsn-devel mailing list
Amsn-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amsn-devel

Reply via email to