Hi all,
I am having a problem with the SysUIAppSwitch API. In reading about
it in the documentation it seemed rather simple but I must be missing
something. Here is the line in the running application
error =
SysUIAppSwitch(0,dbID,sysAppLaunchCmdNormalLaunch,NULL);
In debugging the code, no error value is returned in "error" after
execution of this line. And I make sure the dbID is valid before the
call. But on the device I get this Fatal Error message
Main.c, Line:290, Could not launch application ("Reset" is the only
option)
Here is the line for catching the normal launch code in the "to be"
launched application
if (cmd == sysAppLaunchCmdNormalLaunch)
It really never even makes it to this line in the launching program. Am
I missing something obvious? What I would really like to ask if anyone
knows where I can find good examples of launching other programs from a
running program. My end goal is to transfer data from one program to
another, so I would really be interested in examples of that. Any help
for finding information about programmatic launching of programs would be
helpful. Thank you all for the help (now and previous)
Marty Fix
[EMAIL PROTECTED]