With PB 6.30 B1, this code no longer work :
Code: Select all
If OpenWindow(0, 0, 0, 322, 205, "StringGadget BUG !", #PB_Window_SystemMenu | #PB_Window_ScreenCentered)
StringGadget(0, 10, 10, 200, 150, "aaaaaaa ",#ES_MULTILINE|#WS_BORDER|#WS_VSCROLL|#ES_AUTOVSCROLL|#PB_String_ReadOnly|#ES_WANTRETURN|#ESB_DISABLE_BOTH)
SetGadgetText(0,"absvdhfdhfh")
Repeat : Until WaitWindowEvent() = #PB_Event_CloseWindow
EndIf