View Single Post
  #4  
Unread 08-31-2005, 11:58 AM
Lange Lange is offline
A Griffon
Interface Author - Click to view interfaces
 
Join Date: Oct 2004
Posts: 101
Default

Thanks for the tip Landiin. The few different ways I've tried testing this still haven't worked. I *think* I have it now, but am at work and can't test this.. Does this look right?

Within my implied target type page I have a text field called "Name" that looks like this
<Text
AbsorbsInput="false"
actiontype="Target"
DynamicData="/GameData.ImpliedTarget.Name"
Font="/Fonts.FontZapf15"
LocalText="Darathar"
Location="1,16"
MaximumSize="129,17"
MaxLines="1"
Name="Name"
ScrollExtent="129,17"
ShadowStyle="/ShadowStyles.Outline1"
Size="129,17"
TextAlignment="Center"
TruncateElipsis="false">Darathar
</Text>

Followed by "TargetButton", a button that looks like this:
<Button
BackgroundOpacity="0.000"
Location="1,16"
Name="TargetButton"
OnPress="Target=Name.LocalText"
ScrollExtent="127,17"
Size="127,17"
Style="/assist_style"
Visible="false">
</Button>

Does that look right, am I missing something or maybe I should kill the Style variable?
Reply With Quote