Dynamic Data in a tooltip?
was wondering if it is possible to put Dynamic Data in a tooltip?
I have tried a couple of different ways, and my results have varied from a simple text listing of my dynamicData line to a fullblown UI crash on loading.
I have successfuly added tooltips to other windows, so am familiar with adding text in one.
I am basically trying to add the full norrath calandar info into a tooltip.
I susspect the problem is the "" around the /GameData lines ( I know they caused the crash, but without them i got just text, not the actual data.
<Text DynamicData="/GameData.General.Time" Font="/Fonts.FontZapf15" LocalText="11:59 AM" LocalTooltip="DynamicData="/GameData.General.Time"
DynamicData="/GameData.General.DayWeek"
DynamicData="/GameData.General.Day" - DynamicData="/GameData.General.Month" - DynamicData="/GameData.General.Year"" Location="13,56" MaxLines="1" Name="Game Time" ScrollExtent="51,17" ShadowStyle="/ShadowStyles.Outline1" Size="51,17" TextAlignment="Center" TextAlignmentVertical="Bottom" TextColor="#EBDEAA" Tooltip="DynamicData="/GameData.General.Time"
DynamicData="/GameData.General.DayWeek"
DynamicData="/GameData.General.Day" - DynamicData="/GameData.General.Month" - DynamicData="/GameData.General.Year"" TooltipStyle="tooltip_default" TruncateElipsis="false">11:59 AM</Text>
|