Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    ButtonItem.hide() does not exist?

    Hi,

    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'
    Calling setVisible() doesn't throw but doesn't work either.

    Suggestions?

    Best,
    Michał

    #2
    OK, I figured it out: I must call setShowIfCondition() instead.

    Michał

    Comment

    Working...
    X