When I mouse over (hover) in win32 or select/tap n hold
the button turns red (Hover Icon).
Then if I press that button the button turns grey (Hilite Icon)
and takes me to my content card.
If I go back to that Login card the button is green while
the page is turning.
Then turns back to grey as soon at the page stops turning.
On my previous projects I thougt it was a residule touch
that would turn the button to grey again.
But its the last status the button was in when the card was last visible.
So to switch the Hilite off for the button:
Code: Select all
on openCard
--This fixes the Grey(Hilite Icon) Login button back to Green(Icon)
if the hilite of button "Login" is true then
set the hilite of button "Login" to false
end if
end openCard