JRibbon.addAnchoredCommand(CommandButtonProjection projection, int index) Support? #511
Answered
by
kirill-grouchnikov
MichaelWDenney
asked this question in
Q&A
-
|
We are attempting to build with our branch of the library but are getting the following error: The call to addAnchoredCommand has been in our code for months and the main branch seems to support JRibbon.addAnchoredCommand(CommandButtonProjection projection, int index). Any idea why our branch seems to be out of synch? |
Beta Was this translation helpful? Give feedback.
Answered by
kirill-grouchnikov
Mar 5, 2025
Replies: 1 comment 3 replies
-
|
The index-based API was added in 67645c0 for your request in #495. Maybe your branch hasn't been updated to the latest from Radiance, and you're on on older version (7.5)? |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
MichaelWDenney
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The index-based API was added in 67645c0 for your request in #495. Maybe your branch hasn't been updated to the latest from Radiance, and you're on on older version (7.5)?