How activate a groupbox with a radioButton in visual Prolog

27 Views Asked by At

predicates onRadioButton_PlumasStateChanged : radioButton::stateChangedListener. clauses onRadioButton_PlumasStateChanged(_Source, _OldState, _NewState):- if _NewState = radioButton::selected then gb_Aves:setEnabled(true) else gb_Aves:setEnabled(false).

this es my code and when i tried to build send me syntax error. I dont know why.

0

There are 0 best solutions below