| |||||||
| 0.2.0.0 Final and SVN Builds Post bugs you have found in 0.2.0.0 final or any SVN-Snapshot here. |
![]() |
| | Thread Tools | Display Modes |
| | #1 (permalink) |
| Portal Member Join Date: Dec 2005 Location: Sydney Age: 28
Posts: 236
Thanks: 3
Thanked 2 Times in 2 Posts
Country: | When I use the “visiblechange” animation it fails to hold the start/end image on screen (it disappears at end of animation / not present on screen when not animating) Also the animation fails to reverse the animation when it has run thought full animations when visblechange condition was met. But it will reverse animate if the condition is interrupted wile in is animating. Below is a copy of my XML code that I’m using Code: <!-- start of menu -->
<control>
<description>menu background image backing</description>
<type>image</type>
<id>701</id>
<posX>0</posX>
<posY>0</posY>
<width>342</width>
<height>720</height>
<texture>menu/Back.png</texture>
<visible>Control.HasFocus(702)|Control.HasFocus(2)|Control.HasFocus(3)</visible>
<animation effect="slide" start="-200,0" end="0,0" time="1000" delay="100">visiblechange</animation>
<animation effect="fade" time="100">WindowOpen</animation>
<animation effect="fade" time="550">WindowClose</animation>
</control>
<control>
<description>menu Arrow image glass</description>
<type>button</type>
<id>702</id>
<posX>50</posX>
<posY>350</posY>
<width>49</width>
<height>88</height>
<label>-</label>
<textureFocus>menu/Arrow_Right.png</textureFocus>
<textureNoFocus>menu/Arrow_Right.png</textureNoFocus>
<visible>Control.HasFocus(2)|Control.HasFocus(3)</visible>
<animation effect="slide" start="00,0" end="200,0" time="1000" delay="100">visiblechange</animation>
<animation effect="slide" start="0,0" end="200,0" time="300" delay="250">Focus</animation>
<animation effect="slide" start="200,0" end="0,0" time="300">UnFocus</animation>
<animation effect="fade" time="100">WindowOpen</animation>
<animation effect="fade" time="550">WindowClose</animation>
</control>
<control>
<description>menu background image glass</description>
<type>image</type>
<id>701</id>
<posX>-20</posX>
<posY>0</posY>
<width>342</width>
<height>720</height>
<texture>Glass.png</texture>
<visible>Control.HasFocus(702)|Control.HasFocus(2)|Control.HasFocus(3)</visible>
<animation effect="slide" start="-200,0" end="0,0" time="1000" delay="100">visiblechange</animation>
<animation effect="fade" time="100">WindowOpen</animation>
<animation effect="fade" time="550">WindowClose</animation>
</control>
<control>
<type>group</type>
<description>group element to fade</description>
<posX>80</posX>
<posY>100</posY>
<animation effect="fade" time="900" delay="500">WindowOpen</animation>
<animation effect="fade" time="500">WindowClose</animation>
<layout>StackLayout</layout>
<control>
<description>View-As button</description>
<type>button</type>
<id>2</id>
<label>100</label>
<onup>17</onup>
<onright>50</onright>
</control>
<control>
<type>sortbutton</type>
<id>3</id>
<label>103</label>
</control>
...
1.jpg is what is should look like 2.jpg is what does look like Last edited by Forgotten Illustrator; 2006-11-26 at 12:13. |
| | |
![]() |
| Bookmarks |
| Tags |
| animation, image, lost, visiblechange |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| No video image in full screen | jema | General Support | 6 | 2007-10-01 20:57 |
| Movies > actor info: strange navigation behaviour, wrong header image | chefkoch | 0.2.0.0 Final and SVN Builds | 0 | 2006-10-01 03:13 |
| MP themed DVD menus | evilpenguin81 | Skins | 7 | 2006-06-01 20:35 |
| MyWeahter:If no Sattelite Image is selected the ZDF image is displayed | infinityloop | 0.2.0.0 Release Candidate 2 CVS Bugs | 6 | 2006-03-04 08:54 |
| Lost control in videomode after PREVIOUS_MENU is sent via IR | dimitri | General Support | 2 | 2006-02-12 00:48 |