Re: [flexcoders] Popup Window

2009-09-15 Thread abhijit chore
Hi, You can use Application.application.width Application.application.height to set the width and height so that toolbar will be visible to click close button. Regards, Abhijit On Tue, Sep 15, 2009 at 5:41 PM, smyrin smy...@yahoo.com wrote: I have noticed a problem with pop up windows

Re: [flexcoders] Help with comboBox selectedItem

2009-09-24 Thread abhijit chore
selected Item always give you the object.You have to typecast it into String or use Selected Label. Kind Regards Abhijit On Thu, Sep 24, 2009 at 8:45 AM, funandlearning3 funandlearni...@yahoo.comwrote: Hi, I have a combobox which is populated with query on backend. when I am trying to