Aqua-Soft Forums: Dashboard & RKLauncher - Aqua-Soft Forums

Jump to content

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Dashboard & RKLauncher Rate Topic: -----

#1 User is offline   batuta Icon

  • Group: Member
  • Posts: 62
  • Joined: 17-July 04

Posted 15 July 2005 - 03:39 PM

How can I do a Link to F8 in the Rk Launcher just like in Tiger?
0

#2 User is offline   revroy Icon

  • Group: Member
  • Posts: 76
  • Joined: 06-November 04

Posted 15 July 2005 - 04:53 PM

make a script in note pad by pasting put in it the following

'--- start ---
set WshShell = CreateObject("WScript.Shell")
WshShell.SendKeys "{F2}"

'--- end ---

name it dashboard.vbs



then drag it to RKLauncher and give it the icon you want.

thats it
0

#3 User is offline   deliciousj Icon

  • Group: Member
  • Posts: 13
  • Joined: 25-June 05

Posted 15 July 2005 - 05:09 PM

thanks a lot! this was helpful. :D
0

#4 User is offline   Larsen2k4 Icon

  • Group: Member
  • Posts: 292
  • Joined: 01-August 04

Posted 15 July 2005 - 06:02 PM

You may also combine this script with launching Konfabulator:

'--- start ---

set wshshell=createobject("wscript.shell")
wshshell.run(chr(34)&"c:ProgrammePixoriaKonfabulatorKonfabulator.exe"&chr(34))
wscript.sleep 3000
wshshell.SendKeys "{F11}"

'--- end ---

This let's Konfab start up, wait 3 seconds until the widgets have been loaded and then show them in Konsposé-mode ... that's how I do it ;) And because you can only run one instance of Konfabulator it also works while it already runs :D
0

#5 User is offline   acastro23 Icon

  • Group: Member
  • Posts: 20
  • Joined: 19-May 05

Posted 15 July 2005 - 06:37 PM

I had the script working fine and now it doesn't.

I double-click the vbs and nothing happend. Any suggestion?
0

#6 User is offline   Infinity Icon

  • Group: Member
  • Posts: 921
  • Joined: 18-November 03

Posted 16 July 2005 - 10:58 PM

The first script works fine for me, just change the F2 to F8 or whatever you have it set to
0

#7 User is offline   vitasg Icon

  • Group: Member
  • Posts: 277
  • Joined: 15-September 05

Posted 16 October 2006 - 10:38 PM

Is it possible to write a script that allows for the following:

1. Click on the icon on RK Launcher to start Yahoo Widget Engine; then

2. While Widget Engine is running, when you click on it a second time it brings up konspose?

If so, is it also possible for the icon on the dock to have a running indicator?

Thanks.
0

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic