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
Updating XML X & Y Positions
- Karlis
- Site Admin
- Posts: 3605
- Joined: Mon Jul 15, 2002 5:24 pm
- Location: Riga, Latvia, Europe
- Contact:
Re: Updating XML X & Y Positions
Negative values are not accepted. Label must be visible on the screen, this it can not start in the invisible area.