Re: How to remove the backlight applet in the Display control pane
- From: "voidcoder" <voidcoder@xxxxxxxxx>
- Date: Wed, 22 Feb 2006 19:39:59 +0100
yes, it is enough just to re-link since the tabs are added
only if the tab's window procedure is exported. They use
GetProcAddress to retrieve proc address by name.
CPLMAIN.DEF filters tabs this way:
; @CESYSGEN IF CPLMAIN_BACKLIGHT
BacklightDlgProc
; @CESYSGEN ENDIF
"Dean Ramsier" <ramsiernospam@xxxxxxxxxx> wrote in message
news:eDvhZs9NGHA.1216@xxxxxxxxxxxxxxxxxxxxxxx
Not that easy, I'm afraid. The batch file controls which components are
included in the build, but you can't clone just that piece. You'll
probably have to rebuild the control panel itself in the BSP and control
the components there. Maybe not actually copy the code into the BSP, but
whatever the final build step is that does the link. I haven't looked at
it enough to see what the exact steps might be...
--
Dean Ramsier - eMVP
BSQUARE Corporation
"Alain" <Alain@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:90A9DDA1-F178-4D28-91A9-8FE847410627@xxxxxxxxxxxxxxxx
Can i move the %WINCEROOT%\PUBLIC\CEBASE\OAK\MISC\WCESHELLFE.BAT in my
BSP?
If yes, does i use the Sysgen Capture Tool to move it? How integrate this
file into PB when i build my workspace?
Thank you
"Dean Ramsier" wrote:
Move it into your BSP?
--
Dean Ramsier - eMVP
BSQUARE Corporation
"Alain" <Alain@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:CF4A24E9-69C6-493B-96E5-FF2B815F235C@xxxxxxxxxxxxxxxx
Hi,
I use CE 5.0. I have to remove the backlight applet in the Display
control
panel because our platform don't have this functionnality. I've seen
in
the
public file %WINCEROOT%\PUBLIC\CEBASE\OAK\MISC\WCESHELLFE.BAT these
entries:
REM Optional tabs of the display CPL. Remove those you don't need
set CPLMAIN_COMPONENTS=%CPLMAIN_COMPONENTS% backlight
set WCESHELLFE_MODULES=%WCESHELLFE_MODULES% AdvBacklight
If i remove these entries, the Display panel don't show the backlight
applet
and my system work fine. Its very simple. However, i've modified the
public
directory and maybe a QFE will erase my change in the future.
So, what is the best approach to customize the Display control panel?
Thank you
Alain
.
- References:
- Re: How to remove the backlight applet in the Display control panel
- From: Dean Ramsier
- Re: How to remove the backlight applet in the Display control pane
- From: Dean Ramsier
- Re: How to remove the backlight applet in the Display control panel
- Prev by Date: Re: usb client suspend resume on pxa270
- Next by Date: Re: Regarding Direct3DMobile
- Previous by thread: Re: How to remove the backlight applet in the Display control pane
- Next by thread: Build problem CE 4.2
- Index(es):
Relevant Pages
|