topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Friday March 29, 2024, 1:06 am
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


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]