It seems that an AppIcon won't display if it is set after the menu has been created 
and displayed. for example:

I have an app in which the menu was created in a createmenu() function, that was 
called from main(). and the appicon was set in the applicationDidFinishLaunching 
method of the delegate class. The appicon wasn't getting displayed.

Either ommiting the call to the createmenu() function, or calling createmenu() after 
the app icon was set, fixed the problem.

Rob Burns


_______________________________________________
Bug-gnustep mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-gnustep

Reply via email to