Hi Alejandro,
Thanks for your reply. Can you explain further what you mean with "binding the
appearance attributes of your cell"?
/Mikael
26 sep 2010 kl. 22.35 skrev Alejandro Rodríguez:
> Hey Mikael,
>
> In order to solve your issues you need to get away from selection. Providing
> the dat
Hey Mikael,
In order to solve your issues you need to get away from selection. Providing
the data available in your popups is a Model matter not a View/Controller issue
so it should not depend on the current table selection. The easiest way to do
this is using bindings. If you have an Array Con
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 tab