Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic WebApp events (Read 2092 times)
Erick Cuellar
Guest


WebApp events
Oct 12th, 2005 at 9:31pm
Print Post  
is it possible to capture events from the webpage?  Clicks, Double clicks in boxes, arrows?, and transfer them to the server?

Thanks in advance.
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: WebApp events
Reply #1 - Oct 13th, 2005 at 7:29am
Print Post  
You can do that only by setting the Hyperlinks of boxes to do postbacks to the server, or add Javascript event handlers to the <IMG> tag so they transfer the mouse point coordinates to the server. In the latter case when you get the point coordinates on the server, use ClientToDoc to find the document point coordinates and one of the GetBoxAt, GetArrowAt, etc methods to find out what item was clicked or double clicked.
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint