> you could use the debugger to step into the super.updateDisplayList call > to make sure no exception gets thrown at that point.
The first line with a warning that gets called in my skin is super.initializationComplete and stepping into this shows it goes through various components UIComponent - FlexEvent -etc and eventually ends up setting up the listeners for the columnHeaderGroup in DataGrid partAdded(). When this is complete the next step is the super.updateDisplayList in my skin. But when you step on from that, processing ends and the empty dg appears. There is no error. It just ends at that point without doing anything else. >The next thing to try is to run swfdump on the swf. I will try that now. Doug -- View this message in context: http://apache-flex-users.2333346.n4.nabble.com/Calls-to-superclass-failing-tp14230p14253.html Sent from the Apache Flex Users mailing list archive at Nabble.com.
