not sure how to prevent flickering, this entire approach is hack-ish anyhow :)

On Jul 8, 2010, at 2:09 PM, Nava Carmon wrote:

> Tried it, 
> 
> In awakwFromNib I added:
> 
>       [[NSNotificationCenter defaultCenter] addObserver:self 
> selector:@selector(showPopupMenu:) 
> name:NSApplicationDidBecomeActiveNotification object:nil];
> 
> added a function:
> 
> - (void)showPopupMenu:(NSNotification *)notification
> {
>       [statusItem popUpStatusItemMenu:statusMenu]; 
> }
> 
> and in menuWillOpen:
> 
> - (void)menuWillOpen:(NSMenu*)menu
> {
>       if (![NSApp     isActive]) {
>               [NSApp          activateIgnoringOtherApps:YES];
>       }
> }
> 
> It's better now and the menu stays after a slight flickering... It highlights 
> the title for a sec and unhighlights it. How to get rid of flickering at all?
> 
> Thank you very much!
> 
> On Jul 8, 2010, at 11:59 PM, augusto callejas wrote:
> 
>> [[NSNotificationCenter defaultCenter] addObserver:self 
>> selector:@selector(showPopupMenu:) 
>> name:NSApplicationDidBecomeActiveNotification object:nil]
> 
> 
> Nava Carmon
> ncar...@mac.com
> 
> "Think good and it will be good!"
> 
> _______________________________________________
> 
> Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
> 
> Please do not post admin requests or moderator comments to the list.
> Contact the moderators at cocoa-dev-admins(at)lists.apple.com
> 
> Help/Unsubscribe/Update your Subscription:
> http://lists.apple.com/mailman/options/cocoa-dev/acallejas%40appliedminds.com
> 
> This email sent to acalle...@appliedminds.com

_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to