Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Change Dock Size?' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Change Dock Size?
Authored by: mpmchugh on Dec 01, '01 09:11:14PM

Is there any way to modify the script to dynamically increase or decrease the number of slots in the dock so there are never extraneous ones, or not enough?



[ Reply to This | # ]
Change Dock Size?
Authored by: james_sorenson on Dec 02, '01 01:42:43AM

Here, this will give you the current number of vertical and horizontal
slots in DragThing.

tell application "DragThing"
set vertslots to vertical slots of dock "Main"
set horizslots to vertical slots of dock "Main"
end tell



[ Reply to This | # ]