RefreshWindows - 1.0refresh contents of finder windows and network volumes |
|
||||||||||||||
|
|||||||||||||||
Feedback Summary:
| Version 1.0: | |||||
| Overall Rating: | Not rated (0.0) | Features: | Not rated (0.0) | Support: | Not rated (0.0) |
| Ease of Use: | Not rated (0.0) | Quality / Stability: | Not rated (0.0) | Price: | Not rated (0.0) |
Key to Types of Feedback:
Reviews
Troubleshooting
Usage Tips
Developer Notes
Commentary
Featured Reviews
What do I do now? - Version: 1.0.1, 5/6/2006 08:06AM PST
knottylox
Most Recent Replies: View All 3 Replies
- What do I do now?
Script I use. - Version: 1.0, 2/21/2006 05:38PM PST
MacG5
try
tell application "Finder"
set allWindows to every window
repeat with aWindow in allWindows
try
update items of aWindow
end try
if current view of aWindow is list view then
if calculates folder sizes of the list view options of aWindow is true then
set calculates folder sizes of list view options of aWindow to false
set calculates folder sizes of list view options of aWindow to true
end if
end if
end repeat
end tell
on error
beep
end try
tell application "Finder"
set allWindows to every window
repeat with aWindow in allWindows
try
update items of aWindow
end try
if current view of aWindow is list view then
if calculates folder sizes of the list view options of aWindow is true then
set calculates folder sizes of list view options of aWindow to false
set calculates folder sizes of list view options of aWindow to true
end if
end if
end repeat
end tell
on error
beep
end try
Most Recent Replies: View All 1 Replies
In a Finder window - Version: 1.0, 2/21/2006 01:49PM PST
st3phen
I stuck the icon for this app in the Finder window's Toolbar. I placed it to the right of the Action menu button (already existing) and the Get Info button (previously added). It's not as instantaneous as Windows' F5 key, but still gets the job done.
Download and what next? It just sits there in the applications folder.
How do I get it to start working?