EditorGadget

Windows specific forum
lavachri
User
User
Posts: 19
Joined: Tue Oct 14, 2008 3:01 pm
Location: French

EditorGadget

Post 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
Fred
Administrator
Administrator
Posts: 18162
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Re: EditorGadget

Post by Fred »

I don't think it's PB specific but more like a RichEdit "feature".
Post Reply