Thanks for our advices,
I used a script, and my code looks like this:
  <PushButton buttonData="Load">
    <action>
      <loadAction:LoadAction wtkx:id="action" />
    </action>
  </PushButton>
  <TableView wtkx:id="view">
  ....
  </TableView>
  <wtkx:script>
    importClass(myPackage.LoadAction);
    action.setTable(view);
  </wtkx:script>

Regarding Pivot 2.0, is it already available? I didn't find any download link on
the web site.

Regards
Anton

Reply via email to