Fisheye: Tag af5f3cc7b21dbdc9b69d6df126409c75f4e64633 refers to a dead (removed) revision in file `lams_flex/LamsAuthor/LearningLibrary2.mxml'.
Fisheye: No comparison available. Pass `N' to diff?
Fisheye: Tag af5f3cc7b21dbdc9b69d6df126409c75f4e64633 refers to a dead (removed) revision in file `lams_flex/LamsAuthor/LearningLibraryEntryComponent.as'.
Fisheye: No comparison available. Pass `N' to diff?
Fisheye: Tag af5f3cc7b21dbdc9b69d6df126409c75f4e64633 refers to a dead (removed) revision in file `lams_flex/LamsAuthor/ToolActivityComponent.as'.
Fisheye: No comparison available. Pass `N' to diff?
Index: lams_flex/LamsAuthor/bin-debug/assets/css/learningLibrary.css
===================================================================
diff -u -r0ecb7cb6cb1caf3300646c6211d23f9026d28c75 -raf5f3cc7b21dbdc9b69d6df126409c75f4e64633
--- lams_flex/LamsAuthor/bin-debug/assets/css/learningLibrary.css (.../learningLibrary.css) (revision 0ecb7cb6cb1caf3300646c6211d23f9026d28c75)
+++ lams_flex/LamsAuthor/bin-debug/assets/css/learningLibrary.css (.../learningLibrary.css) (revision af5f3cc7b21dbdc9b69d6df126409c75f4e64633)
@@ -1,5 +1,10 @@
/* CSS file */
+.learningLibrary {
+ background-color:#C2D5FE;
+ color:#000000;
+}
+
.linkButtonWindowShade {
headerClass:ClassReference('mx.controls.LinkButton');
header-style-name: linkButtonStyle;
@@ -36,7 +41,6 @@
use-roll-over: false;
roll-over-color:#FFEEC8;
selectionColor:#FFEEC8;
-
}
.reflective {
Index: lams_flex/LamsAuthor/src/LamsAuthor.mxml
===================================================================
diff -u -r3fb93ca162c53177b3ddfdf836c47bf868e144ff -raf5f3cc7b21dbdc9b69d6df126409c75f4e64633
--- lams_flex/LamsAuthor/src/LamsAuthor.mxml (.../LamsAuthor.mxml) (revision 3fb93ca162c53177b3ddfdf836c47bf868e144ff)
+++ lams_flex/LamsAuthor/src/LamsAuthor.mxml (.../LamsAuthor.mxml) (revision af5f3cc7b21dbdc9b69d6df126409c75f4e64633)
@@ -4,11 +4,14 @@
verticalAlign="left"
xmlns:components="org.lamsfoundation.lams.author.components.*"
xmlns:maps="org.lamsfoundation.lams.author.maps.*"
+ xmlns:flexlib="http://code.google.com/p/flexlib/"
preinitialize="preInit()"
>
@@ -55,29 +81,11 @@
height="50"
/>-->
-
-
+
+
-
Fisheye: Tag af5f3cc7b21dbdc9b69d6df126409c75f4e64633 refers to a dead (removed) revision in file `lams_flex/LamsAuthor/src/assets/css/activities.css'.
Fisheye: No comparison available. Pass `N' to diff?
Index: lams_flex/LamsAuthor/src/assets/css/learningLibrary.css
===================================================================
diff -u -r3fb93ca162c53177b3ddfdf836c47bf868e144ff -raf5f3cc7b21dbdc9b69d6df126409c75f4e64633
--- lams_flex/LamsAuthor/src/assets/css/learningLibrary.css (.../learningLibrary.css) (revision 3fb93ca162c53177b3ddfdf836c47bf868e144ff)
+++ lams_flex/LamsAuthor/src/assets/css/learningLibrary.css (.../learningLibrary.css) (revision af5f3cc7b21dbdc9b69d6df126409c75f4e64633)
@@ -1,5 +1,10 @@
/* CSS file */
+.learningLibrary {
+ background-color:#C2D5FE;
+ color:#000000;
+}
+
.linkButtonWindowShade {
headerClass:ClassReference('mx.controls.LinkButton');
header-style-name: linkButtonStyle;
@@ -36,7 +41,6 @@
use-roll-over: false;
roll-over-color:#FFEEC8;
selectionColor:#FFEEC8;
-
}
.reflective {
Index: lams_flex/LamsAuthor/src/assets/css/toolBar.css
===================================================================
diff -u
--- lams_flex/LamsAuthor/src/assets/css/toolBar.css (revision 0)
+++ lams_flex/LamsAuthor/src/assets/css/toolBar.css (revision af5f3cc7b21dbdc9b69d6df126409c75f4e64633)
@@ -0,0 +1,6 @@
+/* CSS file */
+
+.toolBar {
+ background-color:#C2D5FE;
+ color:#000000;
+}
Index: lams_flex/LamsAuthor/src/assets/icons/copy.png
===================================================================
diff -u
Binary files differ
Index: lams_flex/LamsAuthor/src/assets/icons/flow.png
===================================================================
diff -u
Binary files differ
Index: lams_flex/LamsAuthor/src/assets/icons/group.png
===================================================================
diff -u
Binary files differ
Index: lams_flex/LamsAuthor/src/assets/icons/new.png
===================================================================
diff -u
Binary files differ
Index: lams_flex/LamsAuthor/src/assets/icons/open.png
===================================================================
diff -u
Binary files differ
Index: lams_flex/LamsAuthor/src/assets/icons/optional.png
===================================================================
diff -u
Binary files differ
Index: lams_flex/LamsAuthor/src/assets/icons/paste.png
===================================================================
diff -u
Binary files differ
Index: lams_flex/LamsAuthor/src/assets/icons/preview.png
===================================================================
diff -u
Binary files differ
Index: lams_flex/LamsAuthor/src/assets/icons/save.png
===================================================================
diff -u
Binary files differ
Index: lams_flex/LamsAuthor/src/assets/icons/transition.png
===================================================================
diff -u
Binary files differ
Index: lams_flex/LamsAuthor/src/assets/icons/zoom_in.png
===================================================================
diff -u
Binary files differ
Index: lams_flex/LamsAuthor/src/assets/icons/zoom_out.png
===================================================================
diff -u
Binary files differ
Index: lams_flex/LamsAuthor/src/org/lamsfoundation/lams/author/components/CanvasArea.mxml
===================================================================
diff -u -r3fb93ca162c53177b3ddfdf836c47bf868e144ff -raf5f3cc7b21dbdc9b69d6df126409c75f4e64633
--- lams_flex/LamsAuthor/src/org/lamsfoundation/lams/author/components/CanvasArea.mxml (.../CanvasArea.mxml) (revision 3fb93ca162c53177b3ddfdf836c47bf868e144ff)
+++ lams_flex/LamsAuthor/src/org/lamsfoundation/lams/author/components/CanvasArea.mxml (.../CanvasArea.mxml) (revision af5f3cc7b21dbdc9b69d6df126409c75f4e64633)
@@ -6,6 +6,7 @@
-
+
-
+
Index: lams_flex/LamsAuthor/src/org/lamsfoundation/lams/author/components/CanvasBox.mxml
===================================================================
diff -u -r0ecb7cb6cb1caf3300646c6211d23f9026d28c75 -raf5f3cc7b21dbdc9b69d6df126409c75f4e64633
--- lams_flex/LamsAuthor/src/org/lamsfoundation/lams/author/components/CanvasBox.mxml (.../CanvasBox.mxml) (revision 0ecb7cb6cb1caf3300646c6211d23f9026d28c75)
+++ lams_flex/LamsAuthor/src/org/lamsfoundation/lams/author/components/CanvasBox.mxml (.../CanvasBox.mxml) (revision af5f3cc7b21dbdc9b69d6df126409c75f4e64633)
@@ -8,6 +8,8 @@
@@ -58,23 +61,23 @@
+ label="All" width="100%" paddingLeft="10" paddingBottom="20" shadowDirection="right">
+ label="Informative" width="100%" paddingLeft="10" paddingBottom="20" backgroundColor="#FFEEC8" shadowDirection="right">
+ label="Reflective" width="100%" paddingLeft="10" paddingBottom="20" backgroundColor="#DDFCB1" shadowDirection="right" >
+ label="Collaborative" width="100%" paddingLeft="10" paddingBottom="20" backgroundColor="#FFFDBE" shadowDirection="right" >
+ label="Asessment" width="100%" paddingLeft="10" paddingBottom="20" backgroundColor="#E9E2F5" shadowDirection="right" >
Index: lams_flex/LamsAuthor/src/org/lamsfoundation/lams/author/components/LearningLibraryEntryComponent.mxml
===================================================================
diff -u -r3fb93ca162c53177b3ddfdf836c47bf868e144ff -raf5f3cc7b21dbdc9b69d6df126409c75f4e64633
--- lams_flex/LamsAuthor/src/org/lamsfoundation/lams/author/components/LearningLibraryEntryComponent.mxml (.../LearningLibraryEntryComponent.mxml) (revision 3fb93ca162c53177b3ddfdf836c47bf868e144ff)
+++ lams_flex/LamsAuthor/src/org/lamsfoundation/lams/author/components/LearningLibraryEntryComponent.mxml (.../LearningLibraryEntryComponent.mxml) (revision af5f3cc7b21dbdc9b69d6df126409c75f4e64633)
@@ -1,5 +1,9 @@
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Index: lams_flex/LamsAuthor/src/org/lamsfoundation/lams/author/components/activity/ActivityComponent.mxml
===================================================================
diff -u -r0ecb7cb6cb1caf3300646c6211d23f9026d28c75 -raf5f3cc7b21dbdc9b69d6df126409c75f4e64633
--- lams_flex/LamsAuthor/src/org/lamsfoundation/lams/author/components/activity/ActivityComponent.mxml (.../ActivityComponent.mxml) (revision 0ecb7cb6cb1caf3300646c6211d23f9026d28c75)
+++ lams_flex/LamsAuthor/src/org/lamsfoundation/lams/author/components/activity/ActivityComponent.mxml (.../ActivityComponent.mxml) (revision af5f3cc7b21dbdc9b69d6df126409c75f4e64633)
@@ -144,7 +144,14 @@
transitionOut.graphics.clear();
parent.removeChild(transitionOut);
transitionOut = null;
+
+
}
+ else {
+ // Return cursor state to normal
+ Application.application.changeCursorState(Constants.CURSOR_STATE_NORMAL);
+
+ }
}
Index: lams_flex/LamsAuthor/src/org/lamsfoundation/lams/author/controller/AuthorController.as
===================================================================
diff -u -re11155f5e0c1a923e08fcd2ce2f57873bc1c6904 -raf5f3cc7b21dbdc9b69d6df126409c75f4e64633
--- lams_flex/LamsAuthor/src/org/lamsfoundation/lams/author/controller/AuthorController.as (.../AuthorController.as) (revision e11155f5e0c1a923e08fcd2ce2f57873bc1c6904)
+++ lams_flex/LamsAuthor/src/org/lamsfoundation/lams/author/controller/AuthorController.as (.../AuthorController.as) (revision af5f3cc7b21dbdc9b69d6df126409c75f4e64633)
@@ -30,7 +30,7 @@
// Set the application learning library
Application.application.learningLibrary = learningLibrary;
Application.application.canvasArea.compLearningLibrary.loadLearningLibrary();
- Application.application.canvasArea.compLearningLibrary2.loadLearningLibrary();
+ //Application.application.canvasArea.compLearningLibrary2.loadLearningLibrary();
}