PDA

View Full Version : Finding the frontmost view


serfinus
08-21-2006, 01:49 AM
Gday,

Is there any simple way to find the order of the subviews... I know we can use bringToFront(), sendToBack() etc to change the order of the views, but I would like to know specifically at a point of time the order of the views and obtain the view itself (somethin like getFrontMostView()?). How do i go abt this?

Cheers