Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Docking Pane
  New Posts New Posts RSS Feed - Problem with context-menu in focused pane
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Problem with context-menu in focused pane

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

Joined: 26 July 2006
Status: Offline
Points: 1672
Post Options Post Options   Thanks (0) Thanks(0)   Quote znakeeye Quote  Post ReplyReply Direct Link To This Post Topic: Problem with context-menu in focused pane
    Posted: 14 June 2009 at 7:27pm
XTP 13.
 
Pane X is not focused. When I right-click it, a context-menu is displayed. The menu items are incorrectly updated due to the fact that pane X is not focused! (I override OnCmdMsg...).
 
I've tried calling SetFocus() in CMyPaneChildWnd::OnRButtonDown(), but the focus is gained after the context-menu is dismissed. How can I make sure my window has focus before the menu is displayed? In Explorer items get focused immediately when right-clicking...!
 
Thanks!
PokerMemento - http://www.pokermemento.com/
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: 15 June 2009 at 3:15am
Hi,
 
Call m_paneManager.UpdatePanes() after SetFocus line.
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS
Back to Top
znakeeye View Drop Down
Senior Member
Senior Member
Avatar

Joined: 26 July 2006
Status: Offline
Points: 1672
Post Options Post Options   Thanks (0) Thanks(0)   Quote znakeeye Quote  Post ReplyReply Direct Link To This Post Posted: 16 June 2009 at 4:09am
Thanks a lot! Have had this problem for months :P
PokerMemento - http://www.pokermemento.com/
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.109 seconds.