Hello,
I am using StartUpCtl 1.8 on an MC9190 running WinCE 6.00
I am trying to get the splash screen to work with my own image but with no success.
Are there any restrictions in place that I should be aware of?
The files StartUpCtlConfig.txt & StartUpCtlImg.bmp are in the \Application\StartUpCtl folder
I have attached the config file below.
Splash Screen using StartUpCtl on MC9190// Expert user has replied. |
2 Replies
I use this in my StartUpCtlConfig.txt located in \Application\StartUpCtl\ folder.
[Splash_Properties]
ImagePath=\Application\StartUpCtl\PleaseWait.bmp
Then I turn it on in my OnRestore.txt file at the start of my actions.
#
#
SplashOn
delay 10
actions....
Try removing the double slash from the file path since the default StartUpCtlConfig.txt (which works) has the path with a single slash as per the sample below:
[Application_Properties]
Debug=FALSE
[Splash_Properties]
ImagePath=\Application\moto.bmp
[LogFile_Properties]
LogFileTempFolder=
LogFileFolder=\Application\StartUpCtl
MaxLogFileSize=