Resize Dialog Boxes
Moderators: Hacker, petermad, Stefan2, white
Resize Dialog Boxes
Can you enable dialog box resizing in your next release.
I have a long list of predefined selection types, and currently only 7 of the list are displayed.
If it were resizable, things would be much easier to navigate.
I have a long list of predefined selection types, and currently only 7 of the list are displayed.
If it were resizable, things would be much easier to navigate.
- SanskritFritz
- Power Member
- Posts: 3693
- Joined: 2003-07-24, 09:25 UTC
- Location: Budapest, Hungary
Resize Enable might help you for the time being.
I switched to Linux, bye and thanks for all the fish!
ResizeEnable works great IF the developer has configured the control position anchors properly in the dialog. Special considerations are always required (which controls to resize and how to resize them, which controls move and how, etc).
Try loading ResizeEnable and resizing the TC "Change button bar" dialog, for instance. Not too bad (the dialog is still usable, which is a positive thing) but ugly!!!!
Many (most IMHO) developers don't even think about such things. And even worse, they also rarely plan for different display metrics (DPI). I use 120DPI and encounter all sorts of layout and usability issues... even in the M$ products. When I get that 30" monitor I've my eye on and switch to 150DPI, what then? (Sigh)
I say, the best developers pay attention to ALL of the details.
Try loading ResizeEnable and resizing the TC "Change button bar" dialog, for instance. Not too bad (the dialog is still usable, which is a positive thing) but ugly!!!!
Many (most IMHO) developers don't even think about such things. And even worse, they also rarely plan for different display metrics (DPI). I use 120DPI and encounter all sorts of layout and usability issues... even in the M$ products. When I get that 30" monitor I've my eye on and switch to 150DPI, what then? (Sigh)
I say, the best developers pay attention to ALL of the details.
Licensed, Mouse-Centric, moving (slowly) toward Touch-centric
- SanskritFritz
- Power Member
- Posts: 3693
- Joined: 2003-07-24, 09:25 UTC
- Location: Budapest, Hungary
The final solution would be of course again, as always, AutoHotkey. Just follow this pattern:
This expands the command line to cover the button at the end.
Code: Select all
ControlGetPos,,, nWidth, , Edit1, ahk_class TTOTAL_CMD
ControlMove Edit1,,, nWidth+15, , ahk_class TTOTAL_CMD
I switched to Linux, bye and thanks for all the fish!
Code: Select all
ControlGetPos,,, nWidth, , Edit1, ahk_class TTOTAL_CMD
ControlMove Edit1,,, nWidth+15, , ahk_class TTOTAL_CMD

Licensed, Mouse-Centric, moving (slowly) toward Touch-centric
No resize…
2Stance
Hello !
• Already in the Tutorials for a fortnight at the chapter about <wincmd.ini> >> “O”…
• This new feature is still discussed elsewhere.
- We have to notice that it doesn't allow to resize the boxes “at will” when this is not planned…
- In some cases, even some captions on buttons don't fit anymore,
because the ratio of the font enlargement and the one of the controls are a mismatch.
- That doesn't work for the dialogues and items (i. e. : Tabs in “Search”) drawn by Windows that TC uses a lot too…
- However, I use it because it's “comfortable” in many places,
for instance in the Options pages… after some fixes already done.
VG
Claude
Clo

• Already in the Tutorials for a fortnight at the chapter about <wincmd.ini> >> “O”…
• This new feature is still discussed elsewhere.
- We have to notice that it doesn't allow to resize the boxes “at will” when this is not planned…
- In some cases, even some captions on buttons don't fit anymore,
because the ratio of the font enlargement and the one of the controls are a mismatch.
- That doesn't work for the dialogues and items (i. e. : Tabs in “Search”) drawn by Windows that TC uses a lot too…
- However, I use it because it's “comfortable” in many places,
for instance in the Options pages… after some fixes already done.

Claude
Clo
#31505 Traducteur Français de T•C French translator Aide en Français Tutoriels Français English Tutorials
Claude, you're right!
I support ron1337's idea to have resizeable dialog boxes.
But to be honest, it was suggested hundred times before, without any effect.
3rd party tools like ResizeEnable may work with other programs, but only temporary with TC until the next restart.
To try to hack the ressources to achieve bigger dialog windows in TC is prevented by its self protection. (Could be a virus...)
One can use the setting OverrideDPI=120 in wincmd.ini to find the proper font settings for TC (Without mismatches).
On a 4:3 screen it is still more comfortably.
I support ron1337's idea to have resizeable dialog boxes.
But to be honest, it was suggested hundred times before, without any effect.
3rd party tools like ResizeEnable may work with other programs, but only temporary with TC until the next restart.
To try to hack the ressources to achieve bigger dialog windows in TC is prevented by its self protection. (Could be a virus...)
The new feature is very useful on wide screen monitors.JohnFredC wrote:I use 120DPI and encounter all sorts of layout and usability issues... even in the M$ products.
One can use the setting OverrideDPI=120 in wincmd.ini to find the proper font settings for TC (Without mismatches).
On a 4:3 screen it is still more comfortably.
