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
Using setShowMenuButtonImage(false) works initially, but once I hover over the button, the image shows up again
Hello, I just noticed that showMenuButtonImage seems to have no effect
Code:
var menuButton = isc.MenuButton.create({ title: "Menu", showMenuButtonImage:false });
Comment