|
I have trouble with assigning a callback function in python to the selectCommand and selectionChangedCommand flags for the treeView UI command. Can someone post a working example of how to achieve this?
|
|
|
himanish 28 January 2012 07:18 AM
I have trouble with assigning a callback function in python to the selectCommand and selectionChangedCommand flags for the treeView UI command. Can someone post a working example of how to achieve this?
I figured that for some UI callbacks in python, python functions won’t work. In this case, a mel procedure has to be ‘callbacked’ from which the desired python function can be executed.
|
|
|
|
just encountered that same bug/limitation, check out this thread:
http://area.autodesk.com/for...hon-ui-control-callbacks/
|
|
|