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 » Elegant Ribbon Tech Support » Commands Designer in v2 Collapse All
Subject Author Date
Michael Hudgell Jul 16, 2007 - 2:51 AM

Has the Commands Designer been removed in version 2? When one clicks in the command box in VS2005’s property list, there is no ’...’ box to launch the designer...

Technical Support Jul 16, 2007 - 3:08 AM

We confirm that this problem exists in the installer that was uploaded when v.2.0 was released. We fixed it. Please uninstall Elegant Ribbon, download it from our web site and install it again. The updated installer should have the size of 16,999,664 bytes. The problem should be gone.

Michael Hudgell Jul 16, 2007 - 3:15 AM

Thanks for the stunningly quick response, I can confirm that fixes it...

One further question, is it possible to do a ’help’ icon on the far-right of the list of tabs similar to what Office 2007 does?

Technical Support Jul 16, 2007 - 3:32 AM

Unfortunately it is not supported in v.2.0. But we can add it in the version that is coming at the end of July.

Michael Hudgell Jul 16, 2007 - 3:51 AM

Another thing that might be worth you spending some time on... The Application Commands class throws CA2211 warnings as it is currently generated.

http://msdn2.microsoft.com/en-us/library/ms182353(vs.80).aspx

It would be worth considering how one could make it thread-safe to access this (be it making them const etc) and solving this, or (worse choice) suppressing it with a suppression attribute like:

[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2211:NonConstantFieldsShouldNotBeVisible")]

Technical Support Jul 16, 2007 - 10:12 AM

Thank you for your comments. We will look into it.