Page 1 of 1

#PB_Editor_RTF flag for GetGadgetText()

Posted: Sat Jun 24, 2006 10:43 pm
by Joakim Christiansen
This would make the whole world much bether! (it gets the RTF encoding)

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
EDIT:
I had to make my own functions for this: :wink:
http://www.purebasic.fr/english/viewtopic.php?t=22443