Professional UI Solutions
Site Map   /  Register
 
 

Forum

Please Log In to post a new message or reply to an existing one. If you are not registered, please register.

NOTE: Some forums may be read-only if you are not currently subscribed to our technical support services.

Forums » Prof-UIS Tech Support » CExtToolControlBar panels menus Collapse All
Subject Author Date
Simon DESEE Aug 15, 2006 - 6:22 AM

Hello all,

My application have somes toolbars with customization actived.

I can access the customize menu, but no menus apperas when I click on the drop down menus of my toolbars. I see a tooltip "Where’s my button".

How can I activate this menu (to hde or show panels) ?

Thanks

Technical Support Aug 15, 2006 - 6:57 AM

There are not enough details in your message to come to any conclusion about what’s wrong. We can only guess there are some collision between Prof-UIS internal command/resource identifiers declared in the ..\Prof-UIS\Include\Resources\resource.h file and your project resource identifiers. If you send us a test project that demonstrates the problem, we can review it and find out what’s wrong.

Simon DESEE Aug 15, 2006 - 6:59 AM

Thanks for your help.

The text menu isn’t wring, just the menu not shown.

I check my identifiers and reply.

Simon DESEE Aug 15, 2006 - 7:06 AM

I control all of my resources.

No identifiers between 30000 and 31000.

Thanks

Technical Support Aug 15, 2006 - 7:43 AM

Do you handle CExtPopupMenuWnd::g_nMsgPrepareMenu, CExtPopupMenuWnd::g_nMsgPrepareOneMenuLevel and/or CExtControlBar::g_nMsgConstructPopupMenu registered Windows messages? For instance, in the ProfStudio sample we handle the CExtControlBar::g_nMsgConstructPopupMenu registered Windows message and modify the built-in Prof-UIS menus displayed over control bar areas, floating mini frame captions and from toolbar chevron buttons. Please do not forget that you can always send us your project or at least the source code of the main frame window so we can find out what’s wrong.

Simon DESEE Aug 15, 2006 - 2:08 PM

Thanks for your explantion.

Your BitmapEditor sample doesn’t use this message and the toolbar menus is shown. How can I do the same thing ?

Thanks