Re: RTE in TitleWindow

2013-03-09 Thread Alex Harui
Spark TitleWindow or MX TitleWindow On 3/9/13 6:10 PM, "Justin Mclean" wrote: > Hi, > > Any one know why TitleWindow dispatches an mx CloseEvent.CLOSE rather than a > spark PopupEvent.CLOSE? Both have the value "close" which is a bit naughty > IMIO. > > Justin -- Alex Harui Flex SDK Team Ad

Re: RTE in TitleWindow

2013-03-09 Thread Alex Harui
NM, I see you mean Spark TW. No idea. Really, sounds like a bug, but there are backward compatibility issues if you change it. Maybe now is a good time to make sure that 4.10 is actually greater than 4.9 and put a version check around the event type that is dispatched. On 3/9/13 9:32 PM, "Alex

Re: RTE in TitleWindow

2013-03-09 Thread Justin Mclean
Hi, > NM, I see you mean Spark TW. No idea. Really, sounds like a bug, but there > are backward compatibility issues if you change it. Yep even if it is a bug I don't think we can change it to be a PopUpEvent. if any user code was relying on that event changing it may break quite a few applica

Re: RTE in TitleWindow

2013-03-09 Thread Alex Harui
On 3/9/13 10:09 PM, "Justin Mclean" wrote: > Hi, > >> NM, I see you mean Spark TW. No idea. Really, sounds like a bug, but there >> are backward compatibility issues if you change it. > Yep even if it is a bug I don't think we can change it to be a PopUpEvent. if > any user code was relying

Re: RTE in TitleWindow

2013-03-09 Thread Justin Mclean
HI, > Well, in the Adobe days, you could change it, but put it behind a version > check. if any user code listened for a CloseEvent (fairly common I think) we would break that so I'm not sure a version check would help. Justin

Re: RTE in TitleWindow

2013-03-09 Thread Alex Harui
On 3/9/13 10:55 PM, "Justin Mclean" wrote: > HI, > >> Well, in the Adobe days, you could change it, but put it behind a version >> check. > if any user code listened for a CloseEvent (fairly common I think) we would > break that so I'm not sure a version check would help. The version check po