Hey all,
I am playing around with some PIM stuff, but there seems to be something wrong with the emulator.
Whenever I use the default emulator I can't seem to go into the built in task manager to add tasks.
I also can't
Code:
Invoke.invokeApplication(Invoke.APP_TYPE_TASKS, new TaskArguments( TaskArguments.ARG_NEW) );
The app just hangs, and I have to restart the entire process.
Whenever I use one of the downloaded emulators I can load the app and the invoke works, and I can go into the built in task manager and add/edit/remove tasks and everything just fine, unfortunately I can't figure out how to use that emulator to debug with
Any ideas?
Thanks in advance!