Hi, http://reghellin.com/debug/tips/it/
Standard Tips implementation over the image, with a little fx add. Nothing special. As you can see, if you move the mouse rapidly, it doesn't work properly.. The reason, I guess, is that the mouse hover the tip area and so there are some incorrect enter/leave event fires. Don't know if maybe could be my mouse too fast (I use an iMac, and I've got all prefs to the max values), but anyway, this is not good. I made a custom Tooltips class, it has the same problems, but it works a little better than Tips. I was wandering: maybe the mousemove event is too slow. Could I use a timer (Function:periodical) in my class instead of mousemove? Maybe the timer could better/faster react to the mousemove. Could it lead to memory/processor problems? And if not, how could I get the mouse x/y coordinates from the funciton fired by the timer? If I find a good solution, I'll post the Tooltips class. Thanks
