Hi,
I have a ButtonItem on a form, and when I call show() or hide() on it, I get:
Calling setVisible() doesn't throw but doesn't work either.
Suggestions?
Best,
Michał
I have a ButtonItem on a form, and when I call show() or hide() on it, I get:
Code:
com.google.gwt.core.client.JavaScriptException: (TypeError): Object #<Object> has no method 'show'
Suggestions?
Best,
Michał
Comment