My favorites | Sign in
Project Logo
                
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
68
69
70
71
72
73
74
75
76
77
<?xml version="1.0" encoding="utf-8"?>
<!--

////////////////////////////////////////////////////////////////////////////
//
// Copyright (c) 2008 Gabriel Montagné Láscaris-Comneno and Alberto
// Brealey-Guzmán.
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
// "Software"), to deal in the Software without restriction, including
// without limitation the rights to use, copy, modify, merge, publish,
// distribute, sublicense, and/or sell copies of the Software, and to
// permit persons to whom the Software is furnished to do so, subject to
// the following conditions:
//
// The above copyright notice and this permission notice shall be
// included in all copies or substantial portions of the Software.
//
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
// IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
// CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
// TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
// SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
//
////////////////////////////////////////////////////////////////////////////

$Id$

Controls the Start Up sequence of the application

-->
<generator:EventGenerator

xmlns:bookmarks="com.rojored.control.events.bookmarks.*"
xmlns:generator="com.universalmind.cairngorm.events.generator.*"
xmlns:mx="http://www.adobe.com/2006/mxml"
xmlns:posts="com.rojored.control.events.posts.*"
xmlns:rojored="http://rojored.com/2008"
xmlns:tracking="com.rojored.control.events.tracking.*"

failCount="0"

result="trace('bootup result')"
fault="trace('bootup fault')"

>
<mx:Script>
<![CDATA[

import com.rojored.model.data.GUIData;

]]>
</mx:Script>
<generator:events>

<rojored:SetProgressEvent progress="0.4332" processStep="loading config" />
<rojored:UpdateConfigURLEvent />
<rojored:LoadConfigEvent />
<tracking:InitializeTrackingEvent />
<rojored:SetProgressEvent progress="0.51166" processStep="loading posts" />
<posts:LoadPostsEvent />
<rojored:SetProgressEasingFactorEvent easingFactor="0.012" />
<rojored:SetProgressEvent progress="0.68111" processStep="loading del.icio.us bookmarks" />
<bookmarks:LoadDeliciousBookmarksEvent />
<rojored:SetProgressEvent progress="0.76329" processStep="loading twitter tweets" />
<bookmarks:LoadTwitterBookmarksEvent />
<rojored:SetProgressEvent progress="0.85329" processStep="loading last.fm recently loved" />
<bookmarks:LoadLastFMBookmarksEvent />
<rojored:SetProgressEvent progress="1" processStep="loading rojored lib google code updates" />
<bookmarks:LoadGoogleCodeBookmarksEvent />
<rojored:ChangeGUIStateEvent state="{GUIData.BLOG}" />

</generator:events>
</generator:EventGenerator>
Show details Hide details

Change log

r212 by gabriel.montagne on Dec 21, 2008   Diff
adding google code src updates (not the
wiki or branch stuff) to the rojored
bookmark 'stream'
Go to: 
Sign in to write a code review

Older revisions

r154 by gabriel.montagne on Dec 05, 2008   Diff
updating rojored example to use the
latest swc (with progress name
refactoring)
r139 by gabriel.montagne on Nov 09, 2008   Diff
un-rounding preloader numbers on
rojored.com site example so that the
preloader doesn't stop at
''suspicious'' intervals
r86 by gabriel.montagne on Sep 15, 2008   Diff
 r11@emma:  gabriel | 2008-09-14
11:02:45 -0600
 loading del.icio.us data
 r12@emma:  gabriel | 2008-09-14
12:51:22 -0600
...
All revisions of this file

File info

Size: 3250 bytes, 77 lines

File properties

svn:keywords
Id
Hosted by Google Code