Quinn-Curtis Forums
Quinn-Curtis Forums
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Tools for Microsoft .Net & .Net Compact Framework
 QCChart2D and QCChart2D CF (VB and C#)
 Zoom-Out in .Net CF
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

xrhstogatsos

5 Posts

Posted - 15 Sep 2009 :  06:30:39  Show Profile  Reply with Quote
I'm trying to zoom-out a chart, but it doesn't work as the right-click event doesn't exist at the pocket-PC emulator. Can you tell me how I could fix this problem?

xrhstogatsos

quinncurtis

1164 Posts

Posted - 15 Sep 2009 :  11:25:27  Show Profile  Reply with Quote
Thanks for reporting this. We looked at it and it does seem to be the case that the Pocket PC Emulator does not produce a MouseDown event for a right button down event. Another emulator we tested, a Windows CE emulator, does process the right button down event.

Can you point us to a web page where this limitation of the Pocket PC Emulator is discussed, or did you just figure it out on your own?
Go to Top of Page

xrhstogatsos

5 Posts

Posted - 16 Sep 2009 :  05:01:37  Show Profile  Reply with Quote
I figured this out on my own. I used a counter to count the click events(right or left). Clicking the right button just didn't do anything.
Unfortunately the Windows CE emulator doesn't work for me. And my problem is not solved. Could you suggest something else?


Chris
Go to Top of Page

quinncurtis

1164 Posts

Posted - 16 Sep 2009 :  09:29:42  Show Profile  Reply with Quote
You will have to substitute some other external event for the right button click, and use that to invoke the unzoom (ChartZoom.PopZoomStack) method. You can add a button to the chart, or process a keyboard event. In the example below, the zoomObj object has been made global to the class, and placed inside the button click event.



private void button1_Click(object sender, EventArgs e)
{
      zoomObj.PopZoomStack();
}




Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
Quinn-Curtis Forums © 2000-07 Quinn-Curtis, Inc. Go To Top Of Page
Powered By: Snitz Forums 2000 Version 3.4.07