Page 1 of 1

EditorGadget should add #PB_Editor_Rtf

Posted: Fri Jan 27, 2017 10:10 am
by gurj
EditorGadget should add #PB_Editor_Rtf
if use #PB_Editor_Rtf,when load text,to display RTF
if not use #PB_Editor_Rtf,when load text,to display text

Re: EditorGadget should add #PB_Editor_Rtf

Posted: Fri Jan 27, 2017 4:31 pm
by IdeasVacuum
+1
Would be useful. Currently, I load the editor from the RTF file, use GetGadgetText() to collect the content as text only, then SetGadgetText().