![]() |
Status bar double-click notification |
Post Reply ![]() |
Author | |
nick42 ![]() Newbie ![]() Joined: 22 February 2006 Status: Offline Points: 2 |
![]() ![]() ![]() ![]() ![]() Posted: 11 December 2008 at 7:04pm |
We recently updated from 11.3 to 12.0.2, and one of the problems this caused was that a dialog containing a XTPStatusBar is no longer getting notifications for double-click messages. The previous handler was:
ON_NOTIFY(NM_DBLCLK, AFX_IDW_STATUS_BAR, &OnNotifyDblclkStatusBar) This is no longer getting sent. I checked the StatusBar sample project, but there's no click or double-click handler example. Can someone point me in the direction of the replacement code which works in 12.0.2? As an addendum, I can't be sure that this wasn't working due to some custom code which got added to my version of 11.3. I'm really just looking for the best way to make it work again, preferably without hacking the XT code. |
|
![]() |
|
Oleg ![]() Admin Group ![]() Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
![]() ![]() ![]() ![]() ![]() |
Hello,
Yes, sorry CXTPStatusbar don't send NM_DBLCLK :( Please as workaround create class derived from CXTPStatusbar, add message map and catch WM_LBUTTONDBLCLK.
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
![]() |
Post Reply ![]() |
|
Tweet
|
Forum Jump | Forum Permissions ![]() You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |