PDA

View Full Version : Bug in tooltips plugin or buttonMode


myksa
11-10-2008, 09:29 AM
Hello,

when I set buttonMode=0, button shouldn't response to any mouse events. It doesn't response to 'click', 'over' (cursor is always an arrow) etc, but tooltips plugin still catches 'over' event and displays alt text.

I wanted to hide some hotspots and disable them at all, but setting alpha=0 and butonmode=0 is not enough.

Any suggestions on this subject?

Thanks

siesfor
11-15-2008, 05:06 PM
you need to set the hotspot as....

visible=0

alpha just makes the hotspot transparent, but it's still considered as being there.
and buttonmode determines whether or not you can interact with the hotspot, but FPP still recognizes it as being there.