PDA

View Full Version : Feature request for Files Tab



GxOxZxExR
July 5th, 2004, 01:15 AM
Howard,

In the Files Tab under Settings, have you thought about setting the FolderBrowserDialog.SelectedPath when the user clicks Browse for Main Attachments Folder and Main Parts Folder if there is already a path present? You may have a good reason for not, but it's a pet peeve of mine when the programmer doesn't set this and I have to drill down through possibly several levels of folders to find the one I want to download my current selection in when it may be just a single click away from the previously selected folder. Just check that the folder in the textbox exists, then set SelectedPath before displaying the FolderBrowserDialog. What do you think? As always, thanks for your excellent support of an excellent product.

G

BinaryBoy
July 5th, 2004, 03:31 AM
This should be available in the next build.

In unmanaged C++ it's a lot different. It actually requires a callback function and this wasn't mentioned in the API description, which is why it wasn't in originally.

GxOxZxExR
July 5th, 2004, 08:18 AM
Ah, okay, I didn't realize you hadn't converted to C# yet. It's really a wonderful language, but I'm sure you already know that. Thanks very much!

BinaryBoy
July 6th, 2004, 06:52 AM
Fixed. http://www.binaryboy.com/patch.php

GxOxZxExR
July 6th, 2004, 07:16 AM
Awesome! Works great, much thanks.