« Return to Thread: OS X: CFBundleIconFile and new interpreters

Re: OS X: CFBundleIconFile and new interpreters

by Kevin Walzer-5 :: Rate this Message:

Reply to Author | View in Thread

Lasse Bombien wrote:

> Sorry for being unclear.
>
> There is *no* problem with child interpreters, as I thought first.
> Instead I'm wondering about something else, now.
>
> Th CFBundleIcon shows, when I specify "-icon info" or "-icon error". It
> also shows (with a hugh exclamation mark) for "-icon warning" and "-icon
> question" (!?).
>
> However, it *no icon* shows when I don't specify this option. But it
> should, doesn't it?
>
> Lasse

Responding to the lst as well so the solution can be shared...

Ah, I see.  This code produces an icon:

tk_messageBox -icon info -message "Test!"

This code does not:

tk_messageBox  -message "Test!"

Not sure if this is a bug or not. It seem to me the solution is, specify
your icon!


--
Kevin Walzer
Code by Kevin
http://www.codebykevin.com

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

 « Return to Thread: OS X: CFBundleIconFile and new interpreters