The expansion card implements a file system, not a memory system. The launcher makes it look kind of like you can launch applications that reside on the card, but in fact, you can't. The application is copied from the card into main memory, and it is run from there. When the application exits, the copy is deleted to free up space for other applications.
You'd need to do what the launcher does, and copy the application you want to launch into main memory before switching to it. I have no idea how you'd do this, or even whether it's possible to do in a forward compatible device independent way. -- Peter Epstein -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
