How to put Widgets on the Desktop !

Ric

Joined
May 14, 2004
Messages
4,260
Reaction score
5
A hand way of putting a 'Widget' on your Desktop...

...This is really a debugging feature for those of us that like to write our own 'Widgets'.

Open Terminal...

Type
Code:
defaults write com.apple.dashboard devmode YES

Now you have to restart Dashboard to make it recognize the new settings, Dashboard is part of the Dock application so you have to quit the Dock...

In Terminal

Type
Code:
killall Dock


killall.jpg



The Dock should then vanish, but don't worry the Dock will then start right back up !

Now for the fun bit...

Activate the Dashboard...then click and hold one of your Widget's (don't let go of the mouse/trackpad button !)

Now de-activate the DashBoard (F12 as long as you haven't changed the default !)

Now when you see the normal Desktop again you can let go of the button...

...if you want any more on your Desktop just repeat the process !

...to turn off


Type
Code:
defaults write com.apple.dashboard devmode NO

and a

Type
Code:
killall Dock


regards

Ric
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top