-
26 Jul 2012 12:23 AM #1
Answered: Make a panel in front of a window
Answered: Make a panel in front of a window
Hi,
I have my windows by default in front of every panel, how can I make the panels in front of every window?
-
Best Answer Posted by WillBill
You could use toFront() / toBack().
-
26 Jul 2012 1:11 AM #2
You could use toFront() / toBack().
-
26 Jul 2012 1:28 AM #3
I tried but it didn't do anything :
Code:menu.setVisible(true); menu.toFront();
-
26 Jul 2012 1:44 AM #4
It has to be a floating component, it won't work otherwise.
http://docs.sencha.com/ext-js/4-0/#!...method-toFront


Reply With Quote