Well, this post is a little rant.
I create a popupview with cancel buttons inside to remove it when clicked.
When using the setVisible(false) method, I get [quote]
Warning: Ignoring variable change for disabled component class com.vaadin.ui.Button, caption=Cancel
[/quote]
Only to discover 30minutes later after “going fancy” that the right method was setPopupVisible(false)
Whao! Annoyed, I was. Relieved, I am!
BTW Is there any situation in which the popupview would be inivisible and the component remain visible?
If there isn’t, then …