The code example is below:
AppLaunchWithCommand('memo', sysAppLaunchCmdNormalLaunch, NULL);
EvtEnqueueKey(chrSmall_H,0,0);
EvtEnqueueKey(chrSmall_E,0,0);
SysTaskDelay(100);
EvtEnqueueKey(chrSmall_L,0,0);
SysTaskDelay(100);
EvtEnqueueKey(chrSmall_L,0,0);
SysTaskDelay(100);
EvtEnqueueKey(chrSmall_O,0,0);
AppEventLoop();
AppStop();
But pause is before launching memo not after!-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
