Hi
I have a C++ framework and I would like to pop up a progress bar with a Cancel button and update the text on the progress bar at required times. I know I should use a NSProgressIndicator but could not make it work as I am very new to Cocoa. My progress bar should look like a indeterminate progress indicator and should be placed at the centre of the window of the application that uses my framework.
Please note that mine is a C++ framework, not a Cocoa app. The links that I come across on web talks about creating NSProgressIndicator using Interface Builder etc. which I cant use. I have to do this programatically.
Thanks & Regards
Rahul
I have a C++ framework and I would like to pop up a progress bar with a Cancel button and update the text on the progress bar at required times. I know I should use a NSProgressIndicator but could not make it work as I am very new to Cocoa. My progress bar should look like a indeterminate progress indicator and should be placed at the centre of the window of the application that uses my framework.
Please note that mine is a C++ framework, not a Cocoa app. The links that I come across on web talks about creating NSProgressIndicator using Interface Builder etc. which I cant use. I have to do this programatically.
Thanks & Regards
Rahul