Re: [flexcoders] Re: PopupWindow's MenuBar can't handle event if ...

2005-12-26 Thread Manish Jethani
On 12/21/05, sn197412 [EMAIL PROTECTED] wrote: Here is a sample source of a component. [snip] hm I guess that TitleWindow has many bugs about events. Thanks, Shigeru - that's very helpful. I think the core issue is that clicking on a TitleWindow does not make it the topmost window

[flexcoders] Re: PopupWindow's MenuBar can't handle event if ...

2005-12-21 Thread sn197412
Hi. Here is a sample source of a component. ?xml version=1.0 encoding=utf-8? mx:TitleWindow xmlns:mx=http://www.macromedia.com/2005/mxml; xmlns=* height=400 width=400 panelAlpha=1.0 marginTop=0 marginLeft=0 marginRight=0 headerColors=[ #ff, #ff]

[flexcoders] Re: PopupWindow's MenuBar can't handle event if ...

2005-12-20 Thread sn197412
Thank you for replay. I could switch window z-index. My problem is that MenuBar event doesn't work. So ... Thanks, Manish. --Shigeru --- In flexcoders@yahoogroups.com, Manish Jethani [EMAIL PROTECTED] wrote: On 12/20/05, sn197412 [EMAIL PROTECTED] wrote: 1. There two or more PopupWindow

Re: [flexcoders] Re: PopupWindow's MenuBar can't handle event if ...

2005-12-20 Thread Manish Jethani
On 12/20/05, sn197412 [EMAIL PROTECTED] wrote: I could switch window z-index. My problem is that MenuBar event doesn't work. If you could provide a standalone test case (something I can compile and run on my machine), that'll help us track and eliminate the problem. Manish