| Newsgroups |
gmane.comp.windows.power-pro |
| Message-ID |
<[email protected]> |
Hello,
I'm trying to get the formatting etc set up just right in order to have a recent folders
bar show up whenever I have a Save As dialog box comes up.
This is working fine for having a bar of manually entered folders come up, which is wonderful:
List: customfolders
*Format
Context
filedialog
Then at edit list item dialog:
command:
*Keys
Enter Keys:
{to folder}C:\
More commands:
wait.forinterval(750)
*Keys {enter}
So I'm hoping to get some help in taking perhaps that basic idea and adapting it
so that, when a Save As dialog box comes up, a similar kind of bar will come up,
but this time with a bunch of recent folders that I have recently navigated to with
my Save As dialog boxes, as I've saved items to various locations.
At Setup I have Track explorer folders> 32 enabled.
So what I have so far is a sort of duplicate of some of the above customfolders command list.
List: DialogBox_Recent (as with above, auto show as bar enabled)
*Format
Context
filedialog
Then at edit list item dialog:
Name:
explorer_menu_recent_1
command:
*Menu Menu action
Explorer
sort order:
LastAccessed
Now when I go to save a file from a program, the bar comes up
'explorer_menu_recent_1"
but I can never get the menu to become populated with anything.
All I see is "Explorer LastAccessed", and greyed out is the word "Empty"
So now I'm wondering what to do in order to get some folders showing up in the
'explorer_menu_recent_1"
bar that shows up?
My goal is, whenever a Save As (or Open) dialog box shows up, to have a bar (of recent folders
I've recently saved files in) show up, so I can then click on a recent folder in the bar,
and have it bring me to that folder in the Save As dialog box.
Thanks for any ideas.