AVEdesk like Dashboard

Can someone help me. How can I make the Avedesk showcase open what I click on a an icon in my objectdock just like dashbaord does

#497095

Just creates a shortcut to avedesk and in the "arguments" box put "-opensc" without the quotes. It worked for me.

#497101

Or create a .vbs file with this code:

'--- start ---

set WshShell = CreateObject("WScript.Shell")

WshShell.SendKeys "{F6}"

'--- end ---

Replace the F6 with whatever your hotkey for showcase is. A similar script can be created for use with other apps too, like expose clones. ;)

#497115

Try this.

http://www.aqua-soft.org/board/showthread.php?t=35055

Uberaaz has written a script for it to work for function keys, so you can customize it for any key.

I use it for Matonga's Winexpose program and it works like a charm. Actually I thinks little script would be a solution to any program like this

#497121

@TomTomx, that's the same as the vbs script I posted above. :)

#497186

how do u make a .vbs file?

#497229

nvm thanks for the help. Theres some bugs 4 me to work out but ill handle it.

#497230

Noob here don't really know how to do it avedesk.

Can u give a me a step by on step on it?

#498310