mMainScreen.updateProgressBar("Composing...", composer.getProgress());
//try to actually do the composing here
try
{
composer.doComposer();
}
catch(Exception e)
{
GUIUtils.ShowDialog(e, "Error running composer", GUIUtils.MESSAGE, mMainScreen);
return -1;