Objectdock interfering with Games
Friday, January 27, 2006 by midnight mick | Discussion: ObjectDock
I like to use Normal Window Z-Ordering so I can call for it at anytime for all my programs but when I play PC games that are controlled by a mouse then Objectdock pops up now & again if I move my mouse to that certain edge of the screen which isn't what I want!
I know I could turn Objectdock off before I start playing but I have my game icons on Objectdock so that kinda defeats the object!
If there isn't a fix, then I propose an idea:
Create an additional option seperate from the Z-Option etc so that you could also include per program setting (Exclusion list?) .
That way you could choose Normal Window Z-Ordering for all programs expect for any that you don't want Objectdock to interfere in (Stay on bottom).
If there is already a way to fix this though I'd really appreciate it if you could tell me.
Thanks.
Reply #2 Friday, January 27, 2006 5:46 AM
I used to have this problem with the freeware version. I play UT2004 a lot and when I moved my mouse forwards (up) OD would appear at the top of the screen and the game would minimize to taskbar. The easiest way to solve it was to exit OD before starting the game.
I haven't had this problem at all since I started using using OD+
Reply #3 Friday, January 27, 2006 5:57 AM
I would like to D/L a time trialed OB+ if possible?
Reply #4 Wednesday, February 1, 2006 3:59 AM
Reply #5 Wednesday, February 1, 2006 9:46 AM
Reply #6 Wednesday, February 1, 2006 12:59 PM
The batch file to close it, however, looks interesting!
My biggest whining point is that certain applications must use an interface that includes DHTML or js or something (Note my proficiency with which interface is which!
). When you have them open, if you mouse over the spot that would normally activate a tabbed dock that is acting as a drawer, you see a white space appear in the program's interface, and then it goes away - most of the time, but not always - when you mouse away. With other full-screen programs, sometimes games w/ heavy graphics, the tabbed docks try to appear through them - and are partially successful - messing up the screen. Closing OD+ temporarily is the only way out at times.The "white block of space" thing happens on a few applications that I use. Right now I can affirm that Broderbund's 3D Home Architect Studio Deluxe has this conflict with OD+. There are others, but I can't think of them offhand - it's my "getting too old, CRM" problem - internal memory!
Please login to comment and/or vote for this skin.
Welcome Guest! Please take the time to register with us.
There are many great features available to you once you register, including:
- Richer content, access to many features that are disabled for guests like commenting on the forums and downloading skins.
- Access to a great community, with a massive database of many, many areas of interest.
- Access to contests & subscription offers like exclusive emails.
- It's simple, and FREE!







Reply #1 Friday, January 27, 2006 5:16 AM
you will need taskkill - write a batch file that looks something like this:
"C:\whereveryouputit\taskkill.exe" /F /IM msnmsgr.exe /IM Type32.exe /IM Point32.exe /IM OSDMenu.exe /IM Monitor.exe /IM RcMan.exe /IM CTSysVol.exe /IM mcagent.exe /IM yzdock.exe
following that, write another batch file that calls the one above and then starts your game, for example...
CALL "C:\whereeveryousavedit\Kill Tasks.bat"
CALL "C:\blahdebah\Soldier of Fortune II - Double Helix - Multiplayer.lnk"
you must have the game called as a link ie shortcut, else it won't work.
You can also write a batch file to end non-essential services too, and then have another one to restart after the game, but that takes a bit more time.
Have fun, hope that helps.