<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "show/hide entity on graphical pages"]]></title>
		<link>http://mango.serotoninsoftware.com/forum/posts/list/3.page</link>
		<description><![CDATA[Latest messages posted in the topic "show/hide entity on graphical pages"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>show/hide entity on graphical pages</title>
				<description><![CDATA[ hi,<br /> <br /> what would be the easiest way to show or hide an entity on the pages?<br /> <br /> i.e. simple point showing mins remaning... but no relevant when the process is not running...<br /> <br /> i've had a look and not been able to see anything other than making a white image block and covering the item in question based on simple point integer value.<br /> <br /> thanks<br /> <br /> Neil]]></description>
				<guid isPermaLink="true">http://mango.serotoninsoftware.com/forum/posts/preList/465/2213.page</guid>
				<link>http://mango.serotoninsoftware.com/forum/posts/preList/465/2213.page</link>
				<pubDate><![CDATA[Thu, 22 Jul 2010 05:00:28]]> GMT</pubDate>
				<author><![CDATA[ skiv71]]></author>
			</item>
			<item>
				<title>Re:show/hide entity on graphical pages</title>
				<description><![CDATA[ if i cannot do this, i know i can do this, but i dont know the code :-/<br /> <br /> server side script... holding register tag...<br /> <br /> test tag &gt; 0 then show text box but embed tag value next to text<br /> <br /> else show nothing...<br /> <br /> i been messing with some syntax but not working..<br /> <br /> any pointers please...<br /> <br /> thanks<br /> ]]></description>
				<guid isPermaLink="true">http://mango.serotoninsoftware.com/forum/posts/preList/465/2214.page</guid>
				<link>http://mango.serotoninsoftware.com/forum/posts/preList/465/2214.page</link>
				<pubDate><![CDATA[Thu, 22 Jul 2010 07:03:38]]> GMT</pubDate>
				<author><![CDATA[ skiv71]]></author>
			</item>
			<item>
				<title>Re:show/hide entity on graphical pages</title>
				<description><![CDATA[ i got this but i dont know how to display the value within the &lt;span&gt; bit :-/<br /> <br /> please help<br /> <br /> [code]<br /> <br /> if (value&gt;0)<br /> return '&lt;span style="background-color:#F8BB00;font-size:10px;font-weight:regular;border:1px solid #F07800;padding:1px 5px 1px 5px;"&gt;defrost time left:  &lt;span style="font-weight:bold"&gt; 0 mins&lt;/span&gt;'<br /> else;<br /> ]]></description>
				<guid isPermaLink="true">http://mango.serotoninsoftware.com/forum/posts/preList/465/2215.page</guid>
				<link>http://mango.serotoninsoftware.com/forum/posts/preList/465/2215.page</link>
				<pubDate><![CDATA[Thu, 22 Jul 2010 08:51:40]]> GMT</pubDate>
				<author><![CDATA[ skiv71]]></author>
			</item>
			<item>
				<title>Re:show/hide entity on graphical pages</title>
				<description><![CDATA[ Try this:<br /> <br /> [code]<br /> var s = &quot;&quot;;<br /> if (value &gt 0) {<br />   s += '&lt;span style="background-color:#F8BB00;font-size:10px;';<br />   s += 'font-weight:regular;border:1px solid #F07800;';<br />   s += 'padding:1px 5px 1px 5px;"&gt;defrost time left: &lt;span style="';<br />   s += 'font-weight:bold"&gt; '+ value +' mins&lt;/span&gt;';<br /> }<br /> return s;<br /> [/code]<br /> ]]></description>
				<guid isPermaLink="true">http://mango.serotoninsoftware.com/forum/posts/preList/465/2217.page</guid>
				<link>http://mango.serotoninsoftware.com/forum/posts/preList/465/2217.page</link>
				<pubDate><![CDATA[Thu, 22 Jul 2010 10:12:26]]> GMT</pubDate>
				<author><![CDATA[ mlohbihler]]></author>
			</item>
			<item>
				<title>Re:show/hide entity on graphical pages</title>
				<description><![CDATA[ thanks, that worked fine... like to say i understood it lol.....]]></description>
				<guid isPermaLink="true">http://mango.serotoninsoftware.com/forum/posts/preList/465/2219.page</guid>
				<link>http://mango.serotoninsoftware.com/forum/posts/preList/465/2219.page</link>
				<pubDate><![CDATA[Thu, 22 Jul 2010 10:30:50]]> GMT</pubDate>
				<author><![CDATA[ skiv71]]></author>
			</item>
	</channel>
</rss>
