Hi,
I'm facing a problem with the display of the menu, if a function is called, the menu stays on the display until the function end, this is annoying if the function is very long ... is it therefore possible to hide the menu in the begining of the function (S60 v1-v2) ?
in the following example, the menu stays displayed until MyFunc() finished
ex:
void CMyApp::HandleCommandL(TInt aCommand)
{
if( aCommand==WhatIWantToDo)
MyFunc();
}
void CMyApp::MyFunc()
{
// this function is long ....
}
Thanks in advance !
Domi.

Reply With Quote



