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