[flexcoders] Re: DepthManager

2005-08-18 Thread Rajesh Jayabalan
true windows, look into PopUpManager without modality. - Original Message - From: Theodore E Patrick [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Wednesday, August 17, 2005 2:21 AM Subject: RE: [flexcoders] Re: DepthManager The window may be on a different branch

Re: [flexcoders] Re: DepthManager

2005-08-18 Thread JesterXL
PROTECTED] To: flexcoders@yahoogroups.com Sent: Thursday, August 18, 2005 1:22 PM Subject: [flexcoders] Re: DepthManager Hi Jester, I am using popupmanager to create my titlewindows.. (how do I create windows without them??) Regards Rajesh J --- In flexcoders@yahoogroups.com, JesterXL [EMAIL

Re: [flexcoders] Re: DepthManager

2005-08-18 Thread JesterXL
: Rajesh Jayabalan [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Thursday, August 18, 2005 2:53 PM Subject: [flexcoders] Re: DepthManager Hi, I am doing something similar now, since I am maintaining a list of all the windows, I can go thru them and findout which one is on top currently

[flexcoders] Re: DepthManager

2005-08-18 Thread Rajesh Jayabalan
not sure but you may be-able to put that in a PopUp too? - Original Message - From: Rajesh Jayabalan [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Thursday, August 18, 2005 2:53 PM Subject: [flexcoders] Re: DepthManager Hi, I am doing something similar now, since

Re: [flexcoders] Re: DepthManager

2005-08-18 Thread JesterXL
Wow... so if you do: yourMenu.setDepthAbove(yourTitleWindow); It doensn't work? - Original Message - From: Rajesh Jayabalan [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Thursday, August 18, 2005 7:41 PM Subject: [flexcoders] Re: DepthManager Hi Jester, I am using menubar

[flexcoders] Re: DepthManager

2005-08-18 Thread Rajesh Jayabalan
do: yourMenu.setDepthAbove(yourTitleWindow); It doensn't work? - Original Message - From: Rajesh Jayabalan [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Thursday, August 18, 2005 7:41 PM Subject: [flexcoders] Re: DepthManager Hi Jester, I am using menubar

RE: [flexcoders] Re: DepthManager

2005-08-17 Thread Theodore E Patrick
[mailto:[EMAIL PROTECTED] On Behalf Of Rajesh Jayabalan Sent: Tuesday, August 16, 2005 10:46 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: DepthManager Hi, I tried that, it does not work, the window still is showing on top of the menu. Rajesh J --- In flexcoders

Re: [flexcoders] Re: DepthManager

2005-08-17 Thread JesterXL
Subject: RE: [flexcoders] Re: DepthManager The window may be on a different branch of the display list. This depends on the hierarchy of your MXML file and how the controls are instantiated at runtime. Have the window and the menu trace these values: trace( menu ) trace( window ) You will see

[flexcoders] Re: DepthManager

2005-08-16 Thread Rajesh Jayabalan
Hi, I tried that, it does not work, the window still is showing on top of the menu. Rajesh J --- In flexcoders@yahoogroups.com, Theodore E Patrick [EMAIL PROTECTED] wrote: The method MovieClip.swapDepths accepts both a MovieClip instance and a number. One potential issue with usage of

RE : [flexcoders] Re: DepthManager

2005-08-15 Thread Rajesh Jayabalan
it helps //Philippe De: flexcoders@yahoogroups.com de la part de Rajesh Jayabalan Date: sam. 13/08/2005 1:35 À: flexcoders@yahoogroups.com Objet : [flexcoders] Re: DepthManager Hi Manish, I created my menu adjustMenuDepths from your blog thanks

[flexcoders] Re: DepthManager

2005-08-15 Thread Rajesh Jayabalan
Hi Manish, Thanx, that helped a lot. Rajesh J --- In flexcoders@yahoogroups.com, Manish Jethani [EMAIL PROTECTED] wrote: On 8/13/05, Rajesh Jayabalan [EMAIL PROTECTED] wrote: I created my menu adjustMenuDepths from your blog thanks :-), but it does have a problem in that after the

RE : [flexcoders] Re: DepthManager

2005-08-14 Thread Philippe Maegerman
: [flexcoders] Re: DepthManager Hi Manish, I created my menu adjustMenuDepths from your blog thanks :-), but it does have a problem in that after the title window is created the menu does appear above it, but when I move the window a bit or just click on the title window, the window become

Re: [flexcoders] Re: DepthManager

2005-08-13 Thread Manish Jethani
On 8/13/05, Rajesh Jayabalan [EMAIL PROTECTED] wrote: I created my menu adjustMenuDepths from your blog thanks :-), but it does have a problem in that after the title window is created the menu does appear above it, but when I move the window a bit or just click on the title window, the

[flexcoders] Re: DepthManager

2005-08-12 Thread Rajesh Jayabalan
Hi Manish, I created my menu adjustMenuDepths from your blog thanks :-), but it does have a problem in that after the title window is created the menu does appear above it, but when I move the window a bit or just click on the title window, the window become the topmost and menu is again below