DialogLauncher implementation on RibbonPanelSource
Hello.
Does Bricscad c# API implements this method?
The DiaglogLauncher method, of the Class RibbonPanelSource, is needed to create the little button at the lower right of a Panel.
I'm searching it based on this topic: https://forums.autodesk.com/t5/net-forum/net-c-ribbon-tab/td-p/3920030
If it's not implemented, what would be a workaround?
Comments
-
It's not implemented.
I contacted BricsCAD support, and they confirmed that there are no plans to implement it in the near future.
For now, a simple workaround would be to change the way the commands are called by using other ribbon structures that are already supported.
Another option is to modify the ribbon files directly instead of using the API. However, this approach is more complex, and I would not recommend it.
0