Thread: Q: OnActivate
View Single Post
  #2  
Unread 07-10-2008, 05:00 AM
Minty Minty is offline
A Brown Bear
 
Join Date: Jun 2008
Server: Antonia Bayle
Posts: 9
Default I found my bug

I found my bug that I didn't set actions,

<Text AbsorbsInput="false" actiontype="Target" DynamicData="/GameData.Target.Name" Font="/Fonts.FontZapf15" LocalText="Longernamethanallowed" MaximumSize="0,0" Name="Name" OnShow="Parent.GroupMember1.MemberInfoPage.FocusTrigger.Activated=((Parent.Group Member1.MemberInfoPage.Name.LocalText)==(LocalText)) visible=false" ScrollExtent="148,15" TextAlignment="Right" Visible="false"></Text>
<Page DynamicData="/GameData.Target.Window" DynamicDataFilter="0001" Name="LabelReseter" OnHide="Parent.GroupMember1.MemberInfoPage.FocusTrigger.Activated=false " Visible="false"/>

It is working after I inserted that text and page.


Thank you,
Reply With Quote