Re: DataGridSkin not working

2018-04-18 Thread Alex P
Fixed - my mistake. The skin was in a library project linked to Flex 4.6. -- Sent from: http://apache-flex-users.246.n4.nabble.com/

Re: DataGridSkin not working

2018-04-14 Thread Alex Harui
GridView should be available because it is listed in frameworks/spark-manifest.xml. It doesn't need to be in SparkClasses.as if it in the manifest. It could be that your merge wasn't quite right. See this email: https://lists.apache.org/thread.html/d954a087c7453a8427a3c58484faec216e95b5

DataGridSkin not working

2018-04-13 Thread Alex P
Blank DataGrids led me to the new DataGridSkin implementation, but when I merged my changes with the Apache Flex changes, the compiler cannot find Should import spark.components.gridClasses.GridView; GridView; be added to the SparkClasses.as file in frameworks\projects\spark\src ? --