[request] App To Fix Objectdock Bug

hi, can someone make an app in order to Start objectdock.exe, check "AutoHide " close it, then open it again and "uncheck autohide" only just clicking on it ? coz now i`m in love with the new objectdock and it works perffect but it has a Big Bug... and the only way to fix it is doing that procedure all the time, i start my pc or something happens..... please..... :(

i hope someone out there can help me.

thanks in advance. :canadian:

"please to you all bloody poster" : i just want to make nicer and less anoying my life ... DO NOT tell me TO DO ALL the PROCEDURE by my self ALL the time as i`ve been doing for a while.... or that i`m lazy or that i must die for request an app like this or... "whatever"....if there is a way to make it automatic .. it must be done !! i`m not a robot !! if none of you want to do it.. just say I won`t do it. that is all.

Thanks a lot for your time. bye ...

#79744

Originally posted by IngeneerMind@Nov 17 2003, 07:50 PM

i must die

What a cry for help.

Maybe this is a calling for you to learn programming skills my poor ingeneering but not ingeneering mind lad.

#79748

lol,... the Purple W has spooken !!! :P i have made something but ..... i don`t know... want to see what you all can do .. maybe one of you have a better idea or whatever .. this is one of the main objectives here. try to help each other ... or i`m Wrong ?

#79754

Its already been made and out for quite a while...

#79859

The script-file is empty.

Not a single character in there...

:(

#79894

Create New Shortcut in ObjectDock

Title: Hide/Unhide OD

Link: browse to ObjectDock.exe

Arguments: -ah2

click OK

Now when you double-click on the new icon in your dock, it will hide/unhide OD.

#79896

1 Open Notepad.

2 Cut and paste the text below.

3 Change "PATH" to your ObjectDock folder.

4 Change "2000" to the number of milliseconds to wait (I have it wait 2 seconds).

5 Save the file as "Start OD.vbs" (use the quotes or it will create a TXT file).

6 Run this file to load ObjectDock. You may have to tell your anti-virus program that it is OK.

Enjoy! :D

--- Cut and paste the text below ---

Set WshShell = CreateObject("WScript.Shell")

Set oExec = WshShell.Exec("C:\PATH\ObjectDock.exe -ah1")

WScript.Sleep 2000

Set oExec = WshShell.Exec("C:\PATH\ObjectDock.exe -ah0")

#80176

Originally posted by Mad_Mike@Nov 18 2003, 11:32 PM

1 Open Notepad.

2 Cut and paste the text below.

3 Change "PATH" to your ObjectDock folder.

4 Change "2000" to the number of milliseconds to wait (I have it wait 2 seconds).

5 Save the file as "Start OD.vbs" (use the quotes or it will create a TXT file).

6 Run this file to load ObjectDock. You may have to tell your anti-virus program that it is OK.

Enjoy! :D

--- Cut and paste the text below ---

Set WshShell = CreateObject("WScript.Shell")

Set oExec = WshShell.Exec("C:\PATH\ObjectDock.exe -ah1")

WScript.Sleep 2000

Set oExec = WshShell.Exec("C:\PATH\ObjectDock.exe -ah0")

@Mad Mike : i have only one Word...... THanks !!!!!!!!

this fixs Works beautyful...... :)

@GameBoyzGB thanks you too ... but the mad_mike solution is just so cool !!!! :)

#80288

Glad I could help.

#80306