Re: Rich Text Editor features within a LC8/LC9 app?

2017-10-28 Thread Matthias Rebbe via use-livecode
Roger, thanks for your post. This helped I have so far now a working toolbar with bold, italic, underline, textsize and alignment. The buttons all use one single behaviour script. Your sample put me in the right direction. I will post my solution later next week to this list for those who are

Re: Rich Text Editor features within a LC8/LC9 app?

2017-10-27 Thread Roger Eller via use-livecode
I have a multi-line field which contains editable text (field 15). Above it, I have 4 tiny buttons whose labels are set to "i", "B", "u", and "p". Their names are "txt_style_Itallic", "txt_style_Bold", "txt_style_Underline", and "txt_style_Plain". The Tooltip of each is set to "italic", "bold",

Rich Text Editor features within a LC8/LC9 app?

2017-10-27 Thread Matthias Rebbe via use-livecode
Hi, i am looking for a way to allow the user to format text or parts of text in a Field (Font, Textsize, Color, Alignment and so on). I know there is FieldTrip from Curry and i´ve used it very often in the past, but Fieldtrip is not working correctly in LC8 and LC9. Does anyone have created