Why do I get this error message only on OS 3.3 (not on 3.5 or 4.0) when i call: FldSetText. and while we're at it, what value should I pass to: FldSetText (FieldType *fldP, MemHandle textHandle, UInt16 offset, UInt16 size) as the size. I'm assigning to the field the handle of a string resource, and I passes as size, the Handle size. It works fine for the OS3.5 and OS4.0 but gives this error message : "Field.c ... Invelid Size" , on OS3.3. The error is givven when i'm scrolling and therefor setting an offset value other than 0.
for example: what should i do if the Handle/(StrLen+1) is of size 500, and the offset should be 150. (does the size passed should change if the offset changes) - i just can't understand it from the documatation. Thanks, Amir -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
