Re: WinDrawBitmap not working

2007-07-08 Thread Bodo Wenzel
I think you have to call FrmDrawForm() before WinDrawBitmap(). Bodo -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/

Re: WinDrawBitmap not working

2007-07-08 Thread Roger Stringer
The FrmDrawForm() is clearing the screen after you draw the bitmap, so do it first! Also this is the hard way to draw a bitmap on a form. Why not specify the bitmap as a form object? If you continue do this manually, you also have to put code on the frmUpdateEvent to redraw the bitmap

Re: WinDrawBitmap not working

2007-07-08 Thread Lionscribe
Or else put it in as an Extended Gadget, and have the GadgetHandler draw itself. -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/

Re: Disable Blinking bell from launcher when our app get deleted.

2007-07-08 Thread Mukesh Singh
Sorry, But I couldn't understand how to use this api, I also tried to look into Palm OS Reference but couldn't find anything. Waiting for a positive help. Thanks Mukesh -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see

Re: Disable Blinking bell from launcher when our app get deleted.

2007-07-08 Thread Lionscribe
See http://kb.palmsource.com/cgi-bin/palmsource.cfg/php/enduser/std_adp.php?p_faqid=897 for an example. -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/