Announcement

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

    MenuButton wit image only

    Hello Isomorphic

    I'd like to have a MenuButton with only an image in the center of the button. No title, no arrow icons.. The image should change when menu is opened or mouse is over the button.
    How can I accomplish this task?

    I tried to use IMenuButton with menuButtonImage. This image has changed to menuButtonImageUp when menu is opened which I need.. But I couldn't stretch that image over whole button or change it on mouser over the button.

    Thank you very much

    #2
    Consider using either IconMenuButton with showButtonTitle:false or just an ImgButton where you manage showing the Menu yourself via a click handler.

    Comment

    Working...
    X