View Single Post
  #2  
Unread 09-13-2007, 12:28 PM
Othesus's Avatar
Othesus Othesus is offline
A Griffon
This person is a EQ2Map developer.
Interface Author - Click to view interfaces
 
Join Date: Mar 2005
Server: Lucan DLere
Posts: 847
Default

Looks like this window didn't show up today. Maybe tomorrow or Monday?

I'll post a screenshot here in a sec.


and



It looks like the character biography is cut off on the right edge.

Hmm, here's the problem, in lines 7 and 8:

<Page AbsorbsInput="false" Location="4,0" Name="BioText" PackSize="absolute,absolute" PackSizeProp="0024/0001,0006/0001" ScrollExtent="278,143" Size="278,143">
<Text AbsorbsInput="false" Font="/TextStyles.Normal.NormalStyle" LocalText="[DEV]Sample 2 one two three four five six seven eight nine ten" Location="0,3" Margin="3,0,5,0" MaximumSize="3000,3000" Name="Text" PackSize="absolute,absolute" PackSizeProp="-018/0001,0003/0001" ScrollExtent="296,140" Size="296,140">:77a22014dabe1a8a:[DEV]Sample 2 one two three four five six seven eight nine ten</Text>
</Page>

The Text object is larger than the page containing it. The Text object should be only 278 wide also.
__________________

Visit Othesus World!

Last edited by Othesus : 09-13-2007 at 05:01 PM.
Reply With Quote