Re: [flexcoders] Re: DepthManager

2005-08-18 Thread JesterXL
, 2005 2:21 AM 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

Re: [flexcoders] Re: DepthManager

2005-08-18 Thread JesterXL
: [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

Re: [flexcoders] Re: DepthManager

2005-08-18 Thread JesterXL
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 of the display list. This depends on the hierarchy of your MXML file and how the controls

RE: [flexcoders] Re: DepthManager

2005-08-17 Thread Theodore E Patrick
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 a resulting path something like:

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

RE : [flexcoders] Re: DepthManager

2005-08-15 Thread Rajesh Jayabalan
Hi, The method swapDepths accepts a UIObject as a parameter and not a number. Regards Rajesh J --- In flexcoders@yahoogroups.com, Philippe Maegerman [EMAIL PROTECTED] wrote: You might try to manualy adjust your menu's depth to be the max depth : menu.swapDepths(Number.MAX_VALUE) I hope it

RE : [flexcoders] Re: DepthManager

2005-08-14 Thread Philippe Maegerman
You might try to manualy adjust your menu's depth to be the max depth : menu.swapDepths(Number.MAX_VALUE) I hope it helps //Philippe De: flexcoders@yahoogroups.com de la part de Rajesh Jayabalan Date: sam. 13/08/2005 1:35 À: flexcoders@yahoogroups.com Objet :

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