Default dialogs options customization

Here you can propose new features, make suggestions etc.

Moderators: Hacker, petermad, Stefan2, white

Post Reply
User avatar
slavne
Junior Member
Junior Member
Posts: 10
Joined: 2008-09-18, 13:30 UTC
Location: Serbia
Contact:

Default dialogs options customization

Post by *slavne »

Hi everybody,
I could not find a way to customize the DEFAULT OPTIONS shown on dialog menus. For example, I often use File pack (Alt+F5) and every time I have to check "Create separate archives" over and over again.

It would be useful if there would be any way to customize default options on dialog menus.
User avatar
slavne
Junior Member
Junior Member
Posts: 10
Joined: 2008-09-18, 13:30 UTC
Location: Serbia
Contact:

Post by *slavne »

Anybody ????????
User avatar
MVV
Power Member
Power Member
Posts: 8711
Joined: 2008-08-03, 12:51 UTC
Location: Russian Federation

Post by *MVV »

Wow, you're really patient. :)
It seems that no one else was interested in that, and that there's no way to set such setting.
However you can use some kind of scripting tools to open pack dialog and check that option, and you can even assign a shortcut (like default Alt+F5) for such command. E.g. using a button/usercommand with my TCFS2:

Code: Select all

Command: TCFS2.exe
Parameters: /ef "eval(tcm(508, 1) + send_wait(`%%n+{tab 6}`, findwnd(`TDLGZIP`)))"
(here %n sends Alt+N to check your desired option, where N is an underscored character of checkbox text - change it according to your translation)
Post Reply