estrify Posted June 15, 2012 Share Posted June 15, 2012 Hi, Is there a way to have an always on top window/form? Thanks in advance. Quote Link to comment Share on other sites More sharing options...
zilav Posted June 15, 2012 Share Posted June 15, 2012 You can create a custom <div> element in DOM and style it to be always on top, but this won't be an unigui form. All unigui controls are just a bunch of <div> tags inside html, so look for tutorials about div positioning over other divs. Like this for example: http://stackoverflow.com/questions/2941189/how-to-overlay-one-div-over-another-div Quote Link to comment Share on other sites More sharing options...
estrify Posted June 18, 2012 Author Share Posted June 18, 2012 Thanks. I'll take a look at this, but hoped to find a way to use it in a UniGUI form. If it helps, I found the following link specific to ExtJS: http://www.sencha.com/forum/showthread.php?47579-alwaysOnTop-config-option-for-Ext.Window And here, an extension for ExtJS 4: http://www.sencha.com/forum/showthread.php?163870-Ext.ux.window.AlwaysOnTo Quote Link to comment Share on other sites More sharing options...
Administrators Farshad Mohajeri Posted June 18, 2012 Administrators Share Posted June 18, 2012 Logged #1359 Quote Link to comment Share on other sites More sharing options...
estrify Posted February 20, 2013 Author Share Posted February 20, 2013 Logged #1359 Hi Farshad, Please, take a look to http://www.eirik.net/Ext/ux/util/AlwaysOnTop.html ¿is there a way to use it with the actual version of UniGUI?... TIA Quote Link to comment Share on other sites More sharing options...
estrify Posted February 26, 2013 Author Share Posted February 26, 2013 Logged #1359 Hi Farshad, Please, take a look to http://www.eirik.net/Ext/ux/util/AlwaysOnTop.html ¿is there a way to use it with the actual version of UniGUI?... TIA Is there any news about # 1359? Quote Link to comment Share on other sites More sharing options...
estrify Posted March 7, 2013 Author Share Posted March 7, 2013 Is there any news about # 1359? We want to implement a floating form with errors and warning messages, always on top, to help the user to navigate across the application to revise and fix his data. Is there any news about the possibility of the inclusion of this feature as a part of the framework? TIA 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.