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.
Subject |
Author |
Date |
|
Vlad K
|
Jan 20, 2009 - 1:22 PM
|
Dear Support, Is it allowed that several instances of CExtRibbonNodeLabel have the same ID being inserte the same pagent (group) of a ribbon? And also is using the same ID for a label and for an edit field in the same Ribbon’s group allowed: Ribbon * Group_A: ** Label_1: ID=124 ** Edit_1: ID=124 //the same * Group_B ...
Thank you! Vladimir
|
|
Vlad K
|
Jan 26, 2009 - 4:08 PM
|
thank you very much for response. Vladimir
|
|
Technical Support
|
Jan 20, 2009 - 1:51 PM
|
Yes, they can have the same identifiers. This is not the problem in case of label buttons. In case of edit fields, the text string inside editor will be the same for all the edit buttons with the same identifier. The ribbon bar automatically synchronizes such edit fields. We recommend you to use unique identifiers for all the buttons to avoid collisions between button properties in the future.
|
|