As I understood, the EditorGadget stopped to understand the RTF format in 6.02 version
Check, please, its working in 6.01 and 6.02
Code: Select all
OpenWindow(#PB_Any, 0, 0, 500, 150, "bug", #PB_Window_SystemMenu | #PB_Window_ScreenCentered)
EditorGadget(0, 10, 10, 300, 100)
pp$="{\rtf\ansi\ansicpg1251\fs24\i I don't want to work in PowerBasic 6.02"
SetGadgetText(0, pp$)
Repeat
Event = WaitWindowEvent()
Until Event = #PB_Event_CloseWindow