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
[plugin] IMAP & Pop3 Email Manager
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="WileECoyote" data-source="post: 576316" data-attributes="member: 83474"><p>[USER=99368]vrm[/USER],</p><p>By the way, did you ever set up your two icons on the home page? I was thinking about this the other night, and it would be very simple to impliment. You would need two image controls. The first would be the path to the READ image, which would only be visible if the UNREAD image is not visible.Like this...</p><p></p><p>[CODE]</p><p> <control></p><p> <description>Read Email</description></p><p> <type>image</type></p><p> <id>0</id></p><p> <posX>1140</posX></p><p> <posY>15</posY></p><p> <width>30</width></p><p> <height>30</height></p><p> <texture>Read_Image_File.png</texture></p><p> <visible>!Control.IsVisible(70)</visible></p><p> </control></p><p> <control></p><p> <description>New Email</description></p><p> <type>image</type></p><p> <id>70</id></p><p> <posX>1140</posX></p><p> <posY>15</posY></p><p> <width>30</width></p><p> <height>30</height></p><p> <texture>#new_mail</texture></p><p> </control></p><p></p><p>[/CODE]</p><p></p><p>So when the New Email image goes visible, the Read Email image will hide. And vise-versa when you read the new messages...</p></blockquote><p></p>
[QUOTE="WileECoyote, post: 576316, member: 83474"] [USER=99368]vrm[/USER], By the way, did you ever set up your two icons on the home page? I was thinking about this the other night, and it would be very simple to impliment. You would need two image controls. The first would be the path to the READ image, which would only be visible if the UNREAD image is not visible.Like this... [CODE] <control> <description>Read Email</description> <type>image</type> <id>0</id> <posX>1140</posX> <posY>15</posY> <width>30</width> <height>30</height> <texture>Read_Image_File.png</texture> <visible>!Control.IsVisible(70)</visible> </control> <control> <description>New Email</description> <type>image</type> <id>70</id> <posX>1140</posX> <posY>15</posY> <width>30</width> <height>30</height> <texture>#new_mail</texture> </control> [/CODE] So when the New Email image goes visible, the Read Email image will hide. And vise-versa when you read the new messages... [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Plugins
[plugin] IMAP & Pop3 Email Manager
Contact us
RSS
Top
Bottom