GeeZ my mail always gets trashed anymore!
this is passed a FIELDID called fieldID
void SetRectFromField(Word
dID){
FieldPtr fld = FrmGetObjectPtr(FrmGetActiveForm(),
FrmGetObjectIndex(FrmGetActiveForm(),fieldID));
displayRect.topLeft.x = fld->rect.topLeft.x;
displayRect.topLeft.y = fld->rect.topLeft.y;
displayRect.extent.x = fld->rect.extent.x;
displayRect.extent.y = fld->rect.extent.y;
}
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/
- Simple question about field Patrick Ouellet
- RE: Simple question about field Jason Davidson
- Re: Simple question about field Dave Lippincott
- Re: Simple question about field Patrick Ouellet
- Re: Simple question about field Patrick Ouellet
- Re: Simple question about field Neelima Thukral
- Re: Simple question about field Neelima Thukral
- RE: Simple question about field Anderson, Thomas
- Re: Simple question about field Dave Lippincott
- Re: Simple question about field Garth Watkins
- Re: Simple question about field HowY
- Re: Simple question about field HowY
- Re: Simple question about field Steve Sabram
