NSPopUpButton..
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.