• 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: How to traverse from one window to another
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to traverse from one window to another


  • Subject: Re: How to traverse from one window to another
  • From: PGM <email@hidden>
  • Date: Thu, 9 Nov 2006 14:37:31 -0500

Possibly something like this (typed in mail):

NSWindow *aWindow;
NSEnumerator *windowEnumerator = [[NSApp windows] objectEnumerator];

while(aWindow = [windowEnumerator nextObject]){
	//do something with the window here
}


Patrick

On 9-Nov-06, at 8:07 AM, dee gee wrote:

Hi

I am developing a client server application in Cocoa in which I need to traverse between windows.

  Can anyone suggest few ways to do it?

  Thank you,
  Dee Gee


---------------------------------
Find out what India is talking about on - Yahoo! Answers India
Send FREE SMS to your friend's mobile from Yahoo! Messenger Version 8. Get it NOW
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
40sympatico.ca


This email sent to email@hidden

_______________________________________________ Do not post admin requests to the list. They will be ignored. Cocoa-dev mailing list (email@hidden) Help/Unsubscribe/Update your Subscription: This email sent to email@hidden
References: 
 >How to traverse from one window to another (From: dee gee <email@hidden>)

  • Prev by Date: Re: Pass paramters to application started from login items (in user prefs)
  • Next by Date: Re: Custom app class and NSApplicationLoad
  • Previous by thread: Re: (Question Modified) How to traverse from one window to another
  • Next by thread: Re: How to traverse from one window to another
  • Index(es):
    • Date
    • Thread