Ability to resize the xnview options window

Ideas for improvements and requests for new features in XnView Classic

Moderators: helmut, XnTriq, xnview

Post Reply
klumy
Posts: 229
Joined: Sat Jun 18, 2005 9:33 am

Ability to resize the xnview options window

Post 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
XNView 1.91.5
Windows XP SP3
User avatar
xnview
Author of XnView
Posts: 46236
Joined: Mon Oct 13, 2003 7:31 am
Location: France
Contact:

Re: Ability to resize the xnview options window

Post 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...
Pierre.
klumy
Posts: 229
Joined: Sat Jun 18, 2005 9:33 am

Post by klumy »

the optionwindow just should be resizable ;)

so that you can see the other columns in the cachemenu

Image
XNView 1.91.5
Windows XP SP3
User avatar
Clo
XnThusiast
Posts: 4441
Joined: Sun Oct 17, 2004 4:57 am
Location: Bordeaux, France
Contact:

Not enough---

Post 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
Old user ON SELECTIVE STRIKE till further notice
klumy
Posts: 229
Joined: Sat Jun 18, 2005 9:33 am

Post by klumy »

basically all windows (like batchconvert, rename) should be resizable, to have a better overview on big screens
XNView 1.91.5
Windows XP SP3
marsh
XnThusiast
Posts: 2443
Joined: Sun May 15, 2005 6:31 am

Post 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.
Last edited by marsh on Sat Jan 14, 2006 11:55 am, edited 2 times in total.
ckit
XnThusiast
Posts: 2583
Joined: Tue Feb 17, 2004 1:11 am
Location: QLD, Australia
Contact:

Re: Ability to resize the xnview options window

Post 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.
AMD Ryzen 3 3300X 3.8Ghz, 16Gb DDR4, RX6600XT with Dell U2520D at 2560x1440@60Hz scaling 125%
Win11 x64 24H2, Hard Disk Sentinel Pro, MS PowerToys, Process Lasso Pro and Wintoys
User avatar
GeorgD
Posts: 291
Joined: Thu Oct 12, 2006 2:45 pm

Resizable options dialog

Post 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&
In the XnView Wiki, you can improve the user guide / documentation / F1-help for XnView (classic/Windows) and for XnViewMP
User avatar
xnview
Author of XnView
Posts: 46236
Joined: Mon Oct 13, 2003 7:31 am
Location: France
Contact:

Re: Resizable options dialog

Post 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....
Pierre.
User avatar
GeorgD
Posts: 291
Joined: Thu Oct 12, 2006 2:45 pm

Re: Resizable options dialog

Post 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).
In the XnView Wiki, you can improve the user guide / documentation / F1-help for XnView (classic/Windows) and for XnViewMP
User avatar
xnview
Author of XnView
Posts: 46236
Joined: Mon Oct 13, 2003 7:31 am
Location: France
Contact:

Re: Resizable options dialog

Post 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 :-)
Pierre.
Post Reply