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 - Provide Please-wait node in FolderChildren
Summary: Provide Please-wait node in FolderChildren
Status: RESOLVED WONTFIX
Alias: None
Product: platform
Classification: Unclassified
Component: Data Systems (show other bugs)
Version: 3.x
Hardware: All All
: P2 blocker (vote)
Assignee: David Strupl
URL:
Keywords: PERFORMANCE, UI
Depends on: 30792
Blocks: 27777
  Show dependency tree
 
Reported: 2003-02-06 15:42 UTC by Jiri Rechtacek
Modified: 2008-12-22 19:48 UTC (History)
1 user (show)

See Also:
Issue Type: TASK
Exception Reporter:


Attachments
Proposed patch for FolderChildren (14.36 KB, patch)
2003-02-07 16:29 UTC, David Strupl
Details | Diff
Patch with 100 ms delay in displaying please wait node (15.48 KB, patch)
2003-02-10 16:35 UTC, David Strupl
Details | Diff
Another patch - without the please wait node (13.42 KB, patch)
2003-02-10 16:44 UTC, David Strupl
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.