Selection of object in popup button
Selection of object in popup button
- Subject: Selection of object in popup button
- From: Mikael Wämundson <email@hidden>
- Date: Sun, 26 Sep 2010 19:19:36 +0200
Dear developers,
In a table view I have in one column a popup button cell. The content array of the popup button depends on what object is selected in the table view and also a predicate object. I have noticed some problems when coding this, though:
1. If no row (object) is selected in the table view, clicking on the popup button for one row reveals the array of the popup button, but the content array depends on the selected object in the table view. But it seems like no object is selected. The second time i click the popup button the row is recognized as selected. How do I overcome this?
2. Depending on what object I select in the popup button some attributes of the selected object in the table view is affected. It seems, though, like selecting an object in the popup button is not enough. I need to deselect the row in the table view or select another row to actually perform the selection. How do I overcome this?
Thanks!
/Mikael
_______________________________________________
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