Hi,

I am sending a database like this inside a menuEvent handler:

    /*
     * Send the PRC file of the MIDlet.
     */
    err = ExgPut(socketPtr);
    if (!err) {
        err = ExgDBWrite(WriteDBData, socketPtr, NULL, dbID, cardNo);
        err = ExgDisconnect(socketPtr, err);
    }

Sometimes the LCD display gets corrupted after the ExgPut() call. Just
like some random dots appear at the lowe part of the screen.

Even afte the beaming is finished or cancelled, the corrupt display
still remains. I need to go to another application, or soft reset the
device in order to 'clean' the LCD screen.

This is really weird. Has anyone seen this before?

Thanks

-- 
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