Text erases itself in my multiline CEdit ! Help 
Author Message
 Text erases itself in my multiline CEdit ! Help

I have a multiline CEdit for which I specified

myCedit.LimitText(500);

but after entering 248 caracters (approx.) the next characters typed are
being typed over the first ones entered at the top left of the control.
How do I prevent this ?

Thank you

Daniel Morin



Fri, 19 Oct 2001 03:00:00 GMT  
 Text erases itself in my multiline CEdit ! Help

Quote:
>I have a multiline CEdit for which I specified

>myCedit.LimitText(500);

>but after entering 248 caracters (approx.) the next characters typed are
>being typed over the first ones entered at the top left of the control.
>How do I prevent this ?

Daniel,

This sounds very strange. Limiting the text entry should only prevent
you from entering more characters, it shouldn't cause any wrap effect.

Do you have any other code that might be affecting this situation?

Dave
----
My address is altered to discourage junk mail.
Please post responses to the newsgroup thread,
there's no need for follow-up email copies.



Sat, 20 Oct 2001 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Colored text in MultiLine CEdit

2. How to set text into CEdit (Multiline)

3. How to set multiline text in a CEdit?

4. again, CEdit multiline text

5. Set text color for 1 line in a CEdit control (MultiLine)

6. Draw text without erasing near the text

7. Can CEdit change its color by itself?

8. CEdit cluss multiline property

9. Scrolling problems with CEdit - Multiline on a dialog

10. MFC - CEdit/CEditView Multiline selects

11. Multiline CEdit control

12. Closing a multiline Cedit with VK_RETURN

 

 
Powered by phpBB® Forum Software