Professional UI Solutions
Site Map   /  Register
 
 

Forum

Please Log In to post a new message or reply to an existing one. If you are not registered, please register.

NOTE: Some forums may be read-only if you are not currently subscribed to our technical support services.

Forums » Prof-UIS Tech Support » CExtGridWnd - main window accelerator commands not handled when CExtGridWnd has focus Collapse All
Subject Author Date
Alastair Watts Aug 4, 2015 - 6:10 AM

My main windows accelerator commands are not handled when CExtGridWnd is focused ... I’m guessing I need to override OnGbwAnalyzeCellKeyEvent() and forward these messages, but am unsure how to.


 

Art Wilkes Aug 4, 2015 - 7:34 AM

The grid class doesn’t handle by default any accelerator command. Watch "m_dwSupportedAccelCommands" member. In profuiscontrols demo applications, enter a grid cell in edit mode and you can activate the main menu from keyboerd (Alt+V for example).
Prof-UIS Support