| Author | Topic: Selected Text in MLE |
---|
| Nick Ramoundos | Selected Text in MLE
on Sat, 09 Mar 2019 19:05:32 +0100Does anyone know the presentation parameters that control the foreground
and background colors of selected text in xbpMLE and xbpSLE?
Much thanks in advance.
Nick Ramoundos |
| Jim Lee | Re: Selected Text in MLE
on Sun, 10 Mar 2019 09:19:21 +0100hi,
> Does anyone know the presentation parameters that control the foreground
> and background colors of selected text in xbpMLE and xbpSLE?
you need to use o:Marked
AEVAL( ::EditControls, { | oXbp | oXbp:setInputFocus := ;
o:setMarked({1,o:bufferLength+1})}})
---
Diese E-Mail wurde von AVG auf Viren geprüft.
http://www.avg.com |
| Nick Ramoundos | Re: Selected Text in MLE
on Tue, 12 Mar 2019 02:22:10 +0100Perhaps I wasn't clear in what I was looking for:
Current the marked text display white on blue.
I want the maked text to display white on red.
Thanks inadvance,
Nick |
| Jim Lee | Re: Selected Text in MLE
on Wed, 13 Mar 2019 02:31:39 +0100hi,
> Current the marked text display white on blue.
> I want the maked text to display white on red.
you can use o:SetColorBG but if you use o:Marked it will always hilite with
OS Color
---
Diese E-Mail wurde von AVG auf Viren geprüft.
http://www.avg.com |