home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
MediaPortal 1 Skins
Building a skin from scratch - a tour -
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="kiwijunglist" data-source="post: 1007686" data-attributes="member: 76888"><p>agree, I wish there was a tag you could wrap around a set of controls</p><p> </p><p>eg. ELEMENT TAG HAS</p><p> </p><p>Xscale + Yscale for %multiplicative changing co-ords</p><p>Wscale + Hscale for %multiplicative changing width/height</p><p>ScaleX + ScaleY which %scales co-ords and dimensions.</p><p>Xshift + Yshift for non multiplicative changing co-ords</p><p>Wshift + Hshift for non multiplicative changing width/height</p><p> </p><p><ELEMENT></p><p>img: 0,0 w=200 h=100</p><p>img: 300,0 w=200 h=100</p><p></ELEMENT></p><p> </p><p>Then I can change element tag to <ELEMENT ScaleX="200"> and i get</p><p>img: 0,0 w=400 h=100</p><p>img: 600,0 w=400 h=100</p><p> </p><p><ELEMENT></p><p>img: 100,100 w=200 h=100</p><p>img: 700,100 w=200 h=100</p><p></ELEMENT></p><p> </p><p>If I use ScaleX=200 on this it would use relative co-ordinates so lowest x+y co-ords are 100,100 so that would be considered as 0,0 for scaling then readjusted back.</p><p>img: 100,100 w=400 h=100</p><p>img: 1300,100 w=400 h=100</p></blockquote><p></p>
[QUOTE="kiwijunglist, post: 1007686, member: 76888"] agree, I wish there was a tag you could wrap around a set of controls eg. ELEMENT TAG HAS Xscale + Yscale for %multiplicative changing co-ords Wscale + Hscale for %multiplicative changing width/height ScaleX + ScaleY which %scales co-ords and dimensions. Xshift + Yshift for non multiplicative changing co-ords Wshift + Hshift for non multiplicative changing width/height <ELEMENT> img: 0,0 w=200 h=100 img: 300,0 w=200 h=100 </ELEMENT> Then I can change element tag to <ELEMENT ScaleX="200"> and i get img: 0,0 w=400 h=100 img: 600,0 w=400 h=100 <ELEMENT> img: 100,100 w=200 h=100 img: 700,100 w=200 h=100 </ELEMENT> If I use ScaleX=200 on this it would use relative co-ordinates so lowest x+y co-ords are 100,100 so that would be considered as 0,0 for scaling then readjusted back. img: 100,100 w=400 h=100 img: 1300,100 w=400 h=100 [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Skins
Building a skin from scratch - a tour -
Contact us
RSS
Top
Bottom