"Avilla, Dane" <[EMAIL PROTECTED]> a �crit dans le message news: [EMAIL PROTECTED] > > > i m desesperately trying to create a sroll text area (not > > editable by the > > user) > > but i didn't find any way to link multiple line text with a > > scroll bar. > > could somebody help me please . > > Take a look at the MemoPad SDK code from Palm.com. I've swiped my scrolling > code directly from MemoPad. It's pretty straightforward, the only > difference would be that your app would make the field uneditable. > > Cheers, > > -DGA > >
thank you but there is a real problem with uneditable field because i don't manage to write on multiple line in a field when i use this code: Char *setText = "toto"; myfld = (FieldType *)FrmGetObjectPtr(form, FrmGetObjectIndex(form, fld1)); FldSetTextPtr(myfld, setText); FldDrawField(myfld); -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
