Hi,

I have an application that installs other apps onto the Palm device (via
beaming). For some reasons, I cannot use the AppShell, so I basically
have to roll my own ExgDBRead() loop to receive a PRC file and install
it into the "untitled" AppShell category.

After I receive the PRC file, I want to tell AppShell to refresh the
"untitled" category, so that the newly download PRC file can show up.
However, there doesn't seem to be any API to do this. The closet I can
do is to do this:

        EventType newEvent;
        newEvent.eType = keyDownEvent;
        newEvent.data.keyDown.chr = launchChr;
        newEvent.data.keyDown.modifiers = commandKeyMask;
        EvtAddEventToQueue (&newEvent);

which kicks me to a random category inside AppShell.

Any hints?

TIA

- Ioi Lam

-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/

Reply via email to