-
31 Oct 2010 4:59 AM #1
Refresh problem?
Refresh problem?
I have the following problem:
I added a GIF image to a ContentPanel to symbolize the loading of the response from tomcat server that I sent the request via a button.
The first time I send the request, the GIF image is decentralized, but the second time then it centralizes perfectly. This is the code:
ContentPanel is initialized with the previously FitLayout.Code:ContentPaneltest.removeAll(); ContentPaneltest.layout(); LayoutContainer c = new LayoutContainer(); VBoxLayout layout = new VBoxLayout(); layout.setVBoxLayoutAlign(VBoxLayoutAlign.CENTER); layout.setPack(BoxLayoutPack.CENTER); c.setLayout(layout); Image test = new Image(Utils.URL_LOADING); c.add(test); ContentPaneltest.add(c);
What's wrong?
-
31 Oct 2010 5:01 AM #2
You should post a fully working testcase that implements EntryPoint. There is probably an issue in the layoutchain.
Similar Threads
-
Store Refresh problem
By Hollywood in forum Ext 3.x: Help & DiscussionReplies: 3Last Post: 19 Jan 2010, 12:04 AM -
Problem with refresh
By macistina in forum Ext 3.x: Help & DiscussionReplies: 4Last Post: 22 Jul 2009, 6:55 AM -
Refresh problem
By Ajish in forum Ext 2.x: Help & DiscussionReplies: 3Last Post: 21 Nov 2008, 2:54 PM -
Refresh Problem -- HELP
By mdlincoln in forum Ext 2.x: Help & DiscussionReplies: 4Last Post: 4 Jul 2008, 9:02 PM -
problem with refresh in IE 7
By wglass in forum Ext 1.x: BugsReplies: 7Last Post: 15 Feb 2007, 8:12 AM


Reply With Quote