Hello all,
I am currently using the CCeDocListDocTemplate class, however, I'm
having problems with it on a Dell Axim 51, which uses Windows Mobile
5.0. When the widget is used, it displays the list of files in a
mangled format. The format appears to be the first character of the
filename followed by the creation date of the
file:
So for a file named "survey.srv" it would show up as:
"s11/12/17". This works fine on the Dell Axim 50, which does not use
Mobile 5.0. Are
there any known issues with this? Should I be using something else for
the Dell Axim 51? Here's the relevant snippet of code:
CString m_strDefaultFolder = CString(_T("All Folders"));
CString m_strFilterList = CString(_T("Survey Data|*.srv"));
pDocTemplate = new CCeDocListDocTemplate(
IDR_MAINFRAME,
RUNTIME_CLASS(CFSDoc),
RUNTIME_CLASS(CMainFrame), // main SDI frame
window
RUNTIME_CLASS(CFSView)
// );
,m_strFilterList,
m_strDefaultFolder);
Any help is much appreciated!
Thanks,
Ryan