My favorites | Sign in
Project Home Downloads Wiki Issues Source
Checkout   Browse   Changes    
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<Mcml xmlns="http://schemas.microsoft.com/2006/mcml"
xmlns:me="Me">

<UI Name="WaitCursorHost">
<Content>
<Panel Layout="Center" Padding="30, 34, 30, 34">
<Children>
<me:WaitCursor/>
</Children>
</Panel>
</Content>
</UI>

<UI Name="WaitCursor">
<Content>
<Panel>
<Animations>
<Animation Animation="animation://me:WaitCursor.Show"/>
<Animation Animation="animation://me:WaitCursor.Hide"/>
</Animations>
<Children>
<Graphic Content="resx://Library/Library.Resources/V3_Controls_Busy_Front">
<Animations>
<Animation Animation="animation://me:WaitCursor.Rotate.Show"/>
<Animation Animation="animation://me:WaitCursor.Rotate.Hide"/>
</Animations>
</Graphic>
<Graphic Content="resx://Library/Library.Resources/V3_Controls_Busy_Back"/>
</Children>
</Panel>
</Content>
</UI>

<Animation Name="WaitCursor.Show" Type="Show" CenterPointPercent="0.5, 0.5, 0.0">
<Keyframes>
<AlphaKeyframe Time="0.0" Value="0" RelativeTo="Absolute"/>
<ScaleKeyframe Time="0.0" Value="0, 0, 0" RelativeTo="Absolute"/>
<AlphaKeyframe Time="0.5" Value="0" Interpolation="SCurve" RelativeTo="Absolute"/>
<ScaleKeyframe Time="0.5" Value="0, 0, 0" RelativeTo="Absolute"/>
<ScaleKeyframe Time="0.7" Value="1.3, 1.3, 1.3" RelativeTo="Absolute"/>
<AlphaKeyframe Time="0.9" Value="1" RelativeTo="Absolute"/>
<ScaleKeyframe Time="0.9" Value="1, 1, 1" RelativeTo="Absolute"/>
</Keyframes>
</Animation>
<Animation Name="WaitCursor.Hide" Type="Hide" CenterPointPercent="0.5, 0.5, 1.0">
<Keyframes>
<ScaleKeyframe Time="0.0" RelativeTo="Current"/>
<ScaleKeyframe Time="1.0" RelativeTo="Current" Interpolation="Exp"/>
<ScaleKeyframe Time="1.5" Value="0.0, 0.0, 0.0"/>
<AlphaKeyframe Time="0.0" RelativeTo="Current"/>
<AlphaKeyframe Time="1.0" RelativeTo="Current" Interpolation="Log"/>
<AlphaKeyframe Time="1.5" Value="0.0"/>
</Keyframes>
</Animation>
<Animation Name="WaitCursor.Rotate.Show" Loop="-1" Type="Show" CenterPointPercent="0.5, 0.5, 0.0">
<Keyframes>
<RotateKeyframe Time="0.0" Value="0deg; 0, 0, 1" RelativeTo="Absolute"/>
<RotateKeyframe Time="0.5" Value="360deg; 0, 0, 1" RelativeTo="Absolute"/>
</Keyframes>
</Animation>
<Animation Name="WaitCursor.Rotate.Hide" Type="Hide" CenterPointPercent="0.5, 0.5, 0.0">
<Keyframes>
<RotateKeyframe Time="0.0" RelativeTo="Current"/>
<RotateKeyframe Time="0.3" Value="180deg; 0, 0, 1" RelativeTo="Absolute"/>
</Keyframes>
</Animation>
</Mcml>

Change log

r1341 by davidtjudd on Apr 5, 2009   Diff
Ok, so I have switched the UI to default
to V3 because I need your feedback. If you
are having issues it can be toggled off
via the LAYOUT_V3 symbol in
OMLApplication.cs.

First off, it would be great if someone
can build/run this checkin and verify.

Notes:

I'm currently supporting 1 row/2 row/list
...
Go to: 
Project members, sign in to write a code review

Older revisions

r1324 by davidtjudd on Mar 19, 2009   Diff
Rolled ui-changes branch into trunk.

Notes:
To view the v3 ui you must un-rem the
LAYOUT_V3 symbol at the top of
...
All revisions of this file

File info

Size: 2784 bytes, 67 lines
Powered by Google Project Hosting