From: "Flora_Mahdavi" <[EMAIL PROTECTED]>
Subject: Display bitmap image
> I'm using the following to store a bitmap pointer strait from screen to
> memory:
> GetSignatureGadgetBounds( &theGadgetBounds );
> gBitmapPtr = GetSignatureBitmap(&theGadgetBounds);
> GetSignatureGadgetBounds & GetSignatureBitmap are tow functions that I'm
> sure work fine. after this I want to display this iamge to the screen
again;
I have to suspect that the GetSignature* functions do *not* work as you
expect.
In the first place, if you want the bounds of a gadget on a form, you can
use FrmGetObjectBounds(). And, in the second place, why not use
WinCopyRectangle() to copy the image from/to the screen?
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/