Ability to resize the xnview options window
Posted: Sat Oct 22, 2005 8:58 am
sometimes you need the overview in the cache area, where you have to resize the window to a bigger size, so that you can see all directory names and sizes
Various discussion boards for XnView and related products
https://newsgroup.xnview.com/
Sorry i don't understand...klumy wrote:sometimes you need the overview in the cache area, where you have to resize the window to a bigger size, so that you can see all directory names and sizes
I agree.klumy wrote:basically all windows (like batchconvert, rename) should be resizable, to have a better overview on big screens
I support your request 100000000% - it's Futurama logicklumy wrote:sometimes you need the overview in the cache area, where you have to resize the window to a bigger size, so that you can see all directory names and sizes
+4 and wanted to bring this wish to front again. Making a window resizable is usually just a parameter change in a function call, so very quick to implement. Also consider other windows like export etc - there are topics on that:klumy wrote:the optionwindow just should be resizable
NoGeorgD wrote:+4 and wanted to bring this wish to front again. Making a window resizable is usually just a parameter change in a function call, so very quick to implement.klumy wrote:the optionwindow just should be resizable
Bad news that the framework is not comfortable at that pointxnview wrote:Noit's not easy at all, yes make the dialog resizable is not a problem, but all control in it must follow a layout. In win32, there is no layout....
It's win32, the first UI of WindowsGeorgD wrote:Bad news that the framework is not comfortable at that pointIn XnViewMP, options is already resizable. In Win32, is it easy to recognize screen size and set dialogs dependent on that, e.g. to 66% of screen size?