Re: Doc bug on FldSetTextPtr

2000-07-13 Thread Ken Krugler
Ben, Thanks for the bug report... At 12:00am -0700 00-07-13, Palm Developer Forum digest wrote: >Subject: Doc bug on FldSetTextPtr >From: "Ben Combee" <[EMAIL PROTECTED]> >Date: Wed, 12 Jul 2000 14:08:11 -0400 >X-Message-Number: 59 > >The 3.5 SDK docs for FldS

Doc bug on FldSetTextPtr

2000-07-12 Thread Ben Combee
The 3.5 SDK docs for FldSetTextPtr indicate that you should call FldSetTextPtr(fld, NULL) before deleting the contents of the field. However, this causes an emulator crash (at least in the 3.2 debug ROM) due to FldSetTextPtr calling StrLen on the passed-in string pointer. Is this usage sup