From 1deb4cb40ee6430ffeedf60ccfa3e196dd27e7a1 Mon Sep 17 00:00:00 2001 From: Dan Buch Date: Sun, 21 Feb 2010 00:19:42 -0500 Subject: [PATCH] reverting 03d2 to vanilla version, moving custom version into its own dir --- 03d2-item-renderers/WeatherDisplay.mxml | 49 +++++++++++++++++-- .../HBoxWeatherDisplay.mxml | 31 ++++++++++++ .../WeatherApp.as | 0 .../WeatherDisplay.mxml | 45 +++++++++++++++++ targets.mk | 12 ++++- 5 files changed, 132 insertions(+), 5 deletions(-) create mode 100644 custom-03d2-item-renderers/HBoxWeatherDisplay.mxml rename {03d2-item-renderers => custom-03d2-item-renderers}/WeatherApp.as (100%) create mode 100644 custom-03d2-item-renderers/WeatherDisplay.mxml diff --git a/03d2-item-renderers/WeatherDisplay.mxml b/03d2-item-renderers/WeatherDisplay.mxml index e7218f3..460eb46 100644 --- a/03d2-item-renderers/WeatherDisplay.mxml +++ b/03d2-item-renderers/WeatherDisplay.mxml @@ -1,10 +1,53 @@ - + + + - + diff --git a/custom-03d2-item-renderers/HBoxWeatherDisplay.mxml b/custom-03d2-item-renderers/HBoxWeatherDisplay.mxml new file mode 100644 index 0000000..3b91ba2 --- /dev/null +++ b/custom-03d2-item-renderers/HBoxWeatherDisplay.mxml @@ -0,0 +1,31 @@ + + + + + + + + + + + + + diff --git a/03d2-item-renderers/WeatherApp.as b/custom-03d2-item-renderers/WeatherApp.as similarity index 100% rename from 03d2-item-renderers/WeatherApp.as rename to custom-03d2-item-renderers/WeatherApp.as diff --git a/custom-03d2-item-renderers/WeatherDisplay.mxml b/custom-03d2-item-renderers/WeatherDisplay.mxml new file mode 100644 index 0000000..e7218f3 --- /dev/null +++ b/custom-03d2-item-renderers/WeatherDisplay.mxml @@ -0,0 +1,45 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/targets.mk b/targets.mk index aefb980..7b7b881 100644 --- a/targets.mk +++ b/targets.mk @@ -111,11 +111,11 @@ $(MXMLC) 03d1-datagrid/DataGridExample.mxml -warnings -l+=03d1-datagrid -output 03d1-datagrid/DataGridExample.swf -03d2-item-renderers/HBoxWeatherDisplay.swf: 03d2-item-renderers/HBoxWeatherDisplay.mxml 03d2-item-renderers/WeatherApp.as +03d2-item-renderers/HBoxWeatherDisplay.swf: 03d2-item-renderers/HBoxWeatherDisplay.mxml $(MXMLC) 03d2-item-renderers/HBoxWeatherDisplay.mxml -warnings -l+=03d2-item-renderers -output 03d2-item-renderers/HBoxWeatherDisplay.swf -03d2-item-renderers/WeatherDisplay.swf: 03d2-item-renderers/WeatherDisplay.mxml 03d2-item-renderers/WeatherApp.as +03d2-item-renderers/WeatherDisplay.swf: 03d2-item-renderers/WeatherDisplay.mxml $(MXMLC) 03d2-item-renderers/WeatherDisplay.mxml -warnings -l+=03d2-item-renderers -output 03d2-item-renderers/WeatherDisplay.swf @@ -135,6 +135,14 @@ custom-03d1-datagrid/Snarf.swf: custom-03d1-datagrid/Snarf.mxml custom-03d1-data $(MXMLC) custom-03d1-datagrid/Snarf.mxml -warnings -l+=custom-03d1-datagrid -output custom-03d1-datagrid/Snarf.swf +custom-03d2-item-renderers/HBoxWeatherDisplay.swf: custom-03d2-item-renderers/HBoxWeatherDisplay.mxml custom-03d2-item-renderers/WeatherApp.as + $(MXMLC) custom-03d2-item-renderers/HBoxWeatherDisplay.mxml -warnings -l+=custom-03d2-item-renderers -output custom-03d2-item-renderers/HBoxWeatherDisplay.swf + + +custom-03d2-item-renderers/WeatherDisplay.swf: custom-03d2-item-renderers/WeatherDisplay.mxml custom-03d2-item-renderers/WeatherApp.as + $(MXMLC) custom-03d2-item-renderers/WeatherDisplay.mxml -warnings -l+=custom-03d2-item-renderers -output custom-03d2-item-renderers/WeatherDisplay.swf + + custom-03d3-lists/ListControl.swf: custom-03d3-lists/ListControl.mxml custom-03d3-lists/ListApp.as $(MXMLC) custom-03d3-lists/ListControl.mxml -warnings -l+=custom-03d3-lists -output custom-03d3-lists/ListControl.swf