Re: Clipboard and customfolders Open/Save dialog box navigation questions for Windows 10
| Newsgroups | gmane.comp.windows.power-pro |
|---|---|
| Message-ID | <[email protected]> |
I don't use PoewrPro for favorite folders under Win10, since pinning to the quick access portion of explorer/fdialog does the same things. But you can still use PP if you want. For oper/save you have to use Exec ToFolder command in your bar or hot key to set to a folder, eg Exec ToFolder c;\users\username\Docments where "username" is replaced by your windows id (user explorer to look under C;\users if you are not sure). From the Help. For Windows 7 and later, you can take advantage of the fact the the same window layout is used for both Explorer and File Dialogs to create a bar which will set the bread crumb representation of the current folder at the top of the dialog and move to that folder. This bar would could be positioned beside the active window or in the caption, if desired. It would be shown only for file dialogs and explorer windows by making the following the first command. Format Context filedialog, explorer The bar could contain one or more buttons of the following types. To use a pre-defined folder, set the button left command to: Exec ToFolder folder/path For the hot key issue, Windows restricts PPro (and all other programs) from arbitrarily changing the foreground window, but creating a startup scheduled event to execute the command exec.showmethod(1) works for me. You must use dot format for exec command, NOT exec showmethod 1. For other win10 gotchas, see the windows 10 issues text file in the yahoo file section.