Thread: Q: OnActivate
View Single Post
  #1  
Unread 07-09-2008, 11:29 PM
Minty Minty is offline
A Brown Bear
 
Join Date: Jun 2008
Server: Antonia Bayle
Posts: 9
Default 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=&apos;#BB0000&apos;" OnDeactivate="Parent.F2Label.BackgroundColor=&apos;#999999&apos;" ScrollExtent="10,10" Size="10,10" Visible="false" />

But nothing happen when I hit F2.

Could someone lead me the way out?

Regards,
Attached Files
File Type: xml eq2ui_mainhud_groupmembers.xml (42.3 KB, 263 views)
Reply With Quote