Announcement

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

    ButtonItem invisible

    Hello,
    I am using smartgwt and trying to create a form with fields and buttons. The problem is that when the page loads the buttons exist in html code but are invisible. That is until i resize my window and then they appear normally. I am using default styling for everything.

    To reproduce it just create a form with buttons and add the form to a GWT VerticalPanel. Then just add this panel to RootPanel and you will face the problem i am talking about.
    I tested in chrome and ff and the problem exists in both of them.

    Have a nice day!

    #2
    Hi,

    did you see this FAQ entry? Also, in a SmartGWT-only setting you would not use RootPanel but yourMainLayout.draw(). See the BuiltInDS sample for this.

    Best regards
    Blama

    Comment

    Working...
    X