Re: Binding a popup button's selected index to a model integer

2008-04-29 Thread I. Savant
> I would appreciate some guidance in getting a popup button to use its > selectedIndex to set an integer in my model. Am I correct in assuming you want your popup to represent the -gameType of the selected item in the array controller? If so, the best thing to do is to create an NSObjectCon

Binding a popup button's selected index to a model integer

2008-04-29 Thread Johnny Lundy
Hello all, I would appreciate some guidance in getting a popup button to use its selectedIndex to set an integer in my model. I am having trouble understanding how to properly bind the selection of a popup to an integer in the model so that changes in the popup's selection changes the mod