diff -r f8280f3bfeb7 -r 9b2cffad4b5e creator/src/creator_scriptparser.cpp --- a/creator/src/creator_scriptparser.cpp Tue Sep 14 21:20:12 2010 +0300 +++ b/creator/src/creator_scriptparser.cpp Wed Sep 15 12:13:45 2010 +0300 @@ -316,7 +316,11 @@ // Execute the command if this is a command element: if( elementInfo.iElement->IsCommandElement() ) { + #if(!defined __SERIES60_30__ && !defined __SERIES60_31__) + elementInfo.iElement->AsyncExecuteCommandAndWaitL(); + #else elementInfo.iElement->ExecuteCommandL(); + #endif } // Remove element from the stack: