Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

addImage with displayObjects is not working #366

Open
GoogleCodeExporter opened this issue Oct 22, 2015 · 0 comments
Open

addImage with displayObjects is not working #366

GoogleCodeExporter opened this issue Oct 22, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Create a Border container BC1 and add some panels.
2. Create one more Border container BC2 and add few more panels to it.
3. BC1 is coming up fine in PDF, but not BC2

What is the expected output? What do you see instead?
Both BC1 and BC2 should be written to PDF

What version of the product are you using? On what operating system?
0.1.5, Windows XP

Please provide any additional information below.


//addblockbtn_clickHandler method - to add panels to pagelayout1 border 
container
//generatepdf - in this method, i am trying to add all panels attached to 
pagelayout1 to some other border container printPage. Then I am trying to write 
both these display objects to local file. 
I can see pagelayout1 in PDF file, but not printPage. If I try to add more 
panels to pagelayout1 and then write to the file again, it will show some of 
the original panel that were added initially in printPage. 
Will there be any delay in writing the content to pdf file?

Please let me know whether I need to provide more details

Thanks in advance for your help

Thanks,
Satish.

Original issue reported on code.google.com by [email protected] on 27 Dec 2013 at 12:20

Attachments:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants