PB 5.0
I added "Touch Screen (Stylus)" to my configuration, but there is no
calibration utility in control panel.
What do I need to get it ?
TIA

Re: howto enable calibration in control panel by Shutruk

Shutruk
Sat Aug 27 09:45:42 CDT 2005

> PB 5.0
> I added "Touch Screen (Stylus)" to my configuration, but there is no
> calibration utility in control panel.
> What do I need to get it ?

Online help doesn't help as usual.
I've set SYSGEN_TOUCH=1
but the calibration utility os not present in control panel
Why ?

Re: howto enable calibration in control panel by Steve

Steve
Sun Aug 28 19:55:31 CDT 2005

Did you re-sysgen the OS-design after adding the touch catalog item?


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



Re: howto enable calibration in control panel by Shutruk

Shutruk
Mon Aug 29 02:39:38 CDT 2005

> Did you re-sysgen the OS-design after adding the touch catalog item?

ROTFL
funny question.

Yes of course.




Re: howto enable calibration in control panel by Voidcoder

Voidcoder
Mon Aug 29 12:06:20 CDT 2005

I have one more funny question:

Have you checked "Clean before building" option
before to re-sysgen?


"Shutruk Nahunte" <Shutruk@Nahunte.iq> wrote in message news:uUVvOzGrFHA.4044@TK2MSFTNGP09.phx.gbl...
>> Did you re-sysgen the OS-design after adding the touch catalog item?
>
> ROTFL
> funny question.
>
> Yes of course.
>
>
>



Re: howto enable calibration in control panel by Shutruk

Shutruk
Mon Aug 29 03:43:51 CDT 2005

> Have you checked "Clean before building" option
> before to re-sysgen?

This is not funny,
is a weird requirement for PB,
many times doesn't build properly if
"Clean before building"
is not selected.

However the answer is
"Clean before building" is set



Re: howto enable calibration in control panel by Voidcoder

Voidcoder
Mon Aug 29 13:41:54 CDT 2005

well, locate the "cplmain.map" in you current workspace
directory and check for the following functions there:

DblTapDlgProc
CalibrateDlgProc

If You can't find them there... yeah, you image is built without
stylus support.


"Shutruk Nahunte" <Shutruk@Nahunte.iq> wrote in message news:uT067cHrFHA.3352@TK2MSFTNGP14.phx.gbl...
>> Have you checked "Clean before building" option
>> before to re-sysgen?
>
> This is not funny,
> is a weird requirement for PB,
> many times doesn't build properly if
> "Clean before building"
> is not selected.
>
> However the answer is
> "Clean before building" is set
>
>



Re: howto enable calibration in control panel by Bruce

Bruce
Mon Aug 29 07:36:41 CDT 2005

Not such a weird requirement, in fact it has been the same for every build
system that I have ever used. If you are not changing source code (.c, .h)
then nmake cannot know that a build dependency has changed. When you drag
in a component from the catalog, all you are changing is an environment
variable which effects the build.

Now arguably, each dependency in the makefiles could have dependency on your
workspace files, but that could be messy.

--
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


"Shutruk Nahunte" <Shutruk@Nahunte.iq> wrote in message
news:uT067cHrFHA.3352@TK2MSFTNGP14.phx.gbl...
>> Have you checked "Clean before building" option
>> before to re-sysgen?
>
> This is not funny,
> is a weird requirement for PB,
> many times doesn't build properly if
> "Clean before building"
> is not selected.
>
> However the answer is
> "Clean before building" is set
>
>



Re: howto enable calibration in control panel by Paul

Paul
Mon Aug 29 10:54:49 CDT 2005

Well, BSP_NOTOUCH turns off the control panel Stylus item. You might check
whether that's present. If you have SYSGEN_TOUCH on, unless some other
setting overrides it, you will have the control panel item.

Paul T.

"Shutruk Nahunte" <shutruk@nahunte.iq> wrote in message
news:ODwSCYxqFHA.2648@TK2MSFTNGP10.phx.gbl...
>> PB 5.0
>> I added "Touch Screen (Stylus)" to my configuration, but there is no
>> calibration utility in control panel.
>> What do I need to get it ?
>
> Online help doesn't help as usual.
> I've set SYSGEN_TOUCH=1
> but the calibration utility os not present in control panel
> Why ?