final Main root = (Main) AbstractApplication.getApplication();
// new ProcessingThread( this, root, root, doc, getTitle(), fileArgs, 0 );
final ProcessingThread pt;
pt = new ProcessingThread( this, root, getTitle() );
pt.putClientArg( "files", fileArgs );
pt.start();
}
// ------- RunnableProcessing ---------
public int processRun( ProcessingThread context )