2012-04-18, 09:49 PM
Using this renderlist I don't have any problems...however when I add an extra element like this...a strange thing happens... after a number of minutes equal to the the value of screensaver InactivityMinutes, I see this in the log (I'm rendering every 15 seconds)...Could it be some characteristic of the extra element...I've tried changing the element name, size and location without success. I've also tried adding a text field based on a @variable to the element. It happens when I'm running as a ScreenSaver or a Plugin.
Rather ironic really, since I'm trying to simulate a sort of popup...
Code:
2012-04-18 16:46:07.139 [DEBUG][1] render list contains
2012-04-18 16:46:07.139 [DEBUG][1] - screensaver-black
2012-04-18 16:46:07.139 [DEBUG][1] - block-extras-black
2012-04-18 16:46:07.139 [DEBUG][1] - VeryBig-DateTime
2012-04-18 16:46:07.139 [DEBUG][1] - Overlay
Code:
2012-04-18 16:46:07.139 [DEBUG][1] render list contains
2012-04-18 16:46:07.139 [DEBUG][1] - screensaver-black
2012-04-18 16:46:07.139 [DEBUG][1] - block-extras-black
2012-04-18 16:46:07.139 [DEBUG][1] - VeryBig-DateTime
2012-04-18 16:46:07.139 [DEBUG][1] - Overlay
2012-04-18 16:46:07.139 [DEBUG][1] - HOverlayH
Code:
2012-04-18 16:52:03.181 [DEBUG][1] SSPlus NeedsRendering: time to move
2012-04-18 16:52:18.198 [DEBUG][1] SSPlus NeedsRendering: time to move
2012-04-18 16:52:33.229 [DEBUG][1] SSPlus NeedsRendering: time to move
2012-04-18 16:52:48.261 [DEBUG][1] SSPlus NeedsRendering: time to move
2012-04-18 16:52:53.542 [DEBUG][1] ActivatePopup: SSPlus
2012-04-18 16:52:53.542 [DEBUG][1] deactivating old popup: SSPlus
2012-04-18 16:52:53.542 [INFO][1] SSPlus Deactivate ClientID: PC
2012-04-18 16:52:53.542 [DEBUG][1] Going to dispose popup at end of animation
2012-04-18 16:52:53.542 [INFO][1] SSPlus Activate: 1
Code:
<Element name="HOverlayH" location="0,0" size="100,100">
<!-- <Rect location="0.99,0.99" size="99.98,99.98" fillColor="Transparent" borderColor="White" borderWidth="4.7"/> -->
<Rect location="0,0" size="100,100" fillColor="BlueBackgroundMask" borderColor="Transparent" borderWidth="0"/>
<Rect location="0,4" size="100,92" fillColor="Popup" borderColor="Transparent" borderWidth="0"/>
<Text text="DON'T PANIC!!!" location="0,5" size="100,5" font="HugeRedFont" valign="Center" align="Center"/>
<Image source="Help.jpg" location="1,12" size="99,78" fixedAspectRatio="true"/>
</Element>
Rather ironic really, since I'm trying to simulate a sort of popup...
