Welcome to Pintexx Forum Sign in | Join | Faq

pinEdit

Started by Alexander at 06-09-2010 12:46 . Topic has 4 replies.

Print Search
Sort Posts:    
   06-09-2010, 12:46
Alexander is not online. Last active: 26.05.2010 15:04:07 Alexander

Top 75 Posts
Joined on 05-26-2010
Posts 10
How can handle a link Click event
Reply Quote
IHi..
I'm Using Pinedit v 7.2.0.720  for Desktop,
How can handle a Link click event,  I need to know when the user perform click a Link.

Thanks.

   Report 
   11-15-2010, 4:51
galastur is not online. Last active: 21.09.2011 16:29:11 galastur

Top 500 Posts
Joined on 06-01-2010
Posts 2
Re: How can handle a link Click event
Reply Quote
Me too.

Is there any info on this?
   Report 
   11-16-2010, 5:28
Pintexx Support is not online. Last active: 12.01.2012 07:36:39 Pintexx Support

Top 10 Posts
Joined on 08-30-2005
Posts 1.910
Re: How can handle a link Click event
Reply Quote
Hello,

you should use the key down to detect the key press.
Then you can use the EditGetActiveObject method to figure out the active object.

Regards,
Hans-Peter
   Report 
   11-17-2010, 8:11
mocasu is not online. Last active: 14.11.2011 06:39:55 mocasu

Top 500 Posts
Joined on 06-14-2010
Posts 3
Re: How can handle a link Click event
Reply Quote
Hello,

the keydown event is only being fired if read only mode is set to false.

I am using the editor to display some HTML files in read only mode. I need to know on what link they click.

Thanks
   Report 
   11-19-2010, 5:29
Pintexx Support is not online. Last active: 12.01.2012 07:36:39 Pintexx Support

Top 10 Posts
Joined on 08-30-2005
Posts 1.910
Re: How can handle a link Click event
Reply Quote
Hello,

we are currently working on that so that events are also fired in read only mode.

Regards,
Hans-Peter
   Report 
Pintexx Forum » Developer Produ... » pinEdit » How can handle a link Click event