Hi all,
Need help urgently.
I used "LaunchWithCommand()", which is nothing but,
SysUIAppSwitch() in one place.
But, after execute this("LaunchWithCommand()"), Is
there any possiblity to deactivate this
("LaunchWithCommand()") ?
Description:
Let's say, I used "LaunchWithCommand()" under one
button seletion place.
This should execute always in this place.
After the button selection, It goes to some funtions,
Inside those functions, I am checking one condition,
Suppose Result is "false" from that condition, I dont
want to execute that "LaunchWithCommand()" process.
How to do this?
Example code:
case MainOkButton:
LaunchWithCommand(type, creator,
sysAppLaunchCmdNormalLaunch, NULL);
........................
boolean val = ValCheck();
if()
{
... some functions....
}
else
{
If it is 'else', I dont want to Launch that
application which I mentioned in the first line. How
to do this here?
}
break;
- cathy.
__________________________________________________________
Yahoo! India Matrimony: Find your partner now. Go to http://yahoo.shaadi.com
--
For information on using the PalmSource Developer Forums, or to unsubscribe,
please see http://www.palmos.com/dev/support/forums/