Hi!

 Need some help turning of the blinking cursor of an
edit field:
FldGetAttributes(fld,&attr);
attr.editable=false;
FldSetAttributes(fld,&attr);
FldDrawField(fld);

 This *should* turn the cursor off, right? It doesn't
:-( I've even tried to change the focus to another
field, modified the field's usable and visible
attributes but none worked.
 Any ideas? Thanks in advance!

B Z

__________________________________________________
Do you Yahoo!?
Yahoo! Tax Center - File online, calculators, forms, and more
http://tax.yahoo.com

-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/

Reply via email to