• 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
NSPopUpButton..
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

NSPopUpButton..


  • Subject: NSPopUpButton..
  • From: email@hidden
  • Date: Sat, 24 Jan 2004 13:32:43 -0800

lemme ask a question i have 6 popup buttons with fields in each one the
user will select multiple fields from each menu to be exported, my
question is what's the best method to track selected fields throughout
the menus i was going to create dictionaries that represent each menu
and then set a boolean for the item but when i use this

-(void)popUpButtonWillPopUp:(NSNotification *)aNotification;
{
NSLog(@"%@",[aNotification object]);
}

i only get the button's id info how do i know which button is being
pressed?

am i on the right track at all?

Thanks
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.

  • Prev by Date: Re: HEAD request using NSURLConnection
  • Next by Date: Re: Separating Attributes from Text in NSTextStorage
  • Previous by thread: QT wrong load state
  • Next by thread: menu woassss.
  • Index(es):
    • Date
    • Thread