Hover over bpatcher

Nikolas K's icon

Hi everyone,

Is there a way to know when my mouse enters the area of o bpatcher?
I know about the [hover] object, but it does not work as i want as have some UI elements in the bpatcher.

Something to work like the "onidle" and "onidleout" Jsui functions.

Nikolas

Roman Thilenius's icon

i would use an [lcd] in the background of the bpatcher

Nikolas K's icon

I could get that to work...
Thank you Roman

Roman Thilenius's icon

it probably wont work, ;P what i meant was using a picturecontrol (without pictures) _in front_ of the other object. this is the method i am using in various situstions including bpatchers, plug-ins ... and has never failed until now.

-110

sousastep's icon

can't quite find a good way to do this either, with ubutton or panel

edit: looks like hover @mode 1 works!

TFL's icon

OMG I wasn't aware of this @mode 1! It just simplified a LOT a 1 year old problem I had. Thanks.