Skip to main content
Known Participant
April 4, 2011
Question

Progress Bar is not showing

  • April 4, 2011
  • 1 reply
  • 2569 views

hi,

in my plug-in, I want to show the progress bar of a operation.I used AIUserSuite(AIUser.h) like ----

sAIUser->SetProgressText(ai::UnicodeString("Progress Bar"));

sAIUser->UpdateProgress(currentOper + 1,max);     // in a loop where currentOper is increasing

since both function does not return any error code so I am enable to get know  what is being wrong . Is there other way to use this? Is this require multithreading?

can any one put write code or any suggesion that can help me to get out of this headache.

This topic has been closed for replies.

1 reply

December 5, 2011

hi,

I have exactly the same error. Please help!!!

Adobe Illustrator does not shows the progress bar, but I want to show it with my datas.

Has anyone an idea? I need it quickly!

Thank you

A. Patterson
Inspiring
December 5, 2011

Are you guys using CS5? I notice in the API for CS5 its marked as 'Internal' and 'To be removed'.

December 5, 2011

Yes I'm using CS5. That's not so fine, when it's remove. Is there another possibility to work with a progress bar or with a hour glass, without programming many classes?