Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Command Bars
  New Posts New Posts RSS Feed - CXTPRibbonBar derived class handlers issue
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

CXTPRibbonBar derived class handlers issue

 Post Reply Post Reply
Author
Message
Makarand View Drop Down
Senior Member
Senior Member
Avatar

Joined: 27 February 2007
Location: India
Status: Offline
Points: 140
Post Options Post Options   Thanks (0) Thanks(0)   Quote Makarand Quote  Post ReplyReply Direct Link To This Post Topic: CXTPRibbonBar derived class handlers issue
    Posted: 10 December 2010 at 7:15am
Dear CJ Team,


We have created new class which is derived from CXTPRibbonBar. Also we have follwoing handlers in this class.
  
 afx_msg void OnLButtonDown(UINT nFlags, CPoint point);
 afx_msg void OnLButtonUp(UINT nFlags, CPoint point);
 afx_msg void OnMouseMove(UINT nFlags, CPoint point);
 afx_msg void OnRButtonUp(UINT nFlags, CPoint point);

Above handers are use to display pououp menu and get the selection of the controls eg.OnRButtonUp(..). 
Everything is working fine when Ribbon is not minimized (Eatch and every above hander working fine).

Problem with when we minimize the ribbon. 
After setting minimize ribbon our hander are not woking (Not hit when we Rclick any control OnRButtonUp(..) ). 
It only works on Tab strip not on ribbon area.

We are using Version 13.3.0

Please help us to solve this problem.

Thanks in advance.

-Mak
Back to Top
Oleg View Drop Down
Admin Group
Admin Group


Joined: 21 May 2003
Location: United States
Status: Offline
Points: 11234
Post Options Post Options   Thanks (0) Thanks(0)   Quote Oleg Quote  Post ReplyReply Direct Link To This Post Posted: 10 December 2010 at 12:41pm
Hi,

Wrote solution in issuestrack.
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.266 seconds.