Icons Shift Right
SysTray Tab
Tuesday, May 9, 2006 by Cynthia Blue | Discussion: ObjectDock
How can I get this fixed so it no longer moves?
Thanks.
Reply #2 Friday, May 12, 2006 9:57 AM
Reply #3 Friday, May 12, 2006 10:23 AM
I've tried reproducing that kind of problem before in tabbed docks but was completly unable to get it to happen or figure out what in the code would make something like that happen. Any tips as far as reproducability or more details/thoughts on what it looks like when this happens? e.g. does it seem like a new item has been added so everything is shifted over and the last one goes down a line? or does everything just shift over right completly, etc? does resizing it bring it back to normal, etc that kinda thing. Thanks!
-Jeff
Reply #7 Monday, June 12, 2006 1:06 PM
I have this problem constantly and it is easy to reproduce. Create a System Tray (I have mine NOT showing as a drawer, "Always on top" is checked, and the "User Zoom effect" is checked). Start some app that can be exited via the system tray icon and make sure it starts before other apps that have System Trays (i.e. it will be on the left of other icons). Exit this app from its system tray icon so other icons shift left to fill in the gap. Now, mouse over any of the shifted icons. You'll notice this bug. It appears to me to be a simple array off by 1. When mousing over, the effect is created in the original spot (one array) but the icon is correctly positioned when the mouse is not over (some other array).
**User's Note: The way to fix it, temporarily, is drag the right-most icon like you're going to change its position, but put it right back to its original spot. This does a re-order on the icons and corrects the problem.
(Programmer's note...As a temporary fix if you can't find the array problem, if an icon is removed/app is closed, you could call the re-order function right afterwards)
Hope this helps...
Reply #8 Wednesday, June 14, 2006 5:08 AM
Was able to reproduce with the help. Sorry for the delay I was away from the project for a little while... problem is fixed for the next release thanks to your help 
-Jeff
Reply #9 Thursday, July 20, 2006 4:21 PM
If anyone's dock items still do this, give my tip a shot. I even did this on a drugged AIM icon after exiting ICQ Lite 5.0 (rightclick icon>shut down) and the icon never did that again.
This trick works on tabbed docks and normal docks set to animation off.
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 Tuesday, May 9, 2006 11:23 AM
Still a great app!~