NSWindow setMiniwindowImage Bug?
NSWindow setMiniwindowImage Bug?
- Subject: NSWindow setMiniwindowImage Bug?
- From: email@hidden
- Date: Tue, 2 Oct 2001 19:51:11 -0400
I sent out a question about a month ago about whether or not the
setMiniwindowImage worked in Cocoa and got no responses. I will try one
more time and then maybe I should go file a bug.
Should this method:
setMiniwindowImage
in the class NSWindow actually SET the icon in the dock for this window
as it is minimized? Or is it just a fake method? The method
setMiniwindowTitle DOES in fact work as you would expect - however
setMiniwindowImage (in neither ObjectiveC nor in Java) does NOT work.
I know I have the images loaded, because I can use the NSApplication
method for setApplicationIconImage and it works just fine.
Am I the only one that has tried to set the icon of a minimized window?
If anybody could confirm this - that would be great. Also, is the place
to report this type of byg over at bugreport.apple.com or is there a
cocoa related bug submission thing?
Thanks,
Tyler