RE: [Echo-list] getWindow()?
Brought to you by:
tliebeck
From: Lendvai A. <Att...@ne...> - 2003-11-12 10:50:49
|
:: Component.getEchoInstance().getWindows() returns a Window[].=20 :: If you're looking for a specific one and you've subclassed=20 :: window, you can iterate over them and perform "windows[i]=20 :: instanceof MyWindowClass". =20 :: =20 :: You can also use EchoInstance to store shared data across=20 :: components, so maybe what you're trying to get to in that=20 :: Window object could be stored there instead. thanks, but i need the window of a given component. i need it for my navigation aspect, that automagically handles back and cancel buttons. currently i have a single window setup, but only as a temporary solution. now that i need extra windows, it's a bit funny if a back button navigates another window... (i was surprised, i've forgotten that little simplification... :) - 101 |