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 151873 - Add progress bar showing connection progress
Summary: Add progress bar showing connection progress
Status: RESOLVED WORKSFORME
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jiri Rechtacek
URL:
Keywords:
Depends on:
Blocks: 152826
  Show dependency tree
 
Reported: 2008-10-30 15:40 UTC by Roman Mostyka
Modified: 2013-05-13 19:39 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Roman Mostyka 2008-10-30 15:40:05 UTC
1. Rightclick "Databases" node and choose "New Connection...".
2. In "New Connection" dialog type necessary parameters and click "OK".

Result: IDE tries to connect to DB, but for user progress isn't clear. Some progress bar can help with this.
Comment 1 David Vancouvering 2008-10-30 16:52:24 UTC
Another item for the "Fix New Connection Dialog" task...
Comment 2 Jiri Rechtacek 2009-10-16 14:03:52 UTC
Reassigned to new owner.
Comment 3 matthias42 2013-05-13 19:39:21 UTC
Adding a progressbar in the dialog is useless, as it could only pulse (java.sql.Driver#connect is atomic). Currently the dialog switches to an uneditble state and show a message on success/error. I think this is ok.

If it is needed to display a message, that a connection attempt is made is needed, please reopen - this should be only a few lines of code.