Hi,
sorry for this maybe naïve question. How can I return more than one argument from a async window.
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?
Thanks in advance.
--Hans