This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 58890 - Creation of new project should be covered with the new Progress Indication UI/API
Summary: Creation of new project should be covered with the new Progress Indication UI...
Status: RESOLVED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Projects UI (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Jiri Rechtacek
URL:
Keywords:
Depends on: 58889
Blocks: 82229
  Show dependency tree
 
Reported: 2005-05-13 18:16 UTC by Antonin Nebuzelsky
Modified: 2006-10-23 16:40 UTC (History)
5 users (show)

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Antonin Nebuzelsky 2005-05-13 18:16:50 UTC
New project creation is a time consuming task. Currently only an hour glass
cursor is displayed and it may not be sufficient in the cases of more complex
projects.

New Progress API/UI should be used to indication that the action is in progress.
If the issue 58889 is successfully implemented, the progress indication should
happen on the last page of the wizard after Finish button is pressed. Otherwise
a blocking dialog box with the progress component should be displayed after the
wizard closes on Finish button press.
Comment 1 Jiri Rechtacek 2005-05-25 08:38:32 UTC
Probably, it will be solved together with 58889.
Comment 2 Marian Mirilovic 2006-08-08 06:43:14 UTC
Jirka,
this is solved, isn't it ?
Comment 3 Jiri Rechtacek 2006-08-18 09:42:08 UTC
openide/wizards infrastructure now supports Progress notification (impl of issue
58889). Individual New Project iterators should use that.