I installed the application to print the current state of the control used (in this case , the ArcGIS server map ), but I would like to configure the print function, which uses its own template for printing, and not for capturing the state of the application.
I tried to do this by installing a flex component that poses the elements that I want to print, and creating it when I call FlexPrintJob. Unfortunately, just creating an instance results in an empty green square.
There are two main questions about this that I would like to put there. First, what needs to be done to print a newly created template, and not just capture existing controls from the screen? Secondly, for more controls that need to load complex data from multiple sources, such as an ArcGIS map, is it possible to create them in such an environment, or is there a way to make the control image in the application and print
source
share