Announcement

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

    Hilites in SelectItem / ComboBoxItem pickList supported?

    Hi Isomorphic,

    are Hilites on pickLists set like this supported (in 6.1)?
    Code:
    ListGrid plProps = new ListGrid() {
    {
    setDataFetchMode(FetchMode.BASIC);
    setHilites(new Hilite[] { new DisabledCategoryHilite() });
    }
    };
    setPickListProperties(plProps);
    Because for me this does not work - if this should work, I'll create a testcase for it.

    Best regards
    Blama

    #2
    We've made a change to address this issue. Please try the next nightly build, dated February 24.

    Regards
    Isomorphic Software

    Comment


      #3
      Hi Isomorphic,

      thanks, it is working now.

      Best regards
      Blama

      Comment


        #4
        Hi Isomorphic,

        short question in the same area (no bug report, I did not start yet but I'm not sure it will work), is this supported?

        SmartGWT 6.1 SelectItem with setPickListFields() and setPickListProperties() with a ListGrid with a @Override getCellHoverComponent(), so that I can show custom Hover Component (like here), but in a SelectItem.

        I remember you saying that @Override is not supported in combination with setPickListProperties(), which would mean I'll have to go a different way to show this information.

        Best regards
        Blama

        Comment


          #5
          This is the post from 2015 where you say:
          Originally posted by Isomorphic View Post
          No, not possible. In general, Override methods don't work with setSomethingProperties() APIs.
          I assume this still valid?

          Best regards
          Blama

          Comment


            #6
            Yes, this is still valid.

            Comment

            Working...
            X