Re: SteppedComboBox problem - correction



correction: the setVisible method i added is:


public void setVisible(boolean isVisible){ if(false==isVisible){ super.hide(); return; } ....


so there is no "!" in the if statement.

Thanks for any help.
.