Re: setting text color in Rich Edit

new topic     » goto parent     » topic index » view thread      » older message » newer message

----- Original Message -----
From: "Dan B Moyer" <DANMOYER at PRODIGY.NET>
To: <EUPHORIA at LISTSERV.MUOHIO.EDU>
Sent: Tuesday, October 10, 2000 12:26 AM
Subject: setting text color in Rich Edit

> At this point, (unless maybe someone knows how to programmatically select
> text in an acceptable fashion), looks to me like what you did with your
own
> editor may be the better bet?

Its undocumented but the setIndex() routine can be used to select text on
RichEdit controls.

eg..
    -- Select characters 30 - 43 inclusive...
    setIndex(RE, {30, 43})

I should really update the docs on this one. blink

----
cheers,
Derek

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu