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

Summary: designer should use 'Loading, Please Wait...' when layout is computed
Product: obsolete Reporter: Quy Nguyen <quynguyen>
Component: visualwebAssignee: Peter Zavadsky <pzavadsky>
Status: RESOLVED FIXED    
Severity: blocker Keywords: PERFORMANCE
Priority: P2    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

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