Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Toolkit Pro
  New Posts New Posts RSS Feed - Popup Menu is not displaying
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Popup Menu is not displaying

 Post Reply Post Reply
Author
Message
Ashok View Drop Down
Senior Member
Senior Member


Joined: 02 May 2007
Status: Offline
Points: 164
Post Options Post Options   Thanks (0) Thanks(0)   Quote Ashok Quote  Post ReplyReply Direct Link To This Post Topic: Popup Menu is not displaying
    Posted: 14 January 2008 at 6:10am

Hi,

  I have a code like this,

// Get the menu bar

CXTPMenuBar* pMenuBar = pCommandBars->GetMenuBar();

if(pMenuBar == NULL)

{

TRACE0("Failed to create menu bar.\n");

return; // fail to create

}

pMenuBar->LoadMenu(pModifiedMenu,1); // dynamic menu loading

But the popup menu is not displaying,See the uploaded file and please help.uploads/20080114_060849_test.rar
Back to Top
Oleg View Drop Down
Senior Member
Senior Member


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: 14 January 2008 at 9:40am
Hi,
 
Think you don't have them in pModifiedMenu
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS
Back to Top
Ashok View Drop Down
Senior Member
Senior Member


Joined: 02 May 2007
Status: Offline
Points: 164
Post Options Post Options   Thanks (0) Thanks(0)   Quote Ashok Quote  Post ReplyReply Direct Link To This Post Posted: 17 January 2008 at 1:16am

Hi,

 will you please help me, how I can show the popup menu when I am clicking the menu. like if I click File(menu) it should popup, because I have a dynamic menu with popup,if I click(OnInitCommandsPopup) it should popup.Please help with code. Thanks.

Back to Top
Oleg View Drop Down
Senior Member
Senior Member


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: 17 January 2008 at 2:17am
Hi,
Send email to support@codejock.com and I will attach sample.
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS
Back to Top
Ashok View Drop Down
Senior Member
Senior Member


Joined: 02 May 2007
Status: Offline
Points: 164
Post Options Post Options   Thanks (0) Thanks(0)   Quote Ashok Quote  Post ReplyReply Direct Link To This Post Posted: 21 January 2008 at 1:22am
Hi, As per your reply, I have send mail to the support team,but still no solution for that. Please look into that issue,it's urgent.Thanks.
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.047 seconds.