wolfmah

wolfmah

Joined Member # 1491860
0 Posts 0 Replies 27 Reputation

If mouse is away from container AND mouse is over container component The "mouse is away from container" is pretty easy to do, but knowing if the mouse is over a component while remaining in the container script (otherwise, I'll be leaving the script and thus resulting in the hidding of the container before I ever arrive to the componen

7 Replies 1,078 Views

With what I can understand of your post is that I should use an OnStateChange callback to check the mouse event. This code should be found in the container script and it should check wether the mouse is over a components or emptiness. In the last case, it should then make the container dissapear while making the containerActivator visible. If that's what you mean, then how could I know I'm over a component while beign in the container script? I have check the doc and there is no mention

7 Replies 1,078 Views

How can we achieve an auto-hide feature that doesn't have the slopoke animation of "Object.AppBarMode = 2"? (when you have more than 100px slidding, the delay is no more acceptable) I have begun something but now I'm stock with another problem. First, I have created an object with an empty 1px PNG. This object is use to activate the auto-hide feature. So, when you over it, I output some script code to make it disappear and to show the real thing. This new object that I am showing is act

7 Replies 1,078 Views