Project

General

Profile

Bug #2558

Updated by Greg Shah about 9 years ago

If you have a @COMBO-BOX@ widget named 'x' then in the generated code for the enclosing static frame there will be method @public character getX()@ which causes compilation error as there is a method @public NumberType getX()@ in the @CommonFrame@. See an attached sample .p program.

Back