Announcement

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

    TableView setNavIcon ignored

    with the latest build of smartgwt-mobile I try to set a custom icon with TableView.setNavIcon() (NavigationMode.NAVICON_ONLY) or TableView.setWholeRecordNavIcon (NavigationMode.WHOLE_RECORD) when constructing the tableView.

    The new Icon is not displayed, the system shows still the default icon.

    #2
    GWT 2.6.0 Problem

    This is not a problem related to TableView but a more general Problem with GWT 2.6.0:

    When I build the showcase example using the provided build.xml with GWT 2.6.0 it does not show icons e.g. in the RoundedButtons or ToolStrips Examples.
    When I build the same with GWT 2.5.1 all Icons are displayed as expected.

    Comment


      #3
      Thanks for pointing this out. This is now fixed for tomorrow's build.

      Comment


        #4
        not yet perfect

        I tested with the current build (2014-05-09):

        - Rounded Buttons Example has Icons
        - I'm able to set navIcon in TableView
        - Toolbar with Buttons / with segmented Controls Examples still have no icons.

        Comment


          #5
          This issue is now fixed as well, for tomorrow's builds.

          Comment

          Working...
          X