Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Diagram_PreviewKeyUp auto raising with TSReaderPro (Read 4851 times)
Anshul
Senior Member
****
Offline


I love YaBB 1G - SP1!

Posts: 316
Joined: Apr 3rd, 2009
Diagram_PreviewKeyUp auto raising with TSReaderPro
Apr 13th, 2011 at 11:02am
Print Post  
Hi,

We are capturing Diagram_PreviewKeyUp event to perform some task in our application.

When our application is running and we also run TSReaderPro2.8.46f.exe utility at the same time than on mouse move or node drag operation, Diagram's PreviewKeyUp event is raising which executes unwanted code and cause for bug in our application.

But, if we don’t run TSReaderPro2.8.46f.exe utility while our application is running, everything works fine and with mouse operation (node drag by mouse, mouse move) diagram's PreviewKeyUp event not raised.

Could you please let us know what is happening when this utility Run?  Why key event is raising while we are performing operations with mouse.

Thanks,
Anshul
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Diagram_PreviewKeyUp auto raising with TSReade
Reply #1 - Apr 13th, 2011 at 1:19pm
Print Post  
Do you mean this application?
http://www.coolstf.com/tsreader/
  
Back to top
 
IP Logged
 
Anshul
Senior Member
****
Offline


I love YaBB 1G - SP1!

Posts: 316
Joined: Apr 3rd, 2009
Re: Diagram_PreviewKeyUp auto raising with TSReade
Reply #2 - Apr 13th, 2011 at 1:25pm
Print Post  
yes, stream analyzer tool.
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Diagram_PreviewKeyUp auto raising with TSReade
Reply #3 - Apr 14th, 2011 at 7:34am
Print Post  
I could not get any PreviewKeyUp events using TSReaderLite and this sample:
https://mindfusion.eu/_samples/EventLogger.Wpf.zip

I'm not sure if there should be a MPEG movie playing within the application for this to happen. Are you using a hosted WMP control to play MPEGs?
  
Back to top
 
IP Logged
 
Anshul
Senior Member
****
Offline


I love YaBB 1G - SP1!

Posts: 316
Joined: Apr 3rd, 2009
Re: Diagram_PreviewKeyUp auto raising with TSReade
Reply #4 - Apr 14th, 2011 at 8:49am
Print Post  
Hi Stoyan,

I have already sent a sample to your support ID, please refer that sample application.

Also, please use following setting in a new profile and use that profile to run the TsReader application.

UDP Address:           <Machine IP>
Port Number:            8087
Interface Address:   <Machine IP>

After applying these setting run the TsReader application and also run shared sample application, you will be able to find previewkeyup event while performing mouse operations.

Regards,
Anshul
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Diagram_PreviewKeyUp auto raising with TSReade
Reply #5 - Apr 14th, 2011 at 10:01am
Print Post  
I'm getting only "failed to connect to socket" messages with these settings. Is your sample supposed to open a socket on port 8087? The last one I have doesn't.
  
Back to top
 
IP Logged
 
Anshul
Senior Member
****
Offline


I love YaBB 1G - SP1!

Posts: 316
Joined: Apr 3rd, 2009
Re: Diagram_PreviewKeyUp auto raising with TSReade
Reply #6 - Apr 14th, 2011 at 1:15pm
Print Post  
Hi Stoyan,

I didn’t get this type of error while using port 8087. You can try with 8080 port or some other also by which TsReader application run properly and then run the sample application to see the issue.

We have modified your sample and issue is reproducible in this sample also. We are sending this sample also to your support id.

Please look in to this issue and let know the possible solution as soon as possible.

Regards,
Anshul
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Diagram_PreviewKeyUp auto raising with TSReade
Reply #7 - Apr 14th, 2011 at 3:17pm
Print Post  
I got it too but don't think it has anything to do with the diagram control. If you add a breakpoint to the KeyUp handler it shows a legitimate callstack passing a keyboard event down. If you always get the same key (F24 in my test), I suppose you could add a condition to ignore it. Otherwise check in this tool's options if it doesn't have a global keyboard hook to activate some function when a key is pressed, and disable it if you find anything.
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint