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="Pog" data-source="post: 1010275" data-attributes="member: 97724"><p>There may be a trick to help get around this...</p><p> </p><p>Have a control that is just an image or label.</p><p> </p><p>Use a group control with an invisible button that sits where image/label control is. When the button in the group is focused the whole group will become visible. Note, use dimColor set to zero so the group is invisible when the button is not in focus.</p><p> </p><p>[CODE]<control></p><p> <type>label</type></p><p> <label>LIST</label></p><p></control></p><p> </p><p><control></p><p> <type>group</type></p><p> <dimColor>00000000</dimColor></p><p> <control></p><p> <type>button</type></p><p> <label>LIST</label></p><p> </control></p><p> <control></p><p> <type>label</type></p><p> </control></p><p></control>[/CODE]</p></blockquote><p></p>
[QUOTE="Pog, post: 1010275, member: 97724"] There may be a trick to help get around this... Have a control that is just an image or label. Use a group control with an invisible button that sits where image/label control is. When the button in the group is focused the whole group will become visible. Note, use dimColor set to zero so the group is invisible when the button is not in focus. [CODE]<control> <type>label</type> <label>LIST</label> </control> <control> <type>group</type> <dimColor>00000000</dimColor> <control> <type>button</type> <label>LIST</label> </control> <control> <type>label</type> </control> </control>[/CODE] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Skins
Building a skin from scratch - a tour -
Contact us
RSS
Top
Bottom