> ok I got it to work > but it feels wrong why?
> ControlType *ctlP; > Char label[256]; > > ctlP = FrmGetObjectPtr(frmP, > FrmGetObjectIndex( frmP, frmPopupTrig1 )); > StrCopy(label, CtlGetLabel( ctlP )); will also work. why waste a pointer? -- Aaron Ardiri [EMAIL PROTECTED] http://www.mobilewizardry.com/ -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
