[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

[flexcoders] Re: AIR - Including an Image in mx:html using htmlText

2008-12-02 Thread langdonjared
Thanks for your help in this. I reinstalled Flex Builder and tried again. Now it works. Thanks again.

[flexcoders] Re: HTML IN FLEX

2008-12-01 Thread langdonjared
You say you got this working in Air? I cannot get it to work. The image doesn't load. Where did you put chart.png in your project structure? Is in in src? In the project root? In the bin directory? I tried all with no luck. Thanks.

[flexcoders] AIR - Including an Image in mx:html using htmlText

2008-12-01 Thread langdonjared
How does one reference files like images when using an mx:html tag and the htmlText property? Here's the basic idea: private var strHtmlText:XML = html head titleTest/title /head body img width=100px height=100px alt=image src=foo.jpg / /body /html ... mx:HTML width=800 height=800

[flexcoders] Re: sailorsea21 - Does anyone know why this code works with Firefox but not with IE?

2008-10-22 Thread langdonjared
Sounds like IE is caching the result. Try programatically changing the url of your HTTPService by tacking on a querystring parameter with a timestamp. So, change the url to http://www.whatever.php?ForceIEReload=20081022T11001234. Your PHP script will ignore the extra parameter, but it might