|
From: Mike W. <sm...@ci...> - 2011-03-07 17:02:04
|
Hi everyone, I have a plug-in with a string parameter defined as "kOfxParamStringIsLabel" for displaying additional information of another parameter to user. I am trying to update its content during a "instanceChanged" callback but it doesn't update at all (the paramSetValue call returns kOfxStatOK though). From the 1.2 documentation, it says a "Label" type string is not user-editable but it doesn't mention whether it's plug-in editable. any idea? I am using "kOfxParamStringIsMultiLine" type (Enabled=0) as a workaround instead at the moment. I am testing on Nuke 6.2v2. Any idea ? Thanks. Mike |