Page 1 of 1

Ability to resize the xnview options window

Posted: Sat Oct 22, 2005 8:58 am
by klumy
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

Re: Ability to resize the xnview options window

Posted: Mon Oct 24, 2005 8:07 am
by xnview
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
Sorry i don't understand...

Posted: Mon Oct 24, 2005 5:39 pm
by klumy
the optionwindow just should be resizable ;)

so that you can see the other columns in the cachemenu

Image

Not enough---

Posted: Mon Oct 24, 2005 6:34 pm
by Clo
:arrow: klumy

:) Hello !

• As a workaround, you could use ResizeEnableRunner a tiny program that does the trick, I tested for the Option boxes… hummm… with a special language DLL, though :P
- But it works fine with the embedded English too…

:mrgreen: Kind regards,
Claude
Clo

Posted: Sat Dec 03, 2005 12:14 pm
by klumy
basically all windows (like batchconvert, rename) should be resizable, to have a better overview on big screens

Posted: Sat Jan 14, 2006 7:59 am
by marsh
klumy wrote:basically all windows (like batchconvert, rename) should be resizable, to have a better overview on big screens
I agree.
The little hack program linked above is also interesting.

Re: Ability to resize the xnview options window

Posted: Sat Jan 14, 2006 8:08 am
by ckit
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 support your request 100000000% - it's Futurama logic :)
But it'll have to wait for XnView 1.83.

Resizable options dialog

Posted: Sat Oct 24, 2009 1:23 pm
by GeorgD
klumy wrote:the optionwindow just should be resizable ;)
+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:
* in XnView MP http://newsgroup.xnview.com/viewtopic.php?f=60&t=18622&
* XnView classic http://newsgroup.xnview.com/viewtopic.php?f=34&t=10388&

Re: Resizable options dialog

Posted: Mon Oct 26, 2009 7:25 am
by xnview
GeorgD wrote:
klumy wrote:the optionwindow just should be resizable ;)
+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.
No :-) it'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....

Re: Resizable options dialog

Posted: Mon Oct 26, 2009 4:29 pm
by GeorgD
xnview wrote:No :-) it'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....
Bad news that the framework is not comfortable at that point :( In 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? So on my laptop (1024x768) the dialog would be smaller than on my external monitor (1600x1200).

Re: Resizable options dialog

Posted: Tue Oct 27, 2009 8:01 am
by xnview
GeorgD wrote:Bad news that the framework is not comfortable at that point :( In 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?
It's win32, the first UI of Windows :-)