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 » Shortcuts not working when MenuInfoAdd is called Collapse All
Subject Author Date
Chris Anderson Apr 24, 2007 - 2:31 PM

When making a call to MenuInfoAdd in the ProfStudio example, the accelarator text vanishes from the menu items and shortcuts no longer work. Is there anything wrong that I am doing?

I just added the line below to the sample to reproduce the issue.

    VERIFY(
        CExtCustomizeSite::MenuInfoAdd(
            this,
            _T("Document"),
            IDR_PROFSTUDIOTYPE,
            true
            )
        );

Thanks

Chris Anderson Apr 25, 2007 - 11:21 AM

Yes but this problem occurs with specific build settings of the Prof UIS dll as mentioned in an earlier post.

Technical Support Apr 25, 2007 - 10:38 AM

There is an article Prof-UIS Customization Subsystem that can be a good starting point for getting started with how to use customize features. Did you read it?

Chris Anderson Apr 25, 2007 - 9:45 AM

This issue is similar to the other issue I reported immediately below.