On 12.07.2008, at 12:48, Hans-Jörg Bibiko wrote:
I have a 'OK' button which is bound to target 'selection.controller' using 'returnArgument:' and then I have two arguments bound to a popup list item and the selected entries of a table. Fine. But I can only return either the popup item or the table selection. But I need both.
If I bind the button to performButtonClick: I get the entire parameters but the table is very large. But I don't get the returnCode or returnButton (?)
Is there a way to return more than one argument?
Sorry for messsing up this list. But it's always the same. After sending my question to this list, I had an idea, and it works. Maybe one should introduce a 'dummy' list for that purposes ;)
Anyway, thanks!
--Hans