Author Topic: Common dialog sizes (open/save file etc)  (Read 1759 times)

0 Members and 1 Guest are viewing this topic.

MickD

  • King Gator
  • Posts: 3653
  • (x-in)->[process]->(y-out) ... simples!
Common dialog sizes (open/save file etc)
« on: June 11, 2008, 01:21:11 AM »
Can somebody tell me where a variable/setting is to save the common dialog sizes after resizing them for the open/save and insert block dialogs etc.?

I have set this up before so it can be done, it's just annoying every time you choose 'open' and you can't read the whole file name.

thanks,
Mick.
"Programming is really just the mundane aspect of expressing a solution to a problem."
- John Carmack

"Short cuts make long delays,' argued Pippin.”
- J.R.R. Tolkien

MickD

  • King Gator
  • Posts: 3653
  • (x-in)->[process]->(y-out) ... simples!
Re: Common dialog sizes (open/save file etc)
« Reply #1 on: June 11, 2008, 04:55:16 AM »
Ok, a bit of snooping in the registry I can find some entries where I can set the W/H. Any have any quick hacks to automate this??

I could have sworn acad looked after this, midn you that was 2006, I'm now using 2008, maybe that's why???
"Programming is really just the mundane aspect of expressing a solution to a problem."
- John Carmack

"Short cuts make long delays,' argued Pippin.”
- J.R.R. Tolkien

FengK

  • Guest
Re: Common dialog sizes (open/save file etc)
« Reply #2 on: June 11, 2008, 05:03:11 AM »
Ok, a bit of snooping in the registry I can find some entries where I can set the W/H. Any have any quick hacks to automate this??

Use a command reactor to detect commands such as "OPEN", "INSERT", etc.? Would this approach work for you?

MickD

  • King Gator
  • Posts: 3653
  • (x-in)->[process]->(y-out) ... simples!
Re: Common dialog sizes (open/save file etc)
« Reply #3 on: June 11, 2008, 05:26:15 AM »
I was just after something quick but I had thought of something along those lines too.
Rather than a reactor I'd just change the menu/command macro to use my dialog. I'm sure there's an easier way though, thanks.
"Programming is really just the mundane aspect of expressing a solution to a problem."
- John Carmack

"Short cuts make long delays,' argued Pippin.”
- J.R.R. Tolkien

MickD

  • King Gator
  • Posts: 3653
  • (x-in)->[process]->(y-out) ... simples!
Re: Common dialog sizes (open/save file etc)
« Reply #4 on: June 11, 2008, 06:29:11 AM »
The quickest way was to edit the reg and export the settings, I deleted the other un-needed values so when it merges it only changes the size and the view is set to 'details'

for some reason, my pc at home saves the changes after dragging the border and changing the view???

use at your own risk! removed
« Last Edit: June 11, 2008, 05:30:11 PM by MickD »
"Programming is really just the mundane aspect of expressing a solution to a problem."
- John Carmack

"Short cuts make long delays,' argued Pippin.”
- J.R.R. Tolkien

FengK

  • Guest
Re: Common dialog sizes (open/save file etc)
« Reply #5 on: June 11, 2008, 12:30:43 PM »
for some reason, my pc at home saves the changes after dragging the border and changing the view???

On my computer, these settings are also saved, even between different sessions.

MickD

  • King Gator
  • Posts: 3653
  • (x-in)->[process]->(y-out) ... simples!
Re: Common dialog sizes (open/save file etc)
« Reply #6 on: June 11, 2008, 05:29:45 PM »
hmm, I just tried at work, I can see the reg change if I drag the border so it is saving the changes but when I open it again it defaults to the std size again???

btw, that reg file will not merge, I'll explain later but I'll remove the file for now. It has to do with the paths (duh!).
"Programming is really just the mundane aspect of expressing a solution to a problem."
- John Carmack

"Short cuts make long delays,' argued Pippin.”
- J.R.R. Tolkien