> From: Anuradha J
>
> when I say
> gadData= FrmGetGadgetData(form,index); where gadData
> is of type void *
>
> I don't get any content in gadData variable.
>

The data field in a gadget is pointer to user-defined data.  There is no
data unless you put it there with FrmSetGadgetData.

> How do I get data within a gadget in to
> a variable instead of bitmap?
>

I don't understand what you mean by "in to a variable instead of bitmap".
If you want to store graphics, you probably want to use a bitmap.  What data
are you trying to get with the FrmGetGadgetData?


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