Search Type: Posts; User: mtarantini
Search: Search took 0.04 seconds.
-
29 Aug 2012 11:17 PM
- Replies
- 2
- Views
- 582
Thanks a lot, it's working :) !
-
28 Aug 2012 3:16 AM
- Replies
- 2
- Views
- 582
Hi,
I'm trying to create an application with GXT3 and the RequestFactory.
I want to paged my result but i've got issues to make it work.
I have an entity bean (named Translation), that have a... -
7 Apr 2011 6:24 AM
- Replies
- 3
- Views
- 2,176
I experience the same behavior.
is there any solution ?
thx ! -
7 Oct 2010 6:57 AM
- Replies
- 3
- Views
- 1,269
arf sorry, I try the search forum...but forget to check the "add child search".
If a put the HtmlEditor in an adapterField, can it work ?
regards ! -
7 Oct 2010 6:53 AM
- Replies
- 3
- Views
- 1,269
Hi, there is a probleme with the setReadOnly method that is ineffective.
FormPanel fp = new FormPanel();
HtmlEditor editor = new HtmlEditor();
editor.setReadOnly(true);
... -
23 Sep 2010 6:07 AM
- Replies
- 5
- Views
- 1,743
Okay no problem, thx again :)
-
23 Sep 2010 6:00 AM
- Replies
- 5
- Views
- 1,743
Thx Sven for the quick reponse !
But If the changes are not too important to make, is it possible to post those too? Or a new build of GXT will comes out soon for the public ? -
23 Sep 2010 5:45 AM
- Replies
- 5
- Views
- 1,743
Example, I have 2 groups, with users within them. If one of the user is in both group, when a will click on the 2nd one, the TreeGrid will selection the 1st one.
I try to re implement the key... -
1 Aug 2010 9:50 PM
- Replies
- 4
- Views
- 1,849
I have the exact same bug on GXT 2.1.1.
Any solution about that ?
a workaround will be to stop the rowEditor and start it after the window resized. -
17 Jun 2010 1:37 AM
Jump to post Thread: GWTTestCase and GXT Loader. by mtarantini
- Replies
- 1
- Views
- 438
In fact I understand why this not gonna work,
in the BaseLoader, the onSuccess is call, but it will fire the Load event, the finishTest i call is not on the onSuccess method but in a Listner..
... -
17 Jun 2010 1:29 AM
Jump to post Thread: GWTTestCase and GXT Loader. by mtarantini
- Replies
- 1
- Views
- 438
Hi,
i'm trying to setup some GWTTestCase in my project, and i'm confront to strange problem.
I have 2 test case, one where I use an AsyncService directly, the other where I do the same but on... -
23 May 2010 11:35 PM
- Replies
- 9
- Views
- 2,077
Does the fix has been released in SVN ? (in release/2.2/ ? ) I still don't see anything :)
thx you ! -
18 May 2010 10:06 PM
- Replies
- 9
- Views
- 2,077
Great, thx you :)
-
18 May 2010 2:06 AM
- Replies
- 9
- Views
- 2,077
The button on the RowEditor are inverted, the Save button is enable wheras it should be disable until the RowEditor is valid.
Cancel button is disabled wheras it should be enable.
I've recover... -
2 Apr 2010 5:25 AM
Jump to post Thread: Disable LiveGrid autoload by mtarantini
- Replies
- 2
- Views
- 962
The autoload is done on the refresh method the the LiveGridView, unfortunatly this method is call on the AfterRender.
I dont know what you want to do, but you could disable the loading from your... -
18 Feb 2010 11:30 PM
- Replies
- 5
- Views
- 1,968
Okay, I just find a "workaround", because i'm not totally satisfied by this solution.
What's need to be done : Change the property, and then update the store.
BaseTreeModel pm =... -
18 Feb 2010 8:14 AM
- Replies
- 5
- Views
- 1,968
thx for your help;
i've just try this :
store.findModel(treePanel.getSelectionModel().getSelectedItem()).set("name", "Changed");
but it doesn't work either. -
18 Feb 2010 7:03 AM
- Replies
- 5
- Views
- 1,968
- Detailed description of the problem : On the TreePanel, when changing a property (the property which is diplayed), the TreeNode is not update. In my sample code, select a node, and use the context...
-
18 Feb 2010 6:27 AM
- Replies
- 1
- Views
- 1,103
Try this :
Folder newFolder = new Folder("Newly Added folder");
newFolder.add(new Music("Range De Basanti", "A R Rahman", "Dance"));
treeStore.add(model, newFolder, true) -
13 Jan 2010 10:49 PM
- Replies
- 3
- Views
- 1,843
issue updated.
-
30 Dec 2009 8:25 AM
- Replies
- 6
- Views
- 2,401
Okay, understood.
Thx for the explanations! -
30 Dec 2009 8:20 AM
- Replies
- 6
- Views
- 2,401
Thx for you're help, it's working like a charm.
I add those line :
...
FieldBinding fbForName = new FieldBinding(nameFieldForMultiField, ModelA.NAME);
FieldBinding fbForDescription =... -
30 Dec 2009 8:12 AM
- Replies
- 6
- Views
- 2,401
Okay thx,
But is it something that you can implement ?
Or do I have to listen to the Bind Event and bind my fields manually ? -
30 Dec 2009 8:03 AM
- Replies
- 6
- Views
- 2,401
Hi, I have a problem with the Multifield with FormBinding or FormValidation Validation.
I have a FormPanel with 3 Fields : name, description and a Multifield which contains another name &... -
29 Dec 2009 10:47 PM
- Replies
- 7
- Views
- 1,690
In fact, I was creating a empty store in the construstor of my class, and I was setting the groupBy just after.
As my store is filled later, at rendering (the store which is still empty) the...
Results 1 to 25 of 71
