[flexcoders] When printing, sometimes images do not show up

2009-04-16 Thread Osman Ullah
I have a print view that I am using to print some data. There are a couple images on this form (actually, the same image embedded twice). When I print, randomly one (or both) of the images will not show up in the printout. I have printAsBitmap set to false. If I set it to true, the problem goes

[flexcoders] Preserving cookies sent by the server?

2009-04-15 Thread Osman Ullah
Is there any way to read the set-cookie header from an URLRequest response so my Flex app can save a cookie being sent by the server? I know how to write a cooking using ExternalInterface, but I am wondering if there is any way to know when the server is asking me to write a cookie. All

[flexcoders] Using cairngorm for push events

2009-03-24 Thread Osman Ullah
I am using cairngorm on my current project and I have run into a couple issues which I am having trouble dealing with through Cairngorm. Hopefully someone can help. 1) I have an event loop which is polling my web service for events. Where would be the best place to run this event loop and what

[flexcoders] HTTPService vs URLRequest

2009-03-05 Thread Osman Ullah
Surprisingly, I am having a very difficult time finding any discussion on the advantages of using HTTPService instead of URLRequest. I've always used URLRequest to handle my web API calls. What are some of the benefits of using the HTTPService instead? I like URLLoader because my network

[flexcoders] Hint text input?

2009-02-25 Thread Osman Ullah
Does anyone know if there is a freely available input component which offers hint text? By hint text, I mean some text that shows up in the input field only when it is empty and not in focus. I'm sure someone has done this but I must not be using the proper terminology because I can't find

[flexcoders] Re: Hint text input?

2009-02-25 Thread Osman Ullah
://keithreinfeld.home.comcast.net/ _ From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Osman Ullah Sent: Wednesday, February 25, 2009 9:57 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Hint text input? Does anyone know if there is a freely

[flexcoders] Re: Grid with header sections spanning the whole grid

2009-02-23 Thread Osman Ullah
No, that only groups items in the header area. I want something that does the heading area in-line with the items. Here is a screenshot of what I am looking for (came from MS word): http://i40.tinypic.com/2evx8xt.png --- In flexcoders@yahoogroups.com, alinmircea_s alinmirce...@... wrote: