7/25/2011 5:41:03 AM
Title:
Type Coercion failed: cannot convert mx.containers::VBox@4d7ec29 to spark.components.VGroup.
Type Coercion failed: cannot convert mx.containers::VBox@4d7ec29 to spark.components.VGroup.
Shawn
Points: 680
Posts:0
7/26/2011 2:33:51 AM
this error occurs when you try to assign a object to variable which is of not that type. In above case you are trying to assign VGroup object to a variable of type VBox and this conversion is not supported.