Page 1 of 1

EditorGadget

Posted: Mon Apr 01, 2013 7:40 am
by lavachri
Hi,
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 
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

Re: EditorGadget

Posted: Sat Jun 29, 2013 3:17 pm
by Fred
I don't think it's PB specific but more like a RichEdit "feature".