Announcement

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

    Unnecessary picker box

    Hi,

    I am using <smartgwt.version>12.1-p20210219</smartgwt.version>

    I am having a buttonItem in form, on that buttonItem i am settig different PickerIcon, issue is that as soon as i click on that icon a grey colored box also appers
    Attaching screenshot.
    Code:
    buttonItem.setStartRow(false);
    buttonItem.setEndRow(false);
    buttonItem.setTitle("");
    buttonItem.setPickerIconSrc(ComponentIcons.ATTACHMENTS_ICON);
    buttonItem.setUpdatePickerIconOnOver(true);
    buttonItem.setShowPickerIcon(true);
    buttonItem.setShowFocusedPickerIcon(true);
    buttonItem.setBaseStyle("");
    buttonItem.setPickerIconHeight(30);
    buttonItem.setPickerIconWidth(30);

    Please help me in removing this unwanted grey box
    Attached Files

    #2
    Any update on this?

    Comment


      #3
      Hello guys, your support has expired and we have reached out several times about it being renewed, with no response, even though, after your support first lapsed, we spent multiple months answering all of your questions on the good faith assumption that support would eventually be renewed.

      So - sorry, we understand it's not under your control - but at this point, if you submit a perfectly clear test case showing a bug that is likely to affect other customers, we'll of course always jump on that. Outside of that scenario, you may receive some highly delayed responses some of the time, but your questions are last in line behind a long line of paying customers.

      Sorry for the bad news, and best of luck!

      Comment

      Working...
      X