Hover over bpatcher
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
i would use an [lcd] in the background of the bpatcher
I could get that to work...
Thank you Roman
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
can't quite find a good way to do this either, with ubutton or panel
edit: looks like hover @mode 1
works!
OMG I wasn't aware of this @mode 1! It just simplified a LOT a 1 year old problem I had. Thanks.