#PB_Editor_RTF flag for GetGadgetText()
Posted: Sat Jun 24, 2006 10:43 pm
This would make the whole world much bether! (it gets the RTF encoding)
EDIT:
I had to make my own functions for this:
http://www.purebasic.fr/english/viewtopic.php?t=22443
Code: Select all
String.s = GetGadgetText(#Editor,#PB_Editor_RTF)
SetGadgetText(#Editor2,String) ;And one could use this to put the nice formatted text info another editor gadget
I had to make my own functions for this:

http://www.purebasic.fr/english/viewtopic.php?t=22443