i have some trouble in EditorGadget.
Sometimes i can't add char like "#", "{", ... using Alt+Control keys.
For example with this code :
Code: Select all
If OpenWindow(0, 0, 0, 322, 150, "EditorGadget", #PB_Window_SystemMenu | #PB_Window_ScreenCentered)
EditorGadget(0, 8, 8, 306, 133)
SetActiveGadget( 0 )
Repeat : Until WaitWindowEvent() = #PB_Event_CloseWindow
EndIf
Alt+Control+3 don't add a "#" but an another symbol...
I'm using a French PC.
Thanks