• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Issue with makeKeyAndOrderFront
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Issue with makeKeyAndOrderFront


  • Subject: Re: Issue with makeKeyAndOrderFront
  • From: anni saini <email@hidden>
  • Date: Tue, 12 Mar 2013 16:28:01 +0800 (SGT)

Thanks Ken. That works but this property doesn't make it active window.
 
Regards,
Anni

________________________________
 From: Ken Thomases <email@hidden>
To: anni saini <email@hidden>
Cc: "email@hidden" <email@hidden>
Sent: Monday, 11 March 2013 7:31 PM
Subject: Re: Issue with makeKeyAndOrderFront

On Mar 11, 2013, at 3:15 AM, anni saini wrote:

> My app is just having NSStatusBar menu such as Adium. On right click context menu, I'm calling some window to open.
>
> //Calling method
> myWindow = [[MyWindowViewController alloc]init];
> myWindow.data = @"abc";
> [myWindow show:self];
>
> //Called method
> - (void)show:(NSWindow*)parentWindow
> {
>    [myPanel centre];
>
>    [myPanel setFloatingPanel:YES];
>
>    [myPanel makeKeyAndOrderFront:nil];
>
> }
>
> Observations:
> 1. When app doesn't have any window open. myPanel doesn't open until I open any window of my app.
> 2. When app have some window open but its in background, myPanel doesn't open until I click on any window of my app to make it front window.
> 3. When I tried to debug the issue, window gets open each time if I set break point in this method.
> 4. If I use [NSApp activateIgnoringOtherApps:YES]; before makeKeyAndOrderFront method, myPanel is working as expected.
>
> Please let me know whats wrong with the above code or how can i make it better?

Your panel probably has hidesOnDeactivate set.

Regards,
Ken
_______________________________________________

Cocoa-dev mailing list (email@hidden)

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:

This email sent to email@hidden


  • Follow-Ups:
    • Re: Issue with makeKeyAndOrderFront
      • From: Ken Thomases <email@hidden>
References: 
 >Issue with makeKeyAndOrderFront (From: anni saini <email@hidden>)
 >Re: Issue with makeKeyAndOrderFront (From: Ken Thomases <email@hidden>)

  • Prev by Date: Re: Objective-C Question
  • Next by Date: Another Gnarly Objective-C Question!
  • Previous by thread: Re: Issue with makeKeyAndOrderFront
  • Next by thread: Re: Issue with makeKeyAndOrderFront
  • Index(es):
    • Date
    • Thread