Hello Manfred,
actually I didn't use the variables window.
I just issued a trace command within the OnSetEnable method of my class, which is iherited from Core::Group.
There is already an OnGetEnabled metho inherited. Obviously this isn't executed. So I overrode the class member by one of those two:
return viewState.contains( Core::ViewState[ Enabled ]);
return super();
This trace command in the OnSetEnable method still returns not the value of Enabled:
trace "MenueVariabel.Enabled Enabled=", Enabled;
Best regards, Roland