Touch test in VS2010 for Windows Phone 7 - windows-phone-7

Can someone tell me how to test the Touch function in VS2010 for Windows Phone 7 emulator? I wrote a simple phone 7 app to test touch function, when I move the mouse and click in side the phone screen, nothing happened.
-Henry

The mouse does work for single finger gestures and taps, not sure why it wouldn't work for you except to assume that your code must not be working as you assume :-)
Just for reference, the other way of testing multi-touch is to have a multi-touch enabled monitor

Related

Multitouch on Emulator (Windows Phone 8.0)

In my Windows Phone 8.0 project, I am using 2 slider(right and left side) for controlling my robot but it is possible to use multitouching on Windows Phone Emulator? I would like to control 2 slider at the same time.
Sliders
If you run it on a computer with multi-touch then the emulator will pass that through.
If not then you can only test single-touch or specific gestures such as rotate and pinch-zoom with the "Multi-touch Input" tool (the hand on the emulator's toolbar). It will be a bit limited, but you should be able to use this tool to run both sliders simultaneously, if not independently.
--Rob

Disabling 'hover' in Windows 8 Simulator in Touch mode

I'm using the Windows 8 Simulator to do some testing of my website in IE10 using touch. However, when I select the single point (basic) touch mode (or any touch mode, for that matter), I find that Windows (and IE) still generate hover events. What I really want to do is test as if I was on a purely touch system with no support for hover.
Is it possible to adjust the Simulator so that it only responds to taps and related events, and not hover?

Simulating touch gestures on XNA in windows

I am developing a game for Windows Phone 7 using XNA, and I have set it up so that it runs as a Windows XNA app as well. The thing that I am having a problem with now is simulating the XNA touch gestures using the mouse in the same way that the Windows Phone 7 emulator does. I can't use the Windows Phone 7 emulator because it refuses to run on my laptop, because the hardware isn't new enough.
Any ideas on where I might either find a library which can translate mouse data to touch gestures, or where I might find enough information to get started without huge amounts of guesswork?
Here is a good article about Gestures (CS)/Gestures (VB).
Article Overview
Compare the Gestures abilities of Windows Phone 7 to other major phone
platforms, and learn how to take both gesture and raw touch input on
Windows Phone 7. This article is a thorough comparison of the gestures
features available across the major phone platforms, and contains code
to support basic touch-based input scenarios.

Is it possible to emulate a second finger for the Windows Phone 7 emulator?

It's a bit annoying having to deploy to a device everytime to test multitouch functionality so I was just wondering if it's possible to fake the second finger. Obviously plugging in two mouse's doesn't help...
There's no out of the box support for this at the moment, but there are some options you can look into for this.
Jonas Follesø's World of Software - Simulating multitouch on the Windows Phone 7 Emulator
Windows MultiPoint Mouse Software Development Kit
Multi-Touch Vista
In addition to the links from Mick N, you may also want to have a look at the MultiTouch Behavior for Windows Phone 7. As this includes support for simulating multiple touches with the emulator and a single mouse while testing.

Affordable options for multi touch desktop device (To test apps on Windows phone 7 emulator)?

I am looking to get into Windows phone 7 development. I am running Windows 7 and i know it supports multi touch which i can then use in the emulator if enabled.
Is there any way for me to try this out without me paying a premium for a tablet, phone or touch monitor?
Many thanks,
Kohan.
You could always emulate multitouch until you have an actual phone to test on.
Just found this, how to make your own surface like touch screen. Wow!
http://geekswithblogs.net/kobush/archive/2009/03/10/129993.aspx

Resources