Ability to resize the xnview options window
Moderators: helmut, XnTriq, xnview
Ability to resize the xnview options window
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
Windows XP SP3
Re: Ability to resize the xnview options window
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
Pierre.
Not enough---


• 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

- But it works fine with the embedded English too…

Claude
Clo
Old user ON SELECTIVE STRIKE till further notice •
I agree.klumy wrote:basically all windows (like batchconvert, rename) should be resizable, to have a better overview on big screens
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.
Re: Ability to resize the xnview options window
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

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
Win11 x64 24H2, Hard Disk Sentinel Pro, MS PowerToys, Process Lasso Pro and Wintoys
Resizable options dialog
+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
* 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
Re: Resizable options dialog
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

Pierre.
Re: Resizable options dialog
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....

In the XnView Wiki, you can improve the user guide / documentation / F1-help for XnView (classic/Windows) and for XnViewMP
Re: Resizable options dialog
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?

Pierre.