* ****************************** Loongembedded ******* *************************
Author: loongembedded (Kandi)
Time: 2012.05.15
Category: wince System Development
* ****************************** Loongembedded ******* *************************
During this period of time, the customer's problem has been solved. One of them is that it cannot be selected under the Internet option of wince.
This problem occurs, for example, if you choose Internet Options> Security> Settings, you cannot set them. Later, a netizen said that he could, but he could learn from his system engineering, what components can be related to here? At the beginning, it was definitely related to Internet-related options, but when I found out this related component, I almost didn't mine it, as long
You can set the shell and user interface> User Interface> mouse component. Currently, you cannot figure out how the two are connected. If you want to know, share them with others.
The setting problem is solved, but because the device does not use the mouse, there should naturally be no mouse symbol. How can this problem be solved? You only need to comment out the code in the movepointer () function under the display driver.
Cursoroff ();
If (xposition! =-1 | yposition! =-1)
{
// Compute new cursor rect
M_cursorrect.left = xposition-m_cursorhotspot.x;
M_cursorrect.right = m_cursorrect.left + m_cursorsize.x;
M_cursorrect.top = yposition-m_cursorhotspot.y;
M_cursorrect.bottom = m_cursorrect.top + m_cursorsize.y;
Cursoron ();
}
Of course, if you have a better solution, I hope you can share it with me. Thank you.
Related Links
Http://topic.csdn.net/u/20120509/14/39ae987c-bb2c-4711-a1cb-d15b67ad5453.html