- Timestamp:
- 05/19/08 21:54:36 (22 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
examples/trunk/buildbot/flex/src/org/pyamf/examples/buildbot/view/CellField.as
r1403 r1405 40 40 { 41 41 text = value[DataGridListData(listData).dataField]; 42 if (Number(text) > 100)42 if (Number(text) == 0) 43 43 { 44 44 setStyle("backgroundColor", 0xFF0000);
