Some additional information:

Just for shiggles, I pulled the example data source and panel creation into my program using the same function and the print of the example ADG worked fine. The only difference between their data and mine is that they are using an ArrayCollection while I am using XML. I've even changed it to an XMLListCollection and the print still gives me a gray box.
Here is my data creation:

           [Bindable]
           private var memberReportDataFeed:XMLListCollection;
           private function reportDataFeedResult(event:ResultEvent):void
           {
               memberRpt.dataProvider = event.result;
           }

Clearly the problem is not in the function but rather a conflict in data types or so it seems. I have to use the XML as its data coming from our .net side via a web service.
Any ideas here would be greatly appreciated.

Adrian



Folks,

I have a strange one here. I am attempting to use the PrintAdvancedDataGrid control to print my grid. When I copy and run the entire example on adobe's website (http://livedocs.adobe.com/flex/3/html/help.html?content=printing_5.html) and run it locally...then print...it works fine. But when I paste the function into my own code, tie it to my ADG and print, I get a gray box. The only difference I can see between their example and my code is that they are using an array for their data source while I have an XMLList. Anyone have ANY idea what the heck is going on here? I found a posting on the web where someone else ran into this problem but there was no resolution.

Thanks,
Adrian

Reply via email to