I wish to skin MenuBar, and change it's itemSkin to something else, like different background color for each menu item.
- Is it possible ?
I wish to skin MenuBar, and change it's itemSkin to something else, like different background color for each menu item.
I found the solution
the main idea is to create a class overriding MenuBarItem. Then - about the background - i have create one Image to store the color, and i switched it's position with the label of the menu item.
So far it is sufficiently good solution. :)