Search Type: Posts; User: matthewdfleming
Search: Search took 0.02 seconds.
-
4 Feb 2013 2:11 PM
- Replies
- 11
- Views
- 4,513
We had this same problem in sencha touch.. the solution was like this..
This code is in a button click handler for a 'create new assessment' button. The idea is that a create call is supposed to... -
18 Jan 2013 8:07 AM
- Replies
- 17
- Views
- 3,896
Hey guys,
I thought I'd post my solution to this problem. The key for me was to look at how the 'List.js' class handled the scrolling with regard to clicking on an index in the 'index bar.' Here's... -
27 Nov 2012 7:58 AM
- Replies
- 4
- Views
- 1,415
Here's a way to do it without using any objects from the sample package. I'm making a callback using a "User" object. The combobox is submitting the "lastName" filter.
UserProperties props =... -
23 Jul 2009 9:35 AM
- Replies
- 4
- Views
- 1,742
Anything in particular that I should look out for with regards to a memory leak?
-
23 Jul 2009 8:49 AM
- Replies
- 4
- Views
- 1,742
Here's the method that made me think it was a bug:
/**
* Gets all records modified since the last commit. Modified records are
* persisted across load operations (e.g., during... -
23 Jul 2009 8:14 AM
- Replies
- 4
- Views
- 1,742
The ListStore is supposed to keep modified records across load calls but it does not
Here is the onLoad method of ListStore. the call to removeAll() deletes the records in the store...
... -
7 Jul 2009 9:35 AM
- Replies
- 0
- Views
- 497
I just upgraded from 1.2.4 to 2.0 and don't know how to migrate the BasePagingLoadConfig.getParams() call to 2.0. Where are the filters stored on a paginated request?
-Matt -
7 Jul 2009 9:05 AM
Jump to post Thread: GXT 2.0 in Maven? by matthewdfleming
- Replies
- 5
- Views
- 2,139
We just upload the binary to our own repo. You could also just install it locally if you don't have a repo.
-Matt -
26 Jun 2009 1:05 PM
- Replies
- 0
- Views
- 1,920
When you create a grid like so:
grid = new EditorGrid<BeanModel>(store, firstColumnModel);
grid.getView().setForceFit(true)
a subsequent call to
grid.reconfigure(store,...
Results 1 to 9 of 9
