Announcement

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

    "_Disabled" images not in Skin

    I'm using the nightly build SNAPSHOT_v8.3d_2012-09-13/Enterprise Deployment 2012-09-13

    I'm setting the icon for a Save button to "[SKIN]/actions/save.png". This works great, except when the button is disabled.
    There are images for "edit_Disabled.png" and "add_Disabled.png". Is it a defect that there is no "save_Disabled.png" or "undo_Disabled.png" in the [SKIN]/actions directory?

    #2
    We don't produce images for every state since many would be rarely used and thy make the skin larger.

    You can use flags like button.showDisabledIcon to avoid the media being fetched, or you can create a disable appearance for the icon - graying it by 50% generally works well.

    Comment


      #3
      showDisabledIcon(false) works for me.
      Thanks.

      Comment

      Working...
      X