Open GoogleCodeExporter opened 9 years ago
As attachment Eclipse patch.
Near the line 1181 make a change:
FLEX_TARGET_VERSION::flex4 {
var child:INavigatorContent = this.getChildAt(i) as INavigatorContent;
}
FLEX_TARGET_VERSION::flex3 {
var child:Container = this.getChildAt(i) as Container;
}
---
Radek
http://softperience.eu
Original comment by rsmog...@softperience.pl
on 13 Jun 2010 at 9:52
Attachments:
Sorry, small change added FLEX_TARGET_VERSION for imports :)
Original comment by rsmog...@softperience.pl
on 13 Jun 2010 at 10:06
Attachments:
Duplicate of #295
Original comment by rsmog...@softperience.pl
on 13 Jun 2010 at 7:23
Original issue reported on code.google.com by
rsmog...@softperience.pl
on 13 Jun 2010 at 9:47