>Could anyone tell me is there any code examples of creating a gadget like >datebook gadget?
Quennie-- There's less to Gadgets than meets the eye. Just write a gadget handler function to handle the 4 gadget events (formGadgetDrawCmd, erase, HandleEvent, delete), then call FrmSetGadgetHandler in your form initialization code to pass the address of your handler. It sounded intimidating to me the first time I did it, but was obvious once I started. Easier done than said; just dive in. H -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
