Print Page | Close Window

Keyboard shortcuts and docking panes

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Toolkit Pro
Forum Description: Topics Related to Codejock Toolkit Pro
URL: http://forum.codejock.com/forum_posts.asp?TID=1663
Printed Date: 07 November 2025 at 6:25am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Keyboard shortcuts and docking panes
Posted By: msamocha
Subject: Keyboard shortcuts and docking panes
Date Posted: 12 January 2005 at 10:07am

My keyboard shortcuts dont work when the focus is on some of my panes.

Anyone has any idea what am I doing wrong?

 




Replies:
Posted By: Oleg
Date Posted: 17 January 2005 at 12:00am

May be you have such code on your pane?

BOOL class::PreTranslateMessage(MSG* pMsg)
{
 if (pMsg->message == WM_KEYDOWN && IsDialogMessage(pMsg))
  return TRUE;
 return classBase::PreTranslateMessage(pMsg);
}



-------------
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net