In gbui do the buttons have feedback states,
what i mean to say is that when i move the mouse over the buttons , there seems to be no feedback
i did enable sethoverEnabled to true … but still doesnt seem to work
:?
regds
AgentX
Have you set the bss for a hover event?
check out the HoverTest in com.jmex.bui.tests
styles.bss in the rsrc directory line 68 ish
button:hover {
color: #FF00FF;
}