Hi all,
i'm using gxt.version 3.0.1 and gwt.version 2.5.1. Java 1.7.
this is one fragment:
<g:HorizontalPanel>
<g:cell...
Type: Posts; User: Francy
Hi all,
i'm using gxt.version 3.0.1 and gwt.version 2.5.1. Java 1.7.
this is one fragment:
<g:HorizontalPanel>
<g:cell...
Hi all,
I have the following statment:
if(confirmMessageBox.getHideButton()== confirmMessageBox.getButtonById(PredefinedButton.YES.name())){
And that is wrong, because i have to use equals...
the declaration of treStore is:
public TreeStore<CpvDto> stockStoreCpvV = new TreeStore<CpvDto>( ((DataProperties) GWT.create(DataProperties.class)).key() );
and
Andreas Samjeske, thanks for your interesting.
in treStore the items get with this call:
where:
stockStoreCpvv is a treeStore Object;
ser is declared in this way:
@Inject
private...
<gxt.version>3.0.1</gxt.version>
<gwt.version>2.5.1</gwt.version>
I've test it with:
IE version 11.0.96
Chrome: Versione 41.0.2272.118 m
firefox: 35.0.1
The result is the same, before...
Hi all
I'm new to forum and new to GWT. Anyway i found a bug on com.sencha.gxt.data.shared.TreeStore. I use it to store more than 9000 items, and when i run the application in development mode...