kuzco1
30th January 2009, 09:36 AM
Hi,
after a hardreset welcome.exe will do a screen alignment, set date and time and some other things.
Unfortunaltely I was not able to find the way to set date and time to other entries.
Where does welcome.exe read date and time.
Welcome.exe will start wc_setdatetime.wcml and will read i.e.:
var currentHours = currentTime.getHours ( );
var currentMinutes = currentTime.getMinutes ( );
var currentSeconds = currentTime.getSeconds ( );
var currentmonth=currentTime.getMonth();
var currenttoday=currentTime.getDate();
var currentyear=currentTime.getYear();
But which reg-entries ?
Any help is welocme.
regards
kuzco
after a hardreset welcome.exe will do a screen alignment, set date and time and some other things.
Unfortunaltely I was not able to find the way to set date and time to other entries.
Where does welcome.exe read date and time.
Welcome.exe will start wc_setdatetime.wcml and will read i.e.:
var currentHours = currentTime.getHours ( );
var currentMinutes = currentTime.getMinutes ( );
var currentSeconds = currentTime.getSeconds ( );
var currentmonth=currentTime.getMonth();
var currenttoday=currentTime.getDate();
var currentyear=currentTime.getYear();
But which reg-entries ?
Any help is welocme.
regards
kuzco