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 123411 - designer should use 'Loading, Please Wait...' when layout is computed
Summary: designer should use 'Loading, Please Wait...' when layout is computed
Status: RESOLVED FIXED
Alias: None
Product: obsolete
Classification: Unclassified
Component: visualweb (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Peter Zavadsky
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2007-12-05 00:36 UTC by Quy Nguyen
Modified: 2008-01-17 20:30 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Quy Nguyen 2007-12-05 00:36:43 UTC
The visual designer uses a 'Loading, Please wait...' screen when opening the first page of a project.  This should be 
extended to also happen when opening pages that take time to come up (e.g. opening subsequent pages in a project or 
switching to a designer tab when the layout needs to be recomputed).
Comment 1 Peter Zavadsky 2007-12-05 17:26:36 UTC
Yes, this could be done, just there is a possible issue if this is fast enough, so there are no flickers. I think this
should a RFE.
Comment 2 Peter Zavadsky 2008-01-17 20:30:42 UTC
Fixed.
I've put there message "Reloading, please wait..." on panel which is transparent and below user can see the
not-yet-reloaded designer. It disappears once the model is ready.

Checking in visualweb/designer/jsf/src/org/netbeans/modules/visualweb/designer/jsf/ui/Bundle.properties;
/cvs/visualweb/designer/jsf/src/org/netbeans/modules/visualweb/designer/jsf/ui/Bundle.properties,v  <--  Bundle.properties
new revision: 1.6; previous revision: 1.5
done
Checking in visualweb/designer/jsf/src/org/netbeans/modules/visualweb/designer/jsf/ui/JsfTopComponent.java;
/cvs/visualweb/designer/jsf/src/org/netbeans/modules/visualweb/designer/jsf/ui/JsfTopComponent.java,v  <-- 
JsfTopComponent.java
new revision: 1.59; previous revision: 1.58
done