EditorGadget
Posted: Mon Apr 01, 2013 7:40 am
Hi,
i have some trouble in EditorGadget.
Sometimes i can't add char like "#", "{", ... using Alt+Control keys.
For example with this code :
If i press Alt+PageDown 3 times or more,
Alt+Control+3 don't add a "#" but an another symbol...
I'm using a French PC.
Thanks
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