Victoria_hkmaze

- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Victoria_hkmaze created a post, How to use CommandProcessor with progress dialog?
My code is something like that!<![CDATA[ ProgressDialog progress; for(int 1=0;i<100;i++){ CommandProcessor.getInstance().executeCommand(project, runnable,"ddd","ddd"); /** * The runnable is upda...