M8SDK 分类 FAQ









2、假如窗口是模态窗口,则使用 CMzWnd::SetAnimateType_Show(UINT nAnimType)CMzWnd::SetAnimateType_Hide(UINT nAnimType) 调用动画,示例:

    MyDialog *pDlg = new MyDialog;
    pDlg->CreateModalDialog(...);
    pDlg->SetAnimateType_Show(MZ_ANIMTYPE_SCROLL_RIGHT_TO_LEFT_PUSH);
    pDlg->SetAnimateType_Hide(MZ_ANIMTYPE_SCROLL_LEFT_TO_RIGHT_PUSH);
    pDlg->DoModal();
    delete pDlg;
 

Generated at Tue Feb 9 15:09:56 2010 for Meizu M8 SDK Documentation by  doxygen 1.6.1