Please submit a simple test case ________________________________
From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Mickael RUELLAN Sent: Thursday, April 19, 2007 7:42 AM To: [email protected] Subject: [flexcoders] showCloseButton visibility bug ? Hi All, I have a TitleWindow with showCloseButton property initially set to true. I set to false the showCloseButton property in order to prevent and indicate to user that the window can not be closed, the close button is not long visible. Now If I try to set to true the showCloseButton, I doesn't re-appear... I try to call invalidateProperty and commitProperty functions but close button is not redraw ! I don't know how to do a redraw of the close button in order to show it again... Is this a bug ? Is there an event or function that can do that ? I saw that if a modal Alert window is popup, the close button appear ! Any Idea ? Thanks Mika

