[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
NSMenu and AppIcons
From: |
Rob Burns |
Subject: |
NSMenu and AppIcons |
Date: |
Fri, 11 Jan 2002 20:04:25 -0700 |
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
- NSMenu and AppIcons,
Rob Burns <=