awesome this is very helpful, I was going to just write one like that if there is no clever command somewhere hidden away.
thanks Brian On Fri, Feb 6, 2009 at 8:00 PM, <[email protected]> wrote: > Goto: > http://ewertb.soundlinker.com/mel/mel.101.htm > > -brian > > > -------- Original Message -------- > Subject: [Maya-Python Club:1604] Re: ok this is MEL UI issue > From: yury nedelin <[email protected]> > Date: Fri, February 06, 2009 10:09 pm > To: [email protected] > > thanks > > This will definitely help but getting all children from Window itself would > be very handy. > > I wonder if there is a way to do it from API. > > Yury > > > > On Fri, Feb 6, 2009 at 5:27 PM, Tim Fowler <[email protected]> wrote: > >> Query the childArray of the top level layout. >> >> eg: >> >> { >> window; >> columnLayout MyWindowLayout; >> button; button; button; >> floatSlider; >> showWindow; >> } >> >> layout -query -childArray MyWindowLayout; >> // Result: button5 button6 button7 floatSlider1 // >> >> >> On Fri, Feb 6, 2009 at 7:57 PM, yury nedelin <[email protected]> wrote: >> >>> What is a good way to list all children of a Window in MEL UI? >>> >>> Yury >>> >>> >>> >>> >>> >>> >> >> >> > > > > > --~--~---------~--~----~------------~-------~--~----~ Yours, Maya-Python Club Team. -~----------~----~----~----~------~----~------~--~---
