|
Hi,
I made one test program with one DTP(Date Time Picker) control. This control working fine with emulator, I am able to change the "Year" field without any problem.
When I run this program on the SPWM5( HTC 3125 and cingular 2125) device, it does not allow me to edit the "Year". It allow me to edit only date and month field on the device.
The control details are:-
CONTROL "",IDC_DATETIMEPICKER2,"SysDateTimePick32",DTS_APPCANPARSE | WS_TABSTOP,7,20,104,11
I also added INITCOMMONCONTROLSEX in beggining of WinMain
INITCOMMONCONTROLSEX comctrex;
comctrex.dwSize = sizeof(comctrex);
comctrex.dwICC = ICC_DATE_CLASSES;
InitCommonControlsEx(&comctrex);
Is this known issue on some spwm5 devices? Please suggest how to edit year.
On other platforms like SP2K3 and SPWM6 my test program working fine.
Thanks,
Indra
|