Page 1 of 1

TextEditor vs Textview

Posted: Sun Jun 04, 2023 2:14 pm
by papiosaur
Hello,

i use a texteditor object window because it seems show readme file in 80 columns, but the text is editable...

If i use Textview object window, it seems to show in 60 columns.

Is there a possibility to show a file with Textview in 80 columns ?

Thanks

Re: TextEditor vs Textview

Posted: Sun Jun 04, 2023 3:06 pm
by plouf
lets see

you have a problem, problem is that texteditor is editable but you dont want that, you want to be readonly
Open manual of RapaGUI and see ALL texteditor options, read them and see if anything fill your needs ?

i thjnk that https://www.hollywood-mal.com/docs/html ... dOnly.html

aditionally textview support width attribute to set its width as long as you need

Re: TextEditor vs Textview

Posted: Mon Jun 05, 2023 6:27 am
by papiosaur
Thanks a lot plouf!

i didn't think TextEditor should have this option.