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 Plugins
ListItem pulse lighting
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="Michael.K" data-source="post: 862524" data-attributes="member: 118906"><p>Hello, I need light some ListControl item, how i can do this? its must be pulse animation.</p><p>the item creating like</p><p>[CODE] foreach (var item in contactsList)</p><p> {</p><p> GUIListItem guiListItem = new GUIListItem("Item 1");</p><p> guiListItem.Label = item.GetContactDisplayName();</p><p> guiListItem.IconImage = SkypeHelper.Instance.GetImageForContact(item);</p><p> guiListItem.PinImage = BuildMemoryImage(item.GetAvatar(), "itemava");</p><p> facadeOne.Add(guiListItem);</p><p> guiListItem.OnItemSelected += new GUIListItem.ItemSelectedHandler(guiListItem_OnItemSelected);</p><p> }[/CODE]</p><p>facadeone is ListControl.</p><p>may be i can use PinIcon for show selection? but i can change PinIconWidth and PinIconHeight. </p><p>[CODE]<control></p><p> <id>6001</id></p><p> <description>Contacts</description></p><p> <type>listcontrol</type></p><p> <onleft>5004</onleft></p><p> <onright>5012</onright></p><p> <onup>6001</onup></p><p> <ondown>6001</ondown></p><p> <posX>15</posX></p><p> <posY>110</posY></p><p> <width>610</width></p><p> <height>553</height></p><p> <textureFocus>list_sub_focus.png</textureFocus></p><p> <textureNoFocus>list_sub_focus.png</textureNoFocus></p><p> <textureHeight>40</textureHeight></p><p> <textalign>left</textalign></p><p> <textYOff>10</textYOff></p><p> <spinPosX>540</spinPosX></p><p> <spinPosY>650</spinPosY></p><p> <spinCanFocus>NO</spinCanFocus></p><p> <spinAlign>Right</spinAlign></p><p> <PinIconWidth>610</PinIconWidth></p><p> <PinIconHeight>40</PinIconHeight></p><p> </control>[/CODE]</p><p>pi<span style="color: #000000">cture <span style="font-size: 12px"><span style="font-family: 'arial'">is located in the middle of GUIListItem</span></span></span></p></blockquote><p></p>
[QUOTE="Michael.K, post: 862524, member: 118906"] Hello, I need light some ListControl item, how i can do this? its must be pulse animation. the item creating like [CODE] foreach (var item in contactsList) { GUIListItem guiListItem = new GUIListItem("Item 1"); guiListItem.Label = item.GetContactDisplayName(); guiListItem.IconImage = SkypeHelper.Instance.GetImageForContact(item); guiListItem.PinImage = BuildMemoryImage(item.GetAvatar(), "itemava"); facadeOne.Add(guiListItem); guiListItem.OnItemSelected += new GUIListItem.ItemSelectedHandler(guiListItem_OnItemSelected); }[/CODE] facadeone is ListControl. may be i can use PinIcon for show selection? but i can change PinIconWidth and PinIconHeight. [CODE]<control> <id>6001</id> <description>Contacts</description> <type>listcontrol</type> <onleft>5004</onleft> <onright>5012</onright> <onup>6001</onup> <ondown>6001</ondown> <posX>15</posX> <posY>110</posY> <width>610</width> <height>553</height> <textureFocus>list_sub_focus.png</textureFocus> <textureNoFocus>list_sub_focus.png</textureNoFocus> <textureHeight>40</textureHeight> <textalign>left</textalign> <textYOff>10</textYOff> <spinPosX>540</spinPosX> <spinPosY>650</spinPosY> <spinCanFocus>NO</spinCanFocus> <spinAlign>Right</spinAlign> <PinIconWidth>610</PinIconWidth> <PinIconHeight>40</PinIconHeight> </control>[/CODE] pi[COLOR=#000000]cture [SIZE=3][FONT=arial]is located in the middle of GUIListItem[/FONT][/SIZE][/COLOR] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Plugins
ListItem pulse lighting
Contact us
RSS
Top
Bottom