1. How do you clear a MleText?

Hello All,

clearWindow(myMleText) dosen't work.

Don Cole

new topic     » topic index » view message » categorize

2. Re: How do you clear a MleText?

This is just like the RichEdit question earlier. You need:
setText(myMleText,"")

new topic     » goto parent     » topic index » view message » categorize

3. Re: How do you clear a MleText?

Thank you Arthur,

Works fine.

I was thinking of setText(myMleText,repeat(' ',1000)) but I guess that's not necessary.

Don Cole

new topic     » goto parent     » topic index » view message » categorize

4. Re: How do you clear a MleText?

doncole2009 said...

Thank you Arthur,

Works fine.

I was thinking of setText(myMleText,repeat(' ',1000)) but I guess that's not necessary.

Don Cole

Also, as I note, I'd like to point out, that clearWindow is for painting functions on the Window. If you had drawn a bitmap the window and you'd want to clear it, then you'd use clearWindow. Just to clear up any confusion about clearWindow.

new topic     » goto parent     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu