Details
-
Bug
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
Adobe Flex SDK Previous
-
None
-
None
-
Affected OS(s): Windows
Language Found: English
Description
Steps to reproduce:
1. Create a Flex Application or the attached Application.
2. Add a Tree component
3. Print the Tree component using FlexPrintJob
Actual Results:
The icons in the component will not get printed.
Expected Results:
Everything in the component to get printed.
Workaround (if any):
Set printJob.printAsBitmap = false;
But then, the print is slightly different than expected.