runif vDeviceType "MIOC230" 'btn_exit_app.hide' change MIO**** for your device
not 100% sure if it will work but worth a try
i buy this chines gps from ebay..its running win ce 6.0 ... i use a modified script to acces all my navcore that i instaled. the problem is i don`t know the command for exit...this script was for mio but it works on my gps but the exit button doesent work...the script look like this:
ICONXPBUTTON
x = -8
y = -16
Command = "\Storage Card\MioAutoRun\Programs\Utils\mspower.exe"
SizeNormal = 80
SizePushed = 70
ScaleAlpha = 100
IconNormal = ..\Icons\ff.ico
ScaleAlpha = 100
IconPushed = ..\Icons\ff_.ico
i change the path...still not working....i need the command to exit from a window
runif vDeviceType "MIOC230" 'btn_exit_app.hide' change MIO**** for your device
not 100% sure if it will work but worth a try
There Are No Problems - Only Solutions
If you appreciate my work - use the thanks button - a little thanks go's a long way.....!
EXITBUTTON
x = 420 = put your
y = 237 = put your
Command=\windows\PowerOff.exe
BitmapNormal= ..\bmp\common\btSair.bmp = put your
BitmapPushed= ..\bmp\common\btSairP.bmp = put your
dus de val,
This is a classic button SystemInformation: if your command is correct (Command = "\ Storage Card \ MioAutoRun \ Programs \ Utils \ mspower.exe"), the interface should shut down like this:
ICONXPBUTTON
x = -8
y = -16
Command = "\Storage Card\MioAutoRun\Programs\Utils\mspower.exe"
SizeNormal = 80
SizePushed = 70
ScaleAlpha = 100
IconNormal = ..\Icons\ff.ico
ScaleAlpha = 100
IconPushed = ..\Icons\ff_.ico
QuitOnExecute = Yes
Cheers,
gonzales89