Search found 1 match
- Sat Mar 13, 2010 1:04 am
- Forum: Screensaver Factory Support
- Topic: Updating XML X & Y Positions
- Replies: 1
- Views: 2893
Updating XML X & Y Positions
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 ...