|
|
pinEdit WP
Started by galastur at 07-21-2010 12:47 . Topic has 2 replies.
 
 
|
|
Sort Posts:
|
|
|
|
07-21-2010, 12:47
|
galastur
Joined on 06-01-2010
Posts 2
|
MouseLeave event not firing up
|
|
|
|
|
Any reasons why this will now fire up when the mouse moves outside the pinedit control !!!????
private void pinEditWinFormControl1_MouseLeave(object sender, EventArgs e) { MessageBox.Show("I am outside the control"); }
|
|
|
|
|
Report
|
|
|
|
07-23-2010, 3:01
|
galastur
Joined on 06-01-2010
Posts 2
|
Re: MouseLeave event not firing up
|
|
|
|
|
I meant to say : why it does not fire up ...
|
|
|
|
|
Report
|
|
|
|
07-26-2010, 9:21
|
Pintexx Support
Joined on 08-30-2005
Posts 1.910
|
Re: MouseLeave event not firing up
|
|
|
|
|
Hello,
we use internally the web browser namespace. And this control seems not to support that.
We will try to find a workaround.
Regards,
Hans-Peter
|
|
|
|
|
Report
|
|
|
|
|
Pintexx Forum » Developer Produ... » pinEdit WP » Re: MouseLeave event not firing up
|
|
|
|