Dear Sir
Driver development is over ..now i am stuck ..i compiled BSP and D/L ,
but no touch calibration screen appears on the scree.

What is the procedure to invoke Touch Screen at the start up

Regards
Manish

Re: launch Calibration Screen at start up by Dean

Dean
Wed Oct 26 10:52:52 CDT 2005

Remove "CalibrationData" registry entry from your platform.reg file.

--
Dean Ramsier - eMVP
BSQUARE Corporation


"Manish" <Manish@discussions.microsoft.com> wrote in message
news:FD602066-62FC-4002-A959-EC0E6CA3E33F@microsoft.com...
> Dear Sir
> Driver development is over ..now i am stuck ..i compiled BSP and D/L ,
> but no touch calibration screen appears on the scree.
>
> What is the procedure to invoke Touch Screen at the start up
>
> Regards
> Manish



Re: launch Calibration Screen at start up by Dan

Dan
Wed Oct 26 10:59:52 CDT 2005

1. Define a launch registry key in project.reg for HKLM\Init. A good
example is here:
http://blogs.msdn.com/mikehall/archive/2005/08/03/447386.aspx

2. Link to the program in project.dat to \Windows\Startup
e.g.,

Directory("\Windows\Startup"):-File("calib.lnk","\Windows\calib.lnk")

3. Use services.exe (svcstart example and write-up is at
http://blogs.msdn.com/cenet/archive/2004/12/03/274661.aspx) to start up
your calibration program.

BTW, you're not going to have to calibrate _every_ time the device
starts up, are you?

Hope this helps,
Dan.

Manish wrote:
> Dear Sir
> Driver development is over ..now i am stuck ..i compiled BSP and D/L ,
> but no touch calibration screen appears on the scree.
>
> What is the procedure to invoke Touch Screen at the start up
>
> Regards
> Manish


Re: launch Calibration Screen at start up by Steve

Steve
Wed Oct 26 13:59:52 CDT 2005

You need to provide an application that runs at startup that calls
TouchCalibrate() if the Calibration info isn't already in the registry. See
the taskman shell for an example of how to do that.

--
Steve Maillet
EmbeddedFusion
www.EmbeddedFusion.com
smaillet at EmbeddedFusion dot com



Re: launch Calibration Screen at start up by Manish

Manish
Wed Oct 26 22:06:02 CDT 2005

Yes !
Calibration screen appeared and calibration done . But i don't
want this screen tp appear on every start up . How to handle this situation
...?I mean once it is calibrated ..it should not call calibration exe on
every poer up .. How it is to be done .

Please suggest.

"Dan McCarty" wrote:

> 1. Define a launch registry key in project.reg for HKLM\Init. A good
> example is here:
> http://blogs.msdn.com/mikehall/archive/2005/08/03/447386.aspx
>
> 2. Link to the program in project.dat to \Windows\Startup
> e.g.,
>
> Directory("\Windows\Startup"):-File("calib.lnk","\Windows\calib.lnk")
>
> 3. Use services.exe (svcstart example and write-up is at
> http://blogs.msdn.com/cenet/archive/2004/12/03/274661.aspx) to start up
> your calibration program.
>
> BTW, you're not going to have to calibrate _every_ time the device
> starts up, are you?
>
> Hope this helps,
> Dan.
>
> Manish wrote:
> > Dear Sir
> > Driver development is over ..now i am stuck ..i compiled BSP and D/L ,
> > but no touch calibration screen appears on the scree.
> >
> > What is the procedure to invoke Touch Screen at the start up
> >
> > Regards
> > Manish
>
>

Re: launch Calibration Screen at start up by Steve

Steve
Wed Oct 26 22:18:50 CDT 2005

read the registry to see if the calibration data is there. Again see the
sample taskman shell for code that does that.

--
Steve Maillet
EmbeddedFusion
www.EmbeddedFusion.com
smaillet at EmbeddedFusion dot com



Re: launch Calibration Screen at start up by Bruce

Bruce
Thu Oct 27 06:46:55 CDT 2005

And be sure to persist the calibration data.

--
Bruce Eitman (eMVP)
Senior Engineer
beitman AT applieddata DOT net

Applied Data Systems
www.applieddata.net
An ISO 9001:2000 Registered Company
Microsoft WEP Gold-level Member


"Steve Maillet (eMVP)" <nospam1@EntelechyConsulting.com> wrote in message
news:%23%23oUrUq2FHA.3188@TK2MSFTNGP12.phx.gbl...
> read the registry to see if the calibration data is there. Again see the
> sample taskman shell for code that does that.
>
> --
> Steve Maillet
> EmbeddedFusion
> www.EmbeddedFusion.com
> smaillet at EmbeddedFusion dot com
>
>