Updating XML X & Y Positions

Post your questions and problem reports here
Post Reply
downkol
Posts: 1
Joined: Sat Mar 13, 2010 12:57 am

Updating XML X & Y Positions

Post by downkol »

I noticed in the GUI Interface that I can set the X & Y text positioning to a negative integer (ex: -5). When trying to update with the XML file I found that these two different coding's produce the same results:

labelx="60" labely="15"
labelx="60" labely="-15"

The second line has the (-15) instead of (15). Like I said before they produce the same result so how do I code the negative integer? Any help would be appreciated.

downkol
User avatar
Karlis
Site Admin
Posts: 3605
Joined: Mon Jul 15, 2002 5:24 pm
Location: Riga, Latvia, Europe
Contact:

Re: Updating XML X & Y Positions

Post by Karlis »

Negative values are not accepted. Label must be visible on the screen, this it can not start in the invisible area.
Karlis Blumentals
Blumentals Software
www.blumentals.net
Post Reply