"Ola Theander" <[EMAIL PROTECTED]> wrote in message news:68811@palm-dev-forum... > > Dear subscribers. > > I would like to know if it's possible to have applications on the Palm that > isn't represented in the Palm OS user interface? I'm planning to develop an > application that consists of several independent sub-applications, so > instead of creating a big monolithic application I would like to do a portal > like application that is accessible to the user. From this portal > application the user can launch the sub applications. The sub-applications > shouldn't be accessible directly by the user.
Sure -- just make your sub-application a type other than 'appl'. Your main app can launch non-'appl' apps, but the Palm OS Launcher won't show them. This approach is used by the "Prefs" application -- it uses a category metaphor to launch individual panels, all of type 'panl'. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
