jmonty77 Posted July 4, 2011 Share Posted July 4, 2011 Hello, I know that is not possible to bringtofront a component directly. But is there any workaround to acomplish it? Something like removing and inserting again the component? I've tried it in server and client side mode without success. Thanks in advance. Jordi. Quote Link to comment Share on other sites More sharing options...
Administrators Farshad Mohajeri Posted July 4, 2011 Administrators Share Posted July 4, 2011 It is possible only by modifying Z-Index property, but Ext JS manages Z-Index internally and it is not open for general usage. Besides, I think you shouldn't normally need doing this. Ext JS provides lots of other options. Quote Link to comment Share on other sites More sharing options...
Administrators Farshad Mohajeri Posted July 4, 2011 Administrators Share Posted July 4, 2011 Alternatively you can show/hide panels. Quote Link to comment Share on other sites More sharing options...
cristianotestai Posted July 4, 2011 Share Posted July 4, 2011 Alternatively you can show/hide panels. This is the workaround that i'm using.. and work fine. Quote Link to comment Share on other sites More sharing options...
jmonty77 Posted July 5, 2011 Author Share Posted July 5, 2011 Hello, Showing/hiding panels is not an option for my purposes because my panels don't have same size and position. They're like floating windows that I can drag. Thanks. Quote Link to comment Share on other sites More sharing options...
Administrators Farshad Mohajeri Posted July 5, 2011 Administrators Share Posted July 5, 2011 Hello, Showing/hiding panels is not an option for my purposes because my panels don't have same size and position. They're like floating windows that I can drag. Then you must find another workaround or redesign your UI. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.