NishilSB / alivepdf

Automatically exported from code.google.com/p/alivepdf
0 stars 1 forks source link

addImage with displayObjects is not working #366

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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 satishku...@gmail.com on 27 Dec 2013 at 12:20

Attachments: