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. -~----------~----~----~----~------~----~------~--~---
