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 81940 - show progress in wizard's steps pane
Summary: show progress in wizard's steps pane
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Dialogs&Wizards (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jiri Rechtacek
URL: http://core.netbeans.org/proposals/pr...
Keywords: UI
Depends on:
Blocks: 81264
  Show dependency tree
 
Reported: 2006-08-04 14:32 UTC by David Simonek
Modified: 2008-12-22 20:46 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
sample progress bar in steps area (27.07 KB, image/png)
2006-08-21 16:58 UTC, Jiri Rechtacek
Details
proposed patch (3.38 KB, patch)
2006-08-22 15:12 UTC, Jiri Rechtacek
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description David Simonek 2006-08-04 14:32:28 UTC
When and if wizards API and framework will support showing progress also between
individual steps in the middle of the wizards, then it's desirable to show
progress in lower part of wizard's steps pane. This will also ensure that
progress component won't eat space from client panel.

----------------------------------------------
|  Step 1   |                                | 
|  step 2   |      client panel              |
|  ...      |                                |    
|           |                                |    
| --------- |                                |
| |progres| |                                |
----------------------------------------------
Comment 1 Jiri Rechtacek 2006-08-21 16:58:26 UTC
Created attachment 33128 [details]
sample progress bar in steps area
Comment 2 Jiri Rechtacek 2006-08-22 15:12:09 UTC
Created attachment 33160 [details]
proposed patch
Comment 3 Jiri Rechtacek 2006-08-23 10:37:13 UTC
Checking in Bundle.properties;
/shared/data/ccvs/repository/openide/dialogs/src/org/openide/Bundle.properties,v
 <--  Bundle.properties
new revision: 1.9; previous revision: 1.8
done
Checking in WizardDescriptor.java;
/shared/data/ccvs/repository/openide/dialogs/src/org/openide/WizardDescriptor.java,v
 <--  WizardDescriptor.java
new revision: 1.35; previous revision: 1.34
done