Welcome Guest Search | Active Topics | Sign In | Register

Sending mouse events to WebView Options
Pepito
Posted: Tuesday, July 12, 2016 10:04:23 PM
Rank: Newbie
Groups: Member

Joined: 7/12/2016
Posts: 2
The MouseEventType enum in the SendMouseEvent method supports only Click, Move and Wheel. Click works fine.

I didn't find any option to send fundamental mouse events like MouseDown, MouseMove, MouseUp.

I have to use these in a project that uses off-screen rendering.

How can I emulate these mouse events or the alternative touch events?
eo_support
Posted: Wednesday, July 13, 2016 4:49:02 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,080
Hi,

We do not support mouse down and mouse up yet. We will add it in our next build.

Thanks!
Pepito
Posted: Wednesday, July 13, 2016 9:24:25 PM
Rank: Newbie
Groups: Member

Joined: 7/12/2016
Posts: 2
Thank you.

According to the change log new builds come approximately on a weekly basis. Based on our project schedule we can wait about two weeks before making final decision on the component we are going to use. I will keep an eye on the new releases.

If and when needed, please help renewing the trial period.
Thanks again.
eo_support
Posted: Thursday, July 14, 2016 11:55:13 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,080
Hi,

I believe this will be out in our weekly update tomorrow. If anything changes I will let you know.

Thanks!
eo_support
Posted: Friday, July 15, 2016 10:49:55 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,080
Hi,

This is just to let you know that the new build is out. You can download it from our download page. In the new build the MouseEventType contains two additional value: Up and Down. You can use those two values to send mouse down and up event.

Thanks!
David Robinson
Posted: Tuesday, August 23, 2016 8:29:05 PM
Rank: Advanced Member
Groups: Member

Joined: 4/6/2015
Posts: 33
What about MouseHover, MouseEnter, MouseLeave?
Thanks
eo_support
Posted: Friday, August 26, 2016 7:15:54 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,080
Hi,

JavaScript does not have MouseHover event. MouseEnter and MouseLeave event can not be sent directly --- they are derived from MouseMove event.

Thanks!


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.