hi!

  i have found some peculiar behavior with SysAppLaunch.. wonder
  why.. :>

---
  launchCode = sysAppLaunchFlagNewStack | sysAppLaunchFlagNewGlobals;
  SysAppLaunch(cardNo,dbID,launchCode,cmd,cmdPBP,&err);
---

  is supposed to launch a database (cardNo + dbID) and execute it as
  a subroutine call (ie: call PilotMain, then return back to the code
  that called it).

  but... it varies depending on the pilot device i use.. 

  if i put the following code after this:

---
  ErrFatalDisplayIf(TRUE, "i should see this");
---
  
  on a Palm Professional.. i DO NOT see it. on a Palm III, IIIx and V 
  (ie: OS 3+).. i see a dialog display.

  any ideas? was this feature NOT in OS 2 and before?? looking through
  docs for more info right now.. 

  but if anyone knows.. please let me know! :) it is important that 
  i return from that subroutine call..

az.
--
Aaron Ardiri 
Lecturer                       http://www.hig.se/~ardiri/
University-College i G�vle     mailto:[EMAIL PROTECTED]
SE 801 76 G�vle SWEDEN       
Tel: +46 26 64 87 38           Fax: +46 26 64 87 88
Mob: +46 70 352 8192           A/H: +46 26 10 16 11

Reply via email to