I display text in a non-editable field with:
  FldSetTextPtr(fldp, s);
  FldDrawField(fldp);

Upon 'selecting' this text the field is highlighted.  Then when I 
subsequently display text to this field, with FldSetTextPtr, 
everything is rewritten except that the bottom couple of lines is 
still highlighted.

If I place FldSetSelection(fldp,0,0) prior to these two 
function calls, the problem is fixed.  But I'm not sure this is
the best way to make sure _all_ of the highlight is removed,
in a non-editable field.

What is the best way to fix this problem?
--
-----------------------------------------------------------------
Discussion Group:        http://www.halcyon.com/ipscone/wwwboard/

Protect your constitutional rights. Your favorite one may be next!
-----------------------------------------------------------------

Reply via email to