分类: 嵌入式
2012-04-28 16:03:13
When you use a web browser on a device that is running Windows Embedded Compact 7, a left mouse button click may not have any effect inside the browser window. This problem occurs when you open a webpage with a web browser and click a hyperlink on the page. Instead of going to the associated webpage, the browser does not respond. In this situation, the only way to go to a website is to click the address bar, manually enter a URL, and press Enter.
This problem has not been observed on Virtual CEPC.
Cause
By default, the Windows Embedded Compact 7 browser is set up for touch devices.
ResolutionTo address this issue, apply one of the following resolutions:
You can set an environment variable for your OS image by using the Platform Builder integrated development environment (IDE), the command line, or a batch file. The following procedure describes how to accomplish this task by using a batch file. In this case, you edit the batch file for your BSP, which is located at %_WINCEROOT%\platform\
To map mouse events to touch gestures, you need to set the registry key [HKEY_LOCAL_MACHINE\SYSTEM\GWE\UserInput] to PromoteMouseInputToTouchInput=dword:1. You can either follow the instructions below or watch this to learn how to edit the registry in Windows Embedded Compact 7.
To map mouse events to touch gestures by using the registry