<?xml version="1.0" encoding="UTF-8"?>        <rss version="2.0"
             xmlns:atom="http://www.w3.org/2005/Atom"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									Visibility of images for a limited period. - Simhub General				            </title>
            <link>https://www.simhubdash.com/community-2/simhub-support/visibility-of-images-for-a-limited-period/</link>
            <description>All about SimHub!</description>
            <language>en-US</language>
            <lastBuildDate>Wed, 15 Apr 2026 19:41:34 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: Visibility of images for a limited period.</title>
                        <link>https://www.simhubdash.com/community-2/simhub-support/visibility-of-images-for-a-limited-period/#post-8366</link>
                        <pubDate>Mon, 22 Jan 2024 04:08:33 +0000</pubDate>
                        <description><![CDATA[&lt;span style=&quot;font-size: 10pt; font-family: Arsenal,Arial; font-weight: normal; font-style: normal;&quot; data-sheets-root=&quot;1&quot; data-sheets-value=&quot;{&quot;1&quot;:2,&amp;quot...]]></description>
                        <content:encoded><![CDATA[<p>&lt;span style=&quot;font-size: 10pt; font-family: Arsenal,Arial; font-weight: normal; font-style: normal;&quot; data-sheets-root=&quot;1&quot; data-sheets-value=&quot;{&quot;1&quot;:2,&quot;2&quot;:&quot;Photography is constantly evolving. And now there are many different ideas and ways to create interesting images. If you are interested in this topic, I advise you to read  <span style="color:#aaa">removed link</span>  and learn more about smoke bomb photography. I think this will help attract new customers even more.&quot;}" data-sheets-userformat="{&quot;2&quot;:6657,&quot;3&quot;:{&quot;1&quot;:0},&quot;12&quot;:0,&quot;14&quot;:{&quot;1&quot;:2,&quot;2&quot;:0},&quot;15&quot;:&quot;Arsenal&quot;}"&gt;Photography is constantly evolving. And now there are many different ideas and ways to create interesting images. If you are interested in this topic, I advise you to read  and learn more about smoke bomb photography. I think this will help attract new customers even more.</span></p>]]></content:encoded>
						                            <category domain="https://www.simhubdash.com/community-2/simhub-support/">Simhub General</category>                        <dc:creator>lianass</dc:creator>
                        <guid isPermaLink="true">https://www.simhubdash.com/community-2/simhub-support/visibility-of-images-for-a-limited-period/#post-8366</guid>
                    </item>
				                    <item>
                        <title>Visibility of images for a limited period.</title>
                        <link>https://www.simhubdash.com/community-2/simhub-support/visibility-of-images-for-a-limited-period/#post-740</link>
                        <pubDate>Mon, 20 Apr 2020 09:40:52 +0000</pubDate>
                        <description><![CDATA[Hello.Can anyone help me set the visibility of the photo for 5 seconds?I have this code:

var currentGame = $prop(&#039;DataCorePlugin.CurrentGame&#039;);var Status = &#039;--&#039;;var driver = drivername(1)...]]></description>
                        <content:encoded><![CDATA[<p>Hello.<br />Can anyone help me set the visibility of the photo for 5 seconds?<br />I have this code:</p>
<blockquote>
<p>var currentGame = $prop('DataCorePlugin.CurrentGame');<br />var Status = '--';<br />var driver = drivername(1); //starting leaderboard position<br />var Image = 'None';</p>
<p><br />if (driver == $prop('GarySwallowDataPlugin.Opponent00Name')){Status = '&lt;&gt;';Image = 'None'}<br />else if (driver == $prop('GarySwallowDataPlugin.Opponent01Name')){Status = '1';Image = 'GreenUp'}<br />else if (driver == $prop('GarySwallowDataPlugin.Opponent02Name')){Status = '2';Image = 'GreenUp'}<br />else if (driver == $prop('GarySwallowDataPlugin.Opponent03Name')){Status = '3';Image = 'GreenUp'}<br />else if (driver == $prop('GarySwallowDataPlugin.Opponent04Name')){Status = '4';Image = 'GreenUp'}<br />else if (driver == $prop('GarySwallowDataPlugin.Opponent05Name')){Status = '5';Image = 'GreenUp'}<br />else if (driver == $prop('GarySwallowDataPlugin.Opponent06Name')){Status = '6';Image = 'GreenUp'}<br />else if (driver == $prop('GarySwallowDataPlugin.Opponent07Name')){Status = '7';Image = 'GreenUp'}<br />else if (driver == $prop('GarySwallowDataPlugin.Opponent08Name')){Status = '8';Image = 'GreenUp'}<br />else if (driver == $prop('GarySwallowDataPlugin.Opponent09Name')){Status = '9';Image = 'GreenUp'}<br />else if (driver == $prop('GarySwallowDataPlugin.Opponent10Name')){Status = '10';Image = 'GreenUp'}<br />else if (driver == $prop('GarySwallowDataPlugin.Opponent11Name')){Status = '11';Image = 'GreenUp'}<br />else if (driver == $prop('GarySwallowDataPlugin.Opponent12Name')){Status = '12';Image = 'GreenUp'}<br />else if (driver == $prop('GarySwallowDataPlugin.Opponent13Name')){Status = '13';Image = 'GreenUp'}<br />else if (driver == $prop('GarySwallowDataPlugin.Opponent14Name')){Status = '14';Image = 'GreenUp'}<br />else if (driver == $prop('GarySwallowDataPlugin.Opponent15Name')){Status = '15';Image = 'GreenUp'}<br />else if (driver == $prop('GarySwallowDataPlugin.Opponent16Name')){Status = '16';Image = 'GreenUp'}<br />else if (driver == $prop('GarySwallowDataPlugin.Opponent17Name')){Status = '17';Image = 'GreenUp'}<br />else if (driver == $prop('GarySwallowDataPlugin.Opponent18Name')){Status = '18';Image = 'GreenUp'}<br />else if (driver == $prop('GarySwallowDataPlugin.Opponent19Name')){Status = '19';Image = 'GreenUp'}<br />else if (driver == $prop('GarySwallowDataPlugin.Opponent20Name')){Status = '20';Image = 'GreenUp'}<br />else if (driver == $prop('GarySwallowDataPlugin.Opponent21Name')){Status = '21';Image = 'GreenUp'}<br />else if (driver == $prop('GarySwallowDataPlugin.Opponent22Name')){Status = '22';Image = 'GreenUp'}<br />else if (driver == $prop('GarySwallowDataPlugin.Opponent23Name')){Status = '23';Image = 'GreenUp'}<br />else if (driver == $prop('GarySwallowDataPlugin.Opponent24Name')){Status = '24';Image = 'GreenUp'}<br />else if (driver == $prop('GarySwallowDataPlugin.Opponent25Name')){Status = '25';Image = 'GreenUp'}<br />else if (driver == $prop('GarySwallowDataPlugin.Opponent26Name')){Status = '26';Image = 'GreenUp'}<br />else if (driver == $prop('GarySwallowDataPlugin.Opponent27Name')){Status = '27';Image = 'GreenUp'}<br />else if (driver == $prop('GarySwallowDataPlugin.Opponent28Name')){Status = '28';Image = 'GreenUp'}<br />else if (driver == $prop('GarySwallowDataPlugin.Opponent29Name')){Status = '29';Image = 'GreenUp'}<br />else if (driver == $prop('GarySwallowDataPlugin.Opponent30Name')){Status = '30';Image = 'GreenUp'}<br />else if (driver == $prop('GarySwallowDataPlugin.Opponent31Name')){Status = '31';Image = 'GreenUp'}<br />else if (driver == $prop('GarySwallowDataPlugin.Opponent32Name')){Status = '32';Image = 'GreenUp'}<br />else if (driver == $prop('GarySwallowDataPlugin.Opponent33Name')){Status = '33';Image = 'GreenUp'}<br />else if (driver == $prop('GarySwallowDataPlugin.Opponent34Name')){Status = '34';Image = 'GreenUp'}<br />else if (driver == $prop('GarySwallowDataPlugin.Opponent35Name')){Status = '35';Image = 'GreenUp'}<br />else if (driver == $prop('GarySwallowDataPlugin.Opponent36Name')){Status = '36';Image = 'GreenUp'}<br />else if (driver == $prop('GarySwallowDataPlugin.Opponent37Name')){Status = '37';Image = 'GreenUp'}<br />else if (driver == $prop('GarySwallowDataPlugin.Opponent38Name')){Status = '38';Image = 'GreenUp'}<br />else if (driver == $prop('GarySwallowDataPlugin.Opponent39Name')){Status = '39';Image = 'GreenUp'}</p>
<p>//return PlayerChange;<br />//return PlayerPos;<br />//return True;<br />//return PlayerStartPos;<br />//return driver;<br />//return Position20Move;<br />return Image;<br />//return Status;</p>
</blockquote>
<p>How can you set the photo to be visible for 5 seconds?</p>]]></content:encoded>
						                            <category domain="https://www.simhubdash.com/community-2/simhub-support/">Simhub General</category>                        <dc:creator>rafalgt</dc:creator>
                        <guid isPermaLink="true">https://www.simhubdash.com/community-2/simhub-support/visibility-of-images-for-a-limited-period/#post-740</guid>
                    </item>
							        </channel>
        </rss>
		