views:

62

answers:

3

Hi,

I have a Silverlight 4 desktop application which I control using a touchscreen (on an HP Touchsmart).

Most of the time it works fine but sometimes when clicking something everything just zooms in and every time it happens things get bigger and bigger.

The only way to get the normal size again is by restarting the application.

Has anybody got any idea what might be causing it ? Does not seem to happen in browser mode.

Is there a way to prevent zooming?

Thnx

+1  A: 

We experienced the same. You can try to zoom in and out by using the pinch gesture, but that does not answer your question of why it is happening in the first place.

Hoping someone would be able to shed more light on this problem.

Sanin

Sanin
I did not experience the problem after disabling auto zoom:Application.Current.Hosts.Settings.EnableAutoZoom = false;
TimothyP
A: 

Hi

I want to develop silverlight touch sreen application(XP).But I am not getting good article or books related to this stuff.. Plaese help me.

[email protected]

Aravind
+1  A: 

I did not experience the problem after disabling auto zoom: Application.Current.Hosts.Settings.EnableAutoZoom = false

TimothyP