GoToDlg.cpp

LineCodeValueExport IDENTIFIER
43

CString str = AfxGetApp()->GetProfileString(ResStr(IDS_R_SETTINGS), _T("fps"), _T("0"));

fps

44

if(_stscanf(str, _T("%f"), &m_fps) != 1) m_fps = 0;

%f

67

m_timestr.Format(_T("%02d:%02d:%02d.%03d"),

%02d:%02d:%02d.%03d

72

m_framestr.Format(_T("%d, %.3f"), (int)(m_fps*m_time/1000), m_fps);

%d, %.3f

77

switch(AfxGetApp()->GetProfileInt(ResStr(IDS_R_SETTINGS), _T("gotoluf"), 0))

gotoluf

110

REParseError status = re.Parse(_T("{\\z}"), FALSE);

{\\z}

124

AfxMessageBox(_T("Error parsing entered time!"));

Error parsing entered time!

138

AfxGetApp()->WriteProfileInt(ResStr(IDS_R_SETTINGS), _T("gotoluf"), 0);

gotoluf

154

REParseError status = re.Parse(_T("{\\z}[^0-9\\.]+{[0-9\\.]+}"), FALSE);

{\\z}[^0-9\\.]+{[0-9\\.]+}

169

if(_stscanf(szStart, _T("%f"), &fps) != 1) fps = 0;

%f

170

else AfxGetApp()->WriteProfileString(ResStr(IDS_R_SETTINGS), _T("fps"), szStart);

fps

174

AfxMessageBox(_T("Error parsing entered text!"));

Error parsing entered text!

180

AfxMessageBox(_T("Error parsing entered frame-rate!"));

Error parsing entered frame-rate!

186

AfxGetApp()->WriteProfileInt(ResStr(IDS_R_SETTINGS), _T("gotoluf"), 1);

gotoluf


My JavaScript is support only IE6. If you're using Gecko (firefox) Browser, please kill Javascript. and please tell me, how to support Gecko.