How to clear the screen , when user select a menu item ............
means , how to call the clear function from the AppUi's HandleCommandlL function . The clear function are defined in my AppView class .
case ECommand1:
{
// how to call clear function from here
}
break;

Reply With Quote

