GrayOut GeDialog Elements [SOLVED]
-
On 03/12/2014 at 12:02, xxxxxxxx wrote:
Hello everybody,
maybe its a stupid question, because the answer is quiet easy, but how to gray out elements of GeDialogs?
GetDEnabling
doesnt work, of course, its a method of NodeDatas.
Is it possible at all?greetings
rown -
On 03/12/2014 at 12:19, xxxxxxxx wrote:
Hello rown,
you can use
(10024 = your specific gui id)
self.Enable(10024,False) and self.Enable(10024,True)Best wishes
Martin -
On 03/12/2014 at 13:11, xxxxxxxx wrote:
Hey Martin,
perfect!
Thx alot
rown