Grey Out res based controller [SOLVED]

On 10/03/2015 at 10:59, xxxxxxxx wrote:

I was wondering if it's possible to grey out res based controller?
I have a checkbox in UI, and if it's off, I want certain elements to grey out.

I know it's doable with GeDialog, but what about res based gui?

Thank you.

On 11/03/2015 at 03:40, xxxxxxxx wrote:

Hello Thomas,

ghosting within an object plugin:
GetDEnabling

Best wishes
Martin

On 11/03/2015 at 07:38, xxxxxxxx wrote:

Hello,

as Martin said, if a parameter of a NodeData based plugin is enabled or not can be defined with GetDEnabling(). You find some code in the Double Circle example.

Best wishes,
Sebastian

On 11/03/2015 at 07:52, xxxxxxxx wrote:

Indeed, thanks Martin for pointing me to right direction.