StimVinsh / xdocreport

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

Images inside list #116

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Trying to list objects outside of a table with a unique image for each one

What steps will reproduce the problem?
1. Run java main in attached zip file.
2.
3.

What is the expected output? What do you see instead?
Expected output is a list of developers with relevant details and image. Actual 
output is a crash - see stack_trace.txt for details of crash.

What version of the product are you using? On what operating system?
0.9.7 on Windows 7

Please provide any additional information below.
Is this even currently possible or will this be possible in the future?

Original issue reported on code.google.com by xnix...@gmail.com on 23 May 2012 at 10:54

Attachments:

GoogleCodeExporter commented 8 years ago
Hi,

I will see your problem as asson as I will have time.

Regards Angelo

Original comment by angelo.z...@gmail.com on 23 May 2012 at 4:48

GoogleCodeExporter commented 8 years ago

Original comment by angelo.z...@gmail.com on 23 May 2012 at 4:48

GoogleCodeExporter commented 8 years ago
Hi,

I think your problem comes from with :

------------------------------------
metadata.addFieldAsImage("photo", "developers.photo");
------------------------------------

try to modify your code with :

------------------------------------
metadata.addFieldAsImage("photo", "developer.photo");
------------------------------------

Tell me it works (I hope) to close this issue or study your problem.

Regards Angelo

Original comment by angelo.z...@gmail.com on 23 May 2012 at 8:22

GoogleCodeExporter commented 8 years ago
Works as I expected, many thanks!

Original comment by xnix...@gmail.com on 24 May 2012 at 11:03

GoogleCodeExporter commented 8 years ago
Cool:)

I close this bug.

Regards Angelo

Original comment by angelo.z...@gmail.com on 24 May 2012 at 12:37