Messages - Martina [ switch to compact view ]

Pages: [1]
1
Yeah I know but pushtoshow works far better for me, it makes the whole screen available for maximized windows without having to set "autohide taskbar" first, and also doesn't conflict with winamp tray icon.
Hope skrommel is reading this topic :)

2
Please help me!
I'm using Skrommel's PushToShow application in the .exe form and I have a small request. Since I use it as a "special button" on a dock bar is there anybody who could make it work as a taskbar toggler? Like:
 -I click on the icon -> the program starts and hides the taskbar as usual
 -I re-click on the icon -> the program checks if it is already running and if so it shuts down and makes the taskbar visible again

Indeed, the "special button" I mentioned before is a link to a .vbs script that calls a .bat file.

To start dock+PTS I have a link on the QuickLaunch that runs

    CreateObject("Wscript.Shell").Run """C:\\Documents and Settings\\Marco\Documenti\\Programmi portatili\\RK Launcher\\docklets\\Varie\\Avvia dock.bat""",0

which calls

    start "" "C:\Documents and Settings\Marco\Documenti\Programmi portatili\RK Launcher\docklets\Varie\PushToShow.exe"
  start "" "C:\Documents and Settings\Marco\Documenti\Programmi portatili\RK Launcher\RKLauncher.exe"

And this works fine. To shut down, as I wrote above, I've placed a link on the dock that runs

    CreateObject("Wscript.Shell").Run """C:\\Documents and Settings\\Marco\Documenti\\Programmi portatili\\RK Launcher\\docklets\\Varie\\Termina dock.bat""",0

which calls

    tskill RKLauncher
    ***and here I do not know what to put!!!***

Please help me!

Thanks in advance and please answer me,
Martina

3
Hi, I'm using your PushToShow application in the .exe form and I have a small request. Since I use it as a "special button" on a dock bar could you make it work as a taskbar toggler? Like:
 -I click on the icon -> the program starts and hides the taskbar as usual
 -I re-click on the icon -> the program checks if it is already running and if so it shuts down and makes the taskbar visible again

Indeed, the "special button" I mentioned before is a link to a .vbs script that calls a .bat file.

To start dock+PTS I have a link on the QuickLaunch that runs

    CreateObject("Wscript.Shell").Run """C:\\Documents and Settings\\Marco\Documenti\\Programmi portatili\\RK Launcher\\docklets\\Varie\\Avvia dock.bat""",0

which calls

    start "" "C:\Documents and Settings\Marco\Documenti\Programmi portatili\RK Launcher\docklets\Varie\PushToShow.exe"
  start "" "C:\Documents and Settings\Marco\Documenti\Programmi portatili\RK Launcher\RKLauncher.exe"

And this works fine. To shut down, as I wrote above, I've placed a link on the dock that runs

    CreateObject("Wscript.Shell").Run """C:\\Documents and Settings\\Marco\Documenti\\Programmi portatili\\RK Launcher\\docklets\\Varie\\Termina dock.bat""",0

which calls

    tskill RKLauncher
    ***and here I do not know what to put!!!***

Please help me!

Thanks in advance and please answer me,
Martina

Pages: [1]
Go to full version