WEB开发网
开发学院手机开发Symbian 开发 Symbian 的等待对话框模块 阅读

Symbian 的等待对话框模块

 2010-04-20 15:56:00 来源:WEB开发网   
核心提示:CleanupStack::PopAndDestroy(textresource);return rel;}TBool CMyWaitDialog::StartWaitDialogL(const TDesC& aTDesC){if (iWaitDialog){return EFalse;}iWaitDialog = C

CleanupStack::PopAndDestroy(textresource);

return rel;

}

TBool CMyWaitDialog::StartWaitDialogL(const TDesC& aTDesC)

{

if (iWaitDialog)

{

return EFalse;

}

iWaitDialog = CAknGlobalNote::NewL();

if (iWaitDialog)

{

iWaitDialog->SetSoftkeys(R_AVKON_SOFTKEYS_EMPTY);

iWaitDialogId = iWaitDialog->ShowNoteL(EAknGlobalWaitNote,aTDesC);

return ETrue;

}

return EFalse;

}

TAny CMyWaitDialog::DialogDismissedL()

{

if (iWaitDialog)

{

iWaitDialog->SetSoftkeys(R_AVKON_SOFTKEYS_CANCEL);

iWaitDialog->CancelNoteL(iWaitDialogId);

iWaitDialogId = -1;

delete iWaitDialog;

iWaitDialog = NULL;

}

}

/////////////////////////////////////////////////////

上一页  1 2 

Tags:Symbian 等待 对话框

编辑录入:coldstar [复制链接] [打 印]
赞助商链接