Announcement

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

    showMenuButtonImage ignored?

    SmartClient Version: v13.1p_2025-09-07/AllModules Development Only (built 2025-09-07)

    Hello, I just noticed that showMenuButtonImage seems to have no effect
    Code:
    var menuButton = isc.MenuButton.create({
        title: "Menu",
        showMenuButtonImage:false
    });
    Using setShowMenuButtonImage(false) works initially, but once I hover over the button, the image shows up again
    Last edited by claudiobosticco; 7 Sep 2025, 11:51.

    #2
    Thanks Claudio - this one's been fixed for tomorrow's builds, dated September 9 and later

    Comment


      #3
      SmartClient Version: v13.1p_2025-09-09/AllModules Development Only (built 2025-09-09)

      I see it's fixed, thank you very much

      Comment

      Working...
      X