<?xml version="1.0" encoding="UTF-8"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title><![CDATA[Sencha Forum - Sencha GXT Q&A]]></title>
		<link>http://www.sencha.com/forum/</link>
		<description>Get helpful answers from community members also using Sencha GXT version 3.x</description>
		<language>en</language>
		<lastBuildDate>Wed, 22 May 2013 16:11:28 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://www.sencha.com/forum/images/misc/rss.png</url>
			<title><![CDATA[Sencha Forum - Sencha GXT Q&A]]></title>
			<link>http://www.sencha.com/forum/</link>
		</image>
		<item>
			<title>Gxt TextArea error en web mode</title>
			<link>http://www.sencha.com/forum/showthread.php?264158-Gxt-TextArea-error-en-web-mode&amp;goto=newpost</link>
			<pubDate>Tue, 21 May 2013 18:47:55 GMT</pubDate>
			<description><![CDATA[I have a strange problem 
I'm using gxt 3.0.1 and gwt 2.5 
 
The trouble code is as follows: 
 
*TextArea textArea = new TextArea(); 
......]]></description>
			<content:encoded><![CDATA[<div>I have a strange problem<br />
I'm using gxt 3.0.1 and gwt 2.5<br />
<br />
The trouble code is as follows:<br />
<br />
<b>TextArea textArea = new TextArea();<br />
...<br />
textArea.addValueChangeHandler(....):<br />
</b><br />
In hosted mode everything works<br />
<br />
In web mode i obtain the js errors<br />
<br />
Any help?<br />
<br />
thanks,</div>

 ]]></content:encoded>
			<category domain="http://www.sencha.com/forum/forumdisplay.php?100-Sencha-GXT-Q-amp-A"><![CDATA[Sencha GXT Q&A]]></category>
			<dc:creator>darioSchmidtAr</dc:creator>
			<guid isPermaLink="true">http://www.sencha.com/forum/showthread.php?264158-Gxt-TextArea-error-en-web-mode</guid>
		</item>
		<item>
			<title>wrap off for textarea</title>
			<link>http://www.sencha.com/forum/showthread.php?263984-wrap-off-for-textarea&amp;goto=newpost</link>
			<pubDate>Sun, 19 May 2013 07:05:00 GMT</pubDate>
			<description><![CDATA[Textarea is wrapping off the line which I don't want. Instead I want a  horizontal scroll bar I line exceeds textarea's width. I tried ...]]></description>
			<content:encoded><![CDATA[<div>Textarea is wrapping off the line which I don't want. Instead I want a  horizontal scroll bar I line exceeds textarea's width. I tried  textarea.getElement().setAttribute(&quot;wrap&quot;,&quot;off&quot;) but its not working.  Same is working for gwt's textarea.<br />
<br />
Please suggest some solution.</div>

 ]]></content:encoded>
			<category domain="http://www.sencha.com/forum/forumdisplay.php?100-Sencha-GXT-Q-amp-A"><![CDATA[Sencha GXT Q&A]]></category>
			<dc:creator>kushal.bagaria</dc:creator>
			<guid isPermaLink="true">http://www.sencha.com/forum/showthread.php?263984-wrap-off-for-textarea</guid>
		</item>
		<item>
			<title>ListView Can only select one item.</title>
			<link>http://www.sencha.com/forum/showthread.php?263948-ListView-Can-only-select-one-item.&amp;goto=newpost</link>
			<pubDate>Fri, 17 May 2013 22:11:43 GMT</pubDate>
			<description><![CDATA[Hi  
 
I have a listfield with a listview but the problem is i can only select one item.  Any help would be appreciated. 
 
Here's part of my...]]></description>
			<content:encoded><![CDATA[<div>Hi <br />
<br />
I have a listfield with a listview but the problem is i can only select one item.  Any help would be appreciated.<br />
<br />
Here's part of my uibinder<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">&lt;gxt:Window ui:field=&quot;window&quot; bodyBorder=&quot;true&quot; focusWidget=&quot;{closeButton}&quot; minHeight=&quot;200&quot; modal=&quot;true&quot; onEsc=&quot;false&quot; pixelSize=&quot;275, 200&quot; resizable=&quot;false&quot; headingText=&quot;OGP WPS&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;gxt:ContentPanel headerVisible=&quot;false&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;c:HBoxLayoutContainer enableOverflow=&quot;false&quot; hBoxLayoutAlign=&quot;BOTTOM&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;c:child layoutData=&quot;{leftLayoutData}&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;f:FieldLabel labelAlign=&quot;TOP&quot; text=&quot;Name&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;f:widget&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;f:ListField ui:field=&quot;wpsListField&quot; allowTextSelection=&quot;false&quot; pixelSize=&quot;150, 120&quot; title=&quot;Double click name to see description&quot;/&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/f:widget&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/f:FieldLabel&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/c:child&gt;</code><hr />
</div> <br />
here's snippets my class<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code"> @UiField Window window;<br />
&nbsp; &nbsp; @UiField TextButton openButton;<br />
&nbsp; &nbsp; @UiField TextButton removeButton;<br />
&nbsp; &nbsp; @UiField TextButton closeButton;<br />
&nbsp;@UiField(provided = true) final ListField&lt;WpsExecuteData, String&gt; wpsListField;<br />
<br />
.......<br />
<br />
&nbsp; interface WpsExecuteDataProperties extends PropertyAccess&lt;WpsExecuteData&gt; {<br />
&nbsp; &nbsp; &nbsp; &nbsp; ModelKeyProvider&lt;WpsExecuteData&gt; id();<br />
&nbsp; &nbsp; &nbsp; &nbsp; @Path(&quot;name&quot;)<br />
&nbsp; &nbsp; &nbsp; &nbsp; LabelProvider&lt;WpsExecuteData&gt; nameLabel();<br />
&nbsp; &nbsp; &nbsp; &nbsp; @Path(&quot;name&quot;)<br />
&nbsp; &nbsp; &nbsp; &nbsp; ValueProvider&lt;WpsExecuteData, String&gt; nameProp();<br />
&nbsp; &nbsp; &nbsp; } <br />
.........<br />
<br />
/**<br />
&nbsp; &nbsp;  * <br />
&nbsp; &nbsp;  */<br />
&nbsp; &nbsp; WpsExecuteDataProperties data = GWT.create(WpsExecuteDataProperties.class);<br />
&nbsp; <br />
&nbsp;  private final ListStore&lt;WpsExecuteData&gt; wpsStore;<br />
&nbsp;  private List&lt;WpsExecuteData&gt; wps;<br />
&nbsp;  private ListView&lt;WpsExecuteData, String&gt; view;<br />
&nbsp; &nbsp; /**<br />
&nbsp; &nbsp;  * Creates a new {@code OpenDialogBox}.<br />
&nbsp; &nbsp;  * @param catalogService the catalog service proxy<br />
&nbsp; &nbsp;  * @param parent the parent {@code PST}<br />
&nbsp; &nbsp;  * @param userid the user id<br />
&nbsp; &nbsp;  * @param wps the list of network wps<br />
&nbsp; &nbsp;  * @param placeFactory factory for generating new UI components<br />
&nbsp; &nbsp;  */<br />
&nbsp; &nbsp; public OpenDialogBox(OgpBuilder parent) {<br />
&nbsp; &nbsp; &nbsp; &nbsp; this.parent = parent;<br />
&nbsp; &nbsp; &nbsp; &nbsp; this.wpsStore = new ListStore&lt;WpsExecuteData&gt;(this.data.id());<br />
&nbsp; &nbsp; &nbsp; &nbsp; this.view =&nbsp; new ListView&lt;WpsExecuteData, String&gt;(this.wpsStore, this.data.nameProp());&nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; this.wpsListField = new ListField&lt;WpsExecuteData, String&gt;(this.view);<br />
&nbsp; &nbsp; &nbsp; &nbsp; lookupAllNames();<br />
&nbsp; &nbsp; &nbsp;  this.view.getSelectionModel().setSelectionMode(SelectionMode.SIMPLE);<br />
&nbsp; &nbsp; &nbsp; &nbsp; uiBinder.createAndBindUi(this);</code><hr />
</div> </div>

 ]]></content:encoded>
			<category domain="http://www.sencha.com/forum/forumdisplay.php?100-Sencha-GXT-Q-amp-A"><![CDATA[Sencha GXT Q&A]]></category>
			<dc:creator>bessette</dc:creator>
			<guid isPermaLink="true">http://www.sencha.com/forum/showthread.php?263948-ListView-Can-only-select-one-item.</guid>
		</item>
		<item>
			<title>ListField how does it works ?</title>
			<link>http://www.sencha.com/forum/showthread.php?263936-ListField-how-does-it-works&amp;goto=newpost</link>
			<pubDate>Fri, 17 May 2013 18:07:57 GMT</pubDate>
			<description><![CDATA[Hello, 
 
I'm trying to use a ListField for my application : 
[ATTACH=CONFIG]43860[/ATTACH] 
Based on documentation provided there :...]]></description>
			<content:encoded><![CDATA[<div>Hello,<br />
<br />
I'm trying to use a ListField for my application :<br />
<a href="http://www.sencha.com/forum/attachment.php?attachmentid=43860"  title="Name:  
Views: 
Size:  ">Attachment 43860</a><br />
Based on documentation provided there :<br />
<a href="http://docs.sencha.com/gxt-guides/3/ui/widgets/interaction/Fields.html" target="_blank">http://docs.sencha.com/gxt-guides/3/...on/Fields.html</a><br />
<br />
I did it :<br />
<br />
View.java :<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">&nbsp; &nbsp; @UiField(provided = true)<br />
&nbsp; &nbsp; ListStore&lt;Application&gt; listStore = new ListStore&lt;Application&gt;(properties.abbr());&nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; @UiField(provided = true)<br />
&nbsp; &nbsp; &nbsp; &nbsp; ListField&lt;Application, String&gt;&nbsp; &nbsp; &nbsp; &nbsp; applicationList;<br />
&nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; private static ApplicationProperties properties = GWT.create(ApplicationProperties.class);<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; interface ApplicationProperties extends PropertyAccess&lt;Application&gt; {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; ModelKeyProvider&lt;Application&gt; abbr();<br />
&nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; LabelProvider&lt;Application&gt; name();<br />
&nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; @Path(&quot;name&quot;)<br />
&nbsp; &nbsp; &nbsp; ValueProvider&lt;Application, String&gt; nameProp();<br />
&nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; }&nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; public interface Binder extends UiBinder&lt;Widget, OpenApplicationDialogView&gt; {}<br />
<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; @Inject<br />
&nbsp; &nbsp; &nbsp; &nbsp; public OpenApplicationDialogView(final EventBus eventBus, final Binder binder) {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; super(eventBus);<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; widget = binder.createAndBindUi(this);<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; openButton.setEnabled(false);<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Application testApp = new Application();<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; testApp.setName(&quot;Test APP&quot;);<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; testApp.setDescription(&quot;App description&quot;);<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; listStore.add(testApp);<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ListView&lt;Application, String&gt; listView = new ListView&lt;Application, String&gt;(listStore, properties.nameProp()); <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; applicationList = new ListField&lt;Application, String&gt;(listView);&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; }</code><hr />
</div> View.ui.xml :<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">&nbsp; &lt;ui:with type=&quot;com.sencha.gxt.widget.core.client.container.VerticalLayoutContainer.VerticalLayoutData&quot; field=&quot;verticalLayoutData&quot;&gt;<br />
&nbsp; &nbsp; &lt;ui:attributes width=&quot;1&quot; height=&quot;-1&quot; /&gt;<br />
&nbsp; &lt;/ui:with&gt;<br />
&nbsp; <br />
&nbsp; &lt;ui:with type=&quot;com.sencha.gxt.data.shared.ListStore&quot; field=&quot;listStore&quot; /&gt;<br />
<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;gxt:Window ui:field=&quot;dialog&quot; buttonAlign=&quot;END&quot; resizable=&quot;false&quot; modal=&quot;true&quot; blinkModal=&quot;true&quot; autoHide=&quot;false&quot; headingText=&quot;Open&quot; minHeight=&quot;231&quot; minWidth=&quot;256&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;form:ListField ui:field=&quot;applicationList&quot;/&gt;&nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;/gxt:Window&gt;</code><hr />
</div> When I run my code I get the following error :<br />
<div class="bbcode_container">
	<div class="bbcode_description">Quote:</div>
	<div class="bbcode_quote printable">
		<hr />
		
			com.google.gwt.event.shared.UmbrellaException: Exception caught: UiField applicationList with 'provided = true' was null
			
		<hr />
	</div>
</div> Do you have some ideas what's wrong with it ? If you have a working code for it with uibinder I'll be interested ;)<br />
<br />
Thank you for your reading</div>


	<div style="padding:10px">

	

	

	
		<fieldset class="fieldset">
			<legend>Attached Images</legend>
			<ul>
			<li>
	<img class="inlineimg" src="/png.gif" alt="File Type: png" />
	<a href="http://www.sencha.com/forum/attachment.php?attachmentid=43860&amp;d=1368813721">ListField.png&lrm;</a> 
(9.6 KB)
</li> 
			</ul>
			</fieldset>
	

	

	</div>
 ]]></content:encoded>
			<category domain="http://www.sencha.com/forum/forumdisplay.php?100-Sencha-GXT-Q-amp-A"><![CDATA[Sencha GXT Q&A]]></category>
			<dc:creator>sbeex</dc:creator>
			<guid isPermaLink="true">http://www.sencha.com/forum/showthread.php?263936-ListField-how-does-it-works</guid>
		</item>
		<item>
			<title>Integration testing</title>
			<link>http://www.sencha.com/forum/showthread.php?263783-Integration-testing&amp;goto=newpost</link>
			<pubDate>Wed, 15 May 2013 23:07:35 GMT</pubDate>
			<description><![CDATA[I'm trying to find an effective way to do a full integration test of my GXT application. GUI, Server, and DB. 
I don't really need to test the DB but...]]></description>
			<content:encoded><![CDATA[<div>I'm trying to find an effective way to do a full integration test of my GXT application. GUI, Server, and DB.<br />
I don't really need to test the DB but I want a full integration test that uses it.<br />
<br />
I have a full set of regression tests using JUNIT but I don't think that's sufficient. My problem with making integration tests deals with the state of the DB. For most of my normal tests I empty the database and put it into a known state before I run any integration tests. My problem is I can't figure out a way to do this in GXT JUNIT because I can't do an asynchronous command during beforeMethod.<br />
<br />
I used to manage this by using a suite to organize my tests. I.E. the first &quot;test&quot; did nothing but empty the database. The second set up our minimal DB configuration. After that I ran a long group of tests.<br />
<br />
The problem with this approach is that the JUNIT tests were order dependent. Because the DB state was not reset between tests, each test had to know what EVERY test before it did. If a prior test added object X all subsequent tests that used that type of objects had to know about it, otherwise any checking of how big the list of those objects was would fail.<br />
<br />
As you might very well imagine these tests were fantasically difficult to maintain and were ultimately abandoned. <br />
<br />
Does anyone have any good suggestions for making integration tests? I need something that tests both server and GUI. I already have good regression tests but I need something that will test all elements of the system.</div>

 ]]></content:encoded>
			<category domain="http://www.sencha.com/forum/forumdisplay.php?100-Sencha-GXT-Q-amp-A"><![CDATA[Sencha GXT Q&A]]></category>
			<dc:creator>darkling235</dc:creator>
			<guid isPermaLink="true">http://www.sencha.com/forum/showthread.php?263783-Integration-testing</guid>
		</item>
		<item>
			<title>DateField MaxValue and MinValue</title>
			<link>http://www.sencha.com/forum/showthread.php?263760-DateField-MaxValue-and-MinValue&amp;goto=newpost</link>
			<pubDate>Wed, 15 May 2013 17:03:40 GMT</pubDate>
			<description><![CDATA[I'm trying to enforce a date range logic on two DateFields.  the OnValueChange event for each, sets the min and max values the DateField can have. ...]]></description>
			<content:encoded><![CDATA[<div>I'm trying to enforce a date range logic on two DateFields.  the OnValueChange event for each, sets the min and max values the DateField can have.  Simply put, DateField FROM's onValueChange event would set DateField TO's minValue to whatever FROM's value is.  Vice versa for TO's onValueChange would set the FROM's maxValue.<br />
<br />
The problem I'm coming up with is that both DateFields can't be the same value, I get a validation error.  How do I make it so that the TO value is &quot;&gt;=&quot; the minValue and the FROM value is &quot;&lt;=&quot; the maxValue?<br />
<br />
Please let me know if you need more clarification.<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; final DateField fromValue = new DateField();<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; fromValue.addValidator( new EmptyValidator&lt;Date&gt;() );<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; final DateField toValue = new DateField();<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; toValue.addValidator( new EmptyValidator&lt;Date&gt;() );<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; fromValue.addValueChangeHandler( new ValueChangeHandler&lt;Date&gt;() {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; @Override<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; public void onValueChange(ValueChangeEvent&lt;Date&gt; event) {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; toValue.setMinValue( event.getValue() );<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; });<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; toValue.addValueChangeHandler( new ValueChangeHandler&lt;Date&gt;() {<br />
<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; @Override<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; public void onValueChange(ValueChangeEvent&lt;Date&gt; event) {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; fromValue.setMaxValue( event.getValue() );<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; });</code><hr />
</div> when inspecting your MinDateValidator for your DateField, I noticed that you use Date.before() function, so it doesn't really allow for &quot;same&quot; date validity.</div>

 ]]></content:encoded>
			<category domain="http://www.sencha.com/forum/forumdisplay.php?100-Sencha-GXT-Q-amp-A"><![CDATA[Sencha GXT Q&A]]></category>
			<dc:creator>steven.wong</dc:creator>
			<guid isPermaLink="true">http://www.sencha.com/forum/showthread.php?263760-DateField-MaxValue-and-MinValue</guid>
		</item>
		<item>
			<title>Grid with dynamic columns</title>
			<link>http://www.sencha.com/forum/showthread.php?263753-Grid-with-dynamic-columns&amp;goto=newpost</link>
			<pubDate>Wed, 15 May 2013 15:51:41 GMT</pubDate>
			<description>Hi, in gxt 2 it was simple to create grid with dynamic columns. Is it possible with 3.x version? :-? Thanks</description>
			<content:encoded><![CDATA[<div>Hi, in gxt 2 it was simple to create grid with dynamic columns. Is it possible with 3.x version? :-? Thanks</div>

 ]]></content:encoded>
			<category domain="http://www.sencha.com/forum/forumdisplay.php?100-Sencha-GXT-Q-amp-A"><![CDATA[Sencha GXT Q&A]]></category>
			<dc:creator>amed</dc:creator>
			<guid isPermaLink="true">http://www.sencha.com/forum/showthread.php?263753-Grid-with-dynamic-columns</guid>
		</item>
		<item>
			<title>Cannot fill Grid</title>
			<link>http://www.sencha.com/forum/showthread.php?263599-Cannot-fill-Grid&amp;goto=newpost</link>
			<pubDate>Tue, 14 May 2013 07:12:42 GMT</pubDate>
			<description>Hi. 
 
I want to load data from a remote server in the grid. The following code: 
 
Code: 
--------- 
                        final RepServiceAsync...</description>
			<content:encoded><![CDATA[<div>Hi.<br />
<br />
I want to load data from a remote server in the grid. The following code:<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; final RepServiceAsync service = GWT.create(RepService.class);<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; final RepProperties props = GWT.create(RepProperties.class);<br />
<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; RpcProxy&lt;PagingLoadConfig, PagingLoadResult&lt;ReportsList&gt;&gt; proxy = new RpcProxy&lt;PagingLoadConfig, PagingLoadResult&lt;ReportsList&gt;&gt;() {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; @SuppressWarnings(&quot;unchecked&quot;)<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; @Override<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; public void load(PagingLoadConfig loadConfig, AsyncCallback&nbsp; callback) {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; service.getReports(callback);<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; };<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ListStore&lt;ReportsList&gt; store = new ListStore&lt;ReportsList&gt;(props.key());<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; final PagingLoader&lt;PagingLoadConfig, PagingLoadResult&lt;ReportsList&gt;&gt; loader = new PagingLoader&lt;PagingLoadConfig, PagingLoadResult&lt;ReportsList&gt;&gt;(<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; proxy);<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; loader.setRemoteSort(true);<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; loader.addLoadHandler(new LoadResultListStoreBinding&lt;PagingLoadConfig, ReportsList, PagingLoadResult&lt;ReportsList&gt;&gt;(<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; store));<br />
<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; final PagingToolBar toolBar = new PagingToolBar(50);<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; toolBar.getElement().getStyle().setProperty(&quot;borderBottom&quot;, &quot;none&quot;);<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; toolBar.bind(loader);<br />
<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ColumnConfig&lt;ReportsList, String&gt; nameCol = new ColumnConfig&lt;ReportsList, String&gt;(<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; props.name(), 150, &quot;Name&quot;);<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ColumnConfig&lt;ReportsList, String&gt; pathCol = new ColumnConfig&lt;ReportsList, String&gt;(<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; props.path_name(), 150, &quot;Path&quot;);<br />
<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; List&lt;ColumnConfig&lt;ReportsList, ?&gt;&gt; l = new ArrayList&lt;ColumnConfig&lt;ReportsList, ?&gt;&gt;();<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; l.add(nameCol);<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; l.add(pathCol);<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ColumnModel&lt;ReportsList&gt; cm = new ColumnModel&lt;ReportsList&gt;(l);<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Grid&lt;ReportsList&gt; grid = new Grid&lt;ReportsList&gt;(store, cm) {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; @Override<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; protected void onAfterFirstAttach() {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; super.onAfterFirstAttach();<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Scheduler.get().scheduleDeferred(new ScheduledCommand() {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; @Override<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; public void execute() {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; loader.load();<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; });<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; };<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; grid.getView().setForceFit(true);<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; grid.setLoadMask(true);<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; grid.setLoader(loader);</code><hr />
</div> RepProperties:<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">public interface RepProperties extends PropertyAccess&lt;ReportsList&gt; {<br />
&nbsp; &nbsp; @Path(&quot;id&quot;)<br />
&nbsp;  ModelKeyProvider&lt;ReportsList&gt; key();<br />
&nbsp;  ValueProvider&lt;ReportsList, String&gt; name();<br />
&nbsp;  ValueProvider&lt;ReportsList, String&gt; path_name();<br />
}</code><hr />
</div> ReportsList  code:<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">public class ReportsList&nbsp; implements Serializable {<br />
&nbsp; &nbsp; private static final long serialVersionUID = 1L;<br />
&nbsp; &nbsp; int id;<br />
&nbsp; &nbsp; String name;<br />
&nbsp; &nbsp; String path_name;<br />
&nbsp; &nbsp; <br />
&nbsp; &nbsp; public ReportsList() {&nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; }<br />
&nbsp; &nbsp; <br />
&nbsp; &nbsp; public ReportsList(int id, String name, String path_name) {<br />
&nbsp; &nbsp; &nbsp; &nbsp; super();<br />
&nbsp; &nbsp; &nbsp; &nbsp; this.id = id;<br />
&nbsp; &nbsp; &nbsp; &nbsp; this.name = name;<br />
&nbsp; &nbsp; &nbsp; &nbsp; this.path_name = path_name;<br />
&nbsp; &nbsp; }<br />
&nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; public int getId() {<br />
&nbsp; &nbsp; &nbsp; &nbsp; return id;<br />
&nbsp; &nbsp; }<br />
&nbsp; &nbsp; public void setId(int id) {<br />
&nbsp; &nbsp; &nbsp; &nbsp; this.id = id;<br />
&nbsp; &nbsp; }<br />
&nbsp; &nbsp; public String getName() {<br />
&nbsp; &nbsp; &nbsp; &nbsp; return name;<br />
&nbsp; &nbsp; }<br />
&nbsp; &nbsp; public void setName(String name) {<br />
&nbsp; &nbsp; &nbsp; &nbsp; this.name = name;<br />
&nbsp; &nbsp; }<br />
&nbsp; &nbsp; public String getPath_name() {<br />
&nbsp; &nbsp; &nbsp; &nbsp; return path_name;<br />
&nbsp; &nbsp; }<br />
&nbsp; &nbsp; public void setPath_name(String path_name) {<br />
&nbsp; &nbsp; &nbsp; &nbsp; this.path_name = path_name;<br />
&nbsp; &nbsp; }<br />
}</code><hr />
</div> The code is executed without error, the query to the database is performed ( EJB-call ), but the Grid is not populated.<br />
In what could be the problem?</div>

 ]]></content:encoded>
			<category domain="http://www.sencha.com/forum/forumdisplay.php?100-Sencha-GXT-Q-amp-A"><![CDATA[Sencha GXT Q&A]]></category>
			<dc:creator>marvic</dc:creator>
			<guid isPermaLink="true">http://www.sencha.com/forum/showthread.php?263599-Cannot-fill-Grid</guid>
		</item>
		<item>
			<title>Grid - autoresize with BorderLayoutContainer</title>
			<link>http://www.sencha.com/forum/showthread.php?263384-Grid-autoresize-with-BorderLayoutContainer&amp;goto=newpost</link>
			<pubDate>Fri, 10 May 2013 14:00:46 GMT</pubDate>
			<description><![CDATA[Hi, 
 
I'm using a BorderLayoutContainer which has a Grid in its CenterPanel (ContentPanel component). When I'm collapsing my westPanel the...]]></description>
			<content:encoded><![CDATA[<div>Hi,<br />
<br />
I'm using a BorderLayoutContainer which has a Grid in its CenterPanel (ContentPanel component). When I'm collapsing my westPanel the centerPanel expands (as expected) but my Grid does NOT ...:-?<br />
<br />
What is the best way to achieve this autoresize/autoexpand functionality on a grid? <br />
<br />
Thanks.</div>

 ]]></content:encoded>
			<category domain="http://www.sencha.com/forum/forumdisplay.php?100-Sencha-GXT-Q-amp-A"><![CDATA[Sencha GXT Q&A]]></category>
			<dc:creator>smartin</dc:creator>
			<guid isPermaLink="true">http://www.sencha.com/forum/showthread.php?263384-Grid-autoresize-with-BorderLayoutContainer</guid>
		</item>
		<item>
			<title>How can I change the css style of a column in Live Grid depending of column values ?</title>
			<link>http://www.sencha.com/forum/showthread.php?263304-How-can-I-change-the-css-style-of-a-column-in-Live-Grid-depending-of-column-values&amp;goto=newpost</link>
			<pubDate>Thu, 09 May 2013 18:32:31 GMT</pubDate>
			<description>Hello, 
 
I have an LiveGrid with some columns. I need to change the style to all cells in a column depending of the values in the cells. 
 
I can...</description>
			<content:encoded><![CDATA[<div>Hello,<br />
<br />
I have an LiveGrid with some columns. I need to change the style to all cells in a column depending of the values in the cells.<br />
<br />
I can change the css style to be identical to all cell in the column like this<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">actionColumn.setColumnTextClassName(resource.css().colStyle());</code><hr />
</div> );<br />
<br />
I need to change the style according to the value inside.<br />
<br />
How can I do that ?<br />
<br />
Thank you.</div>

 ]]></content:encoded>
			<category domain="http://www.sencha.com/forum/forumdisplay.php?100-Sencha-GXT-Q-amp-A"><![CDATA[Sencha GXT Q&A]]></category>
			<dc:creator>florin_p</dc:creator>
			<guid isPermaLink="true">http://www.sencha.com/forum/showthread.php?263304-How-can-I-change-the-css-style-of-a-column-in-Live-Grid-depending-of-column-values</guid>
		</item>
		<item>
			<title>How can I use a widget as leaf in a tree</title>
			<link>http://www.sencha.com/forum/showthread.php?263284-How-can-I-use-a-widget-as-leaf-in-a-tree&amp;goto=newpost</link>
			<pubDate>Thu, 09 May 2013 14:54:17 GMT</pubDate>
			<description><![CDATA[Hello,  
 
I'm trying your api for GWT because I think that is very interesting for us, but I've a problem with Tree.  
 
 
I want to create a tree...]]></description>
			<content:encoded><![CDATA[<div>Hello, <br />
<br />
I'm trying your api for GWT because I think that is very interesting for us, but I've a problem with Tree. <br />
<br />
<br />
I want to create a tree where its leafs are a widget with its buttons, texts, etc... This buttons have a its handler, but when I create the TreeStore as &lt;TreeItem, Widget&gt;, when the tree is painted in the browser, I only can see the html code because the leaf is represented like &lt;span/&gt; and the widget code is written inside. Also the handler button never is called.<br />
<br />
<br />
<br />
<br />
Any idea?<br />
<br />
<br />
Thank you!<br />
<br />
Best regards</div>

 ]]></content:encoded>
			<category domain="http://www.sencha.com/forum/forumdisplay.php?100-Sencha-GXT-Q-amp-A"><![CDATA[Sencha GXT Q&A]]></category>
			<dc:creator>rbenitez</dc:creator>
			<guid isPermaLink="true">http://www.sencha.com/forum/showthread.php?263284-How-can-I-use-a-widget-as-leaf-in-a-tree</guid>
		</item>
		<item>
			<title>Chart issue : How to set intervals by time</title>
			<link>http://www.sencha.com/forum/showthread.php?263254-Chart-issue-How-to-set-intervals-by-time&amp;goto=newpost</link>
			<pubDate>Thu, 09 May 2013 08:48:50 GMT</pubDate>
			<description>Hi  
I am trying to draw a chart  
based on Line Chart Example （http://www.sencha.com/examples/#ExamplePlace:linechart) 
 
  
here is my chart  
...</description>
			<content:encoded><![CDATA[<div>Hi <br />
I am trying to draw a chart <br />
based on Line Chart Example （<a href="http://www.sencha.com/examples/#ExamplePlace:linechart" target="_blank">http://www.sencha.com/examples/#ExamplePlace:linechart</a>)<br />
<br />
 <br />
here is my chart <br />
<br />
<a href="http://www.sencha.com/forum/attachment.php?attachmentid=43654"  title="Name:  
Views: 
Size:  ">Attachment 43654</a><br />
<br />
As you can see :<br />
<br />
The interval of Feb 2 - Feb 3  is same as  Feb 4 - Feb 8<br />
<br />
<br />
<br />
The Question is : <br />
<br />
<b>Is there has a way to set different intervals by date automatically?  </b></div>


	<div style="padding:10px">

	

	

	
		<fieldset class="fieldset">
			<legend>Attached Images</legend>
			<ul>
			<li>
	<img class="inlineimg" src="/png.gif" alt="File Type: png" />
	<a href="http://www.sencha.com/forum/attachment.php?attachmentid=43654&amp;d=1368088889">chart capture.png&lrm;</a> 
(22.6 KB)
</li> 
			</ul>
			</fieldset>
	

	

	</div>
 ]]></content:encoded>
			<category domain="http://www.sencha.com/forum/forumdisplay.php?100-Sencha-GXT-Q-amp-A"><![CDATA[Sencha GXT Q&A]]></category>
			<dc:creator>quejinkook</dc:creator>
			<guid isPermaLink="true">http://www.sencha.com/forum/showthread.php?263254-Chart-issue-How-to-set-intervals-by-time</guid>
		</item>
		<item>
			<title>No isDirty method in GXT3 for Field and FormPanel</title>
			<link>http://www.sencha.com/forum/showthread.php?263087-No-isDirty-method-in-GXT3-for-Field-and-FormPanel&amp;goto=newpost</link>
			<pubDate>Tue, 07 May 2013 12:07:26 GMT</pubDate>
			<description>In GXT2, Field and FormPanel provided isDirty() method to check if the field value is changed. But isDirty() is no longer available in GXT3? 
 ...</description>
			<content:encoded><![CDATA[<div>In GXT2, Field and FormPanel provided isDirty() method to check if the field value is changed. But isDirty() is no longer available in GXT3?<br />
 <br />
Also, getOriginalValue() method is not available (protected), so you cant compare current value and original value. Is there any way to check if the field is dirty? (Note: I don't want to create a subclass for each field to get the original value)</div>

 ]]></content:encoded>
			<category domain="http://www.sencha.com/forum/forumdisplay.php?100-Sencha-GXT-Q-amp-A"><![CDATA[Sencha GXT Q&A]]></category>
			<dc:creator>TAMMA01</dc:creator>
			<guid isPermaLink="true">http://www.sencha.com/forum/showthread.php?263087-No-isDirty-method-in-GXT3-for-Field-and-FormPanel</guid>
		</item>
		<item>
			<title>How to reference (manipulate) a widget from an other in gxt3</title>
			<link>http://www.sencha.com/forum/showthread.php?263019-How-to-reference-(manipulate)-a-widget-from-an-other-in-gxt3&amp;goto=newpost</link>
			<pubDate>Mon, 06 May 2013 18:15:51 GMT</pubDate>
			<description><![CDATA[Im New Gxt user, 
In my application, I tried to use the provided exemples from sencha.com. 
I'm looking for a mécanisme to use a nested widgets in a...]]></description>
			<content:encoded><![CDATA[<div>Im New Gxt user,<br />
In my application, I tried to use the provided exemples from sencha.com.<br />
I'm looking for a mécanisme to use a nested widgets in a same interface (RIA logic), And keep control between them.<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">public class BorderLayoutUiBinderDynamicAttribute implements IsWidget, EntryPoint { <br />
&nbsp; interface MyUiBinder extends UiBinder&lt;Component, BorderLayoutUiBinderDynamicAttribute&gt; {<br />
&nbsp; }<br />
&nbsp;<br />
&nbsp; private static MyUiBinder uiBinder = GWT.create(MyUiBinder.class);<br />
&nbsp; private static AccordionLayout alayout = new AccordionLayout();<br />
&nbsp; private static FilterGrid filterGrid = new FilterGrid();<br />
&nbsp; private static AjoutContact ajoutContact = new AjoutContact();<br />
&nbsp;<br />
&nbsp; @UiField<br />
&nbsp; BorderLayoutContainer con;<br />
&nbsp; @UiField <br />
&nbsp; ContentPanel menu;<br />
&nbsp; @UiField<br />
&nbsp; ContentPanel center;<br />
&nbsp; @UiField<br />
&nbsp; ContentPanel <b>center2</b>;<br />
&nbsp; @UiField<br />
&nbsp; ContentPanel headerLogo;<br />
........<br />
........<br />
&nbsp;public void onModuleLoad() {<br />
&nbsp; &nbsp; &nbsp; Widget con = asWidget();<br />
&nbsp; &nbsp; &nbsp; &nbsp; Viewport viewport = new Viewport();<br />
&nbsp; &nbsp; &nbsp; &nbsp; menu.add(alayout);<br />
&nbsp; &nbsp; &nbsp; &nbsp; center.add(filterGrid);<br />
&nbsp; &nbsp; &nbsp; &nbsp; center2.add(ajoutContact);<br />
&nbsp; &nbsp; &nbsp; &nbsp; Image loadingImage = new Image(ExampleImages.INSTANCE.logo());<br />
&nbsp; &nbsp; &nbsp; &nbsp; headerLogo.add(loadingImage);<br />
&nbsp; &nbsp; &nbsp; &nbsp; viewport.add(con);<br />
&nbsp; &nbsp; &nbsp; &nbsp; RootPanel.get().add(viewport);<br />
&nbsp; }<br />
.......</code><hr />
</div> in the   ContentPanel center2  I insert an Widget which contains :<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code"><br />
&nbsp;panel.addButton(new TextButton(&quot;Enregistrer&quot;, new SelectHandler() {<br />
&nbsp; &nbsp; &nbsp; &nbsp; public void onSelect(SelectEvent event) {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Contact c = new Contact();<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; c.setNom(nom.getText());<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; c.setPrenom(prénom.getText());<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; c.setEmail(email.getText());<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; c.setDate_naissance(birthday.getCurrentValue());<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ExampleServiceAsync service = GWT.create(ExampleService.class);<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; AsyncCallback&lt;String&gt; callback = new AsyncCallback&lt;String&gt;() {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; public void onFailure(Throwable caught) {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  Window.alert(&quot;Contact n'est pas Ajouté avec succès &quot;);<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }<br />
<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; public void onSuccess(String result) {<br />
<u><b>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; // I Want To Refrech data of @UiField ContentPanel center in BorderLayoutUiBinderDynamicAttribute </b></u><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Window.alert(&quot;Contact Ajouté avec succès &quot;);<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; };<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; service.enregistrerContact(c, callback);<br />
&nbsp; &nbsp; &nbsp; &nbsp; }<br />
&nbsp; &nbsp; }));</code><hr />
</div>  Rpc work fine, but i don't now how to get reference to &quot;center&quot; or others elements of rootPanel  :-?<br />
<br />
it should be like this : ContentPanel cp = rootPanel.getViewport().getCon().getCenter(); if we follow the logic swing.<br />
<a href="http://www.sencha.com/forum/attachment.php?attachmentid=43575"  title="Name:  
Views: 
Size:  ">Attachment 43575</a></div>


	<div style="padding:10px">

	

	

	
		<fieldset class="fieldset">
			<legend>Attached Images</legend>
			<ul>
			<li>
	<img class="inlineimg" src="/jpg.gif" alt="File Type: jpg" />
	<a href="http://www.sencha.com/forum/attachment.php?attachmentid=43575&amp;d=1367864142">Capture.jpg&lrm;</a> 
(54.3 KB)
</li> 
			</ul>
			</fieldset>
	

	

	</div>
 ]]></content:encoded>
			<category domain="http://www.sencha.com/forum/forumdisplay.php?100-Sencha-GXT-Q-amp-A"><![CDATA[Sencha GXT Q&A]]></category>
			<dc:creator>Oussama Mjihil</dc:creator>
			<guid isPermaLink="true">http://www.sencha.com/forum/showthread.php?263019-How-to-reference-(manipulate)-a-widget-from-an-other-in-gxt3</guid>
		</item>
		<item>
			<title>GXT Desktop Apps</title>
			<link>http://www.sencha.com/forum/showthread.php?262927-GXT-Desktop-Apps&amp;goto=newpost</link>
			<pubDate>Sun, 05 May 2013 12:46:32 GMT</pubDate>
			<description><![CDATA[Hi, 
 
I have eventually go the GXT 3 Webdesktop working. I'm now trying to add applications to the Start menu. Does anyone know how this is done? 
...]]></description>
			<content:encoded><![CDATA[<div>Hi,<br />
<br />
I have eventually go the GXT 3 Webdesktop working. I'm now trying to add applications to the Start menu. Does anyone know how this is done?<br />
<br />
Thanks,<br />
<br />
Wyn</div>

 ]]></content:encoded>
			<category domain="http://www.sencha.com/forum/forumdisplay.php?100-Sencha-GXT-Q-amp-A"><![CDATA[Sencha GXT Q&A]]></category>
			<dc:creator>Owenwa</dc:creator>
			<guid isPermaLink="true">http://www.sencha.com/forum/showthread.php?262927-GXT-Desktop-Apps</guid>
		</item>
	</channel>
</rss>
