Roassal - Mouse Enter and leave

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Roassal - Mouse Enter and leave

Usman Bhatti
Hello,

Mouse Enter and Leave in Roassal is not working so well. Dynamic edges are removed sometimes but sometimes they are not. Can you please have a look?

tx,

Usman

_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: Roassal - Mouse Enter and leave

abergel
This is tricky. I believe this happens when you move the mouse quickly. It happens that the mouse pointer does some steps large enough to jump from one element to another. So, you may have two MouseEnter and no MouseLeave, simply because the mouse pointer has not been in location that generate a mouse leave. How do you generate the dynamic edges? Using the API we provide?

Alexandre


Le 03-09-2013 à 7:56, Usman Bhatti <[hidden email]> a écrit :

> Hello,
>
> Mouse Enter and Leave in Roassal is not working so well. Dynamic edges are removed sometimes but sometimes they are not. Can you please have a look?
>
> tx,
>
> Usman
> _______________________________________________
> Moose-dev mailing list
> [hidden email]
> https://www.iam.unibe.ch/mailman/listinfo/moose-dev

_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: Roassal - Mouse Enter and leave

Usman Bhatti



On Tue, Sep 3, 2013 at 2:42 PM, Alexandre Bergel <[hidden email]> wrote:
This is tricky. I believe this happens when you move the mouse quickly. It happens that the mouse pointer does some steps large enough to jump from one element to another. So, you may have two MouseEnter and no MouseLeave, simply because the mouse pointer has not been in location that generate a mouse leave. 

Probably. In that case, I'll try to send a sample code to show the problem.
 
How do you generate the dynamic edges? Using the API we provide?

Yes, inspiring from ROMondrianExample>>dynamicLines3On:
 

Alexandre


Le 03-09-2013 à 7:56, Usman Bhatti <[hidden email]> a écrit :

> Hello,
>
> Mouse Enter and Leave in Roassal is not working so well. Dynamic edges are removed sometimes but sometimes they are not. Can you please have a look?
>
> tx,
>
> Usman
> _______________________________________________
> Moose-dev mailing list
> [hidden email]
> https://www.iam.unibe.ch/mailman/listinfo/moose-dev

_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev


_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev