Q: OnActivate
Hi there,
I am tring to realize changing color on label when F2-F6 hit on group member window.
And I tried to modify from Kithicor UI mods.
Attached file is my sample which is not working.
I added button in line 21,
<Button Name="FocusTrigger" OnActivate="Parent.F2Label.BackgroundColor='#BB0000'" OnDeactivate="Parent.F2Label.BackgroundColor='#999999'" ScrollExtent="10,10" Size="10,10" Visible="false" />
But nothing happen when I hit F2.
Could someone lead me the way out?
Regards,
|