[flexcoders] Printing images using PrintDataGrid

2009-09-09 Thread langdonjared
I am trying to print many images from my app. I am taking snapshots of objects on the app, putting them into an ArrayCollection, and displaying them in a DataGrid. So far so good. When I assign the same ArrayCollection to a PrintDataGrid, weirdness ensues. Not only do the images not appear i

Re: [flexcoders] Printing Images

2006-10-15 Thread Samuel Reuben
Hi Nathan,   Can you please send me a sample code of what works and what doesn't. I'll be able to help you out.   Thanks, -sam  On 9/28/06, nathanpdaniel <[EMAIL PROTECTED]> wrote: I have an issue when printing images! I am working on a shipping app which will generate a barcode label for p

[flexcoders] Printing Images

2006-09-28 Thread nathanpdaniel
I have an issue when printing images! I am working on a shipping app which will generate a barcode label for printing. If I load the label, then have the user print it, it works. However, there are cases when there will be 100's of labels that need to be printed at once. When I try to "bypa