Hi all, Is there a way to filter out indescent mails from this developer forum. It hurts to see mails like the one from "Mr. Towel Head" on a platform like this. Thanks, Sridhar nuthi -----Original Message----- From: Ben Combee [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 17, 2001 5:43 PM To: Palm Developer Forum Subject: Re: fld dis-editable at runtime "Sean" <[EMAIL PROTECTED]> wrote in message news:46118@palm-dev-forum... > > Hi, > > How do you change an editable input field to become non-editable at > runtime? I was expecting an api something like FldSetEnabled(false), > but cannot find one? Editable is an attribute of a field. Use FldGetAttrbutes, modify the returned bitfield, then use FldSetAttributes, i.e. FldGetAttributes(fld, &attr); attr.editable = true; FldSetAttributes(fld, &attr); -- Ben Combee, [EMAIL PROTECTED] Techwood Broadcasting Foundation, Austin Bureau -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/ -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
