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 30772

Summary: Provide Please-wait node in FolderChildren
Product: platform Reporter: Jiri Rechtacek <jrechtacek>
Component: Data SystemsAssignee: David Strupl <dstrupl>
Status: RESOLVED WONTFIX    
Severity: blocker CC: tpavek
Priority: P2 Keywords: PERFORMANCE, UI
Version: 3.x   
Hardware: All   
OS: All   
Issue Type: TASK Exception Reporter:
Bug Depends on: 30792    
Bug Blocks: 27777    
Attachments: Proposed patch for FolderChildren
Patch with 100 ms delay in displaying please wait node
Another patch - without the please wait node

Description Jiri Rechtacek 2003-02-06 15:42:13 UTC
FolderChildren should provide the Please-wait node
(as SourceChildren does). The childern calucated
and added at once, not by packs.
Comment 1 Jiri Rechtacek 2003-02-06 16:11:39 UTC
For details see issue 30014.
Comment 2 David Strupl 2003-02-07 16:29:22 UTC
Created attachment 8847 [details]
Proposed patch for FolderChildren
Comment 3 David Strupl 2003-02-10 16:35:50 UTC
Created attachment 8876 [details]
Patch with 100 ms delay in displaying please wait node
Comment 4 David Strupl 2003-02-10 16:44:29 UTC
Created attachment 8877 [details]
Another patch - without the please wait node
Comment 5 David Strupl 2003-02-10 16:45:16 UTC
I personally like the last patch the best. Please evaluate.
Comment 6 David Strupl 2003-02-11 15:37:24 UTC
I have applied a patch very similar to the last proposed patch
to the trunk. The please wait node is not there yet since we still
have problems with fast enough redraw after the please wait node
is removed.
Comment 7 David Strupl 2003-02-21 14:49:07 UTC
I have changed the folder children to provide the semi-busy cursor (by
implementing getNodes(true)). I hope this will be ok for NB 3.5.
Closing this issue.