Import action doesnt work in the model chooser dialog
Hi i have created a simple model chooser with an plugin action to import the dependency and the used languages. But i see the add button in the model chooser doesnt show any of the existing languages/dependency any help would be greatly appreciated.Here is the model chooser that i have created. Thanks in advance.
Please sign in to leave a comment.
Can you share more details on how you implemented your model chooser?
I have created a Action group with the action. In the action i have used the Model Chooser dialog.
You may try setting the "execute outside command" flag to true, in order to have your action run in the edit thread. This is mandatory for any actions that manipulate the UI.
Vaclav