I am opening a new widnow using loadNibNamed api.
Childwindow.Nib has one ProgressIndicator.
What should I do to set focus on last open window.
Is there any other way to create a child window.I just want to run one
progress indicator from parent window.
Like one button click on main window will open a new window and start
running the progressIndicator.
and when i click for stop from main widnow it will terminate the child
window.
can anyone give any suggestion for this.
Thank you