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
Development
General Development (no feature request here!)
Is there a need for a skin editor?
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="pilehave" data-source="post: 506542" data-attributes="member: 71550"><p>A "group" only has two attributes:</p><p></p><ul> <li data-xf-list-type="ul">layout</li> <li data-xf-list-type="ul">animation</li> </ul><p></p><p>The layout can be:</p><p></p><ul> <li data-xf-list-type="ul">GridLayout</li> <li data-xf-list-type="ul">StackLayout</li> <li data-xf-list-type="ul">RingLayout</li> </ul><p></p><p>A GridLayoutis like a table, and the number of rows/columns, spacing and orientation can be set like this:</p><p></p><p><layout>GridLayout(columns, rows, horizontalSpacing, verticalSpacing, Horizontal)</layout></p><p></p><p></p><p>A StackLayout is a row or column of controls, and can be horizontal or vertical by defining it like:</p><p></p><p><layout>StackLayout(spacing, Vertical)</layout></p><p></p><p>I have never used a RingLayout, but i THINK it is used like this:</p><p></p><p><layout>RingLayout(int horizontalSpacing, int verticalSpacing)</layout></p><p></p><p>I think that was it <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite1" alt=":)" title="Smile :)" loading="lazy" data-shortname=":)" /></p></blockquote><p></p>
[QUOTE="pilehave, post: 506542, member: 71550"] A "group" only has two attributes: [LIST] [*]layout [*]animation [/LIST] The layout can be: [LIST] [*]GridLayout [*]StackLayout [*]RingLayout [/LIST] A GridLayoutis like a table, and the number of rows/columns, spacing and orientation can be set like this: <layout>GridLayout(columns, rows, horizontalSpacing, verticalSpacing, Horizontal)</layout> A StackLayout is a row or column of controls, and can be horizontal or vertical by defining it like: <layout>StackLayout(spacing, Vertical)</layout> I have never used a RingLayout, but i THINK it is used like this: <layout>RingLayout(int horizontalSpacing, int verticalSpacing)</layout> I think that was it :) [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
Development
General Development (no feature request here!)
Is there a need for a skin editor?
Contact us
RSS
Top
Bottom