Hi,I'm trying to write a AIR app that can retrieve processes and tasks
from workspace, and once a task is selected, open the associated form.
Currently I can retrieve the tasks and have the ability to forward and
lock them and such but cannot open the form. I have tried using the
TaskForm object and it's 'load()' method but it uses ExternalInterface
calls which do not work in AIR.By debugging my app, I can dig into the
TaskForm load() method call which tries to open the form. It gets a
result ob...