Search Type: Posts; User: avilanchee
Search: Search took 0.04 seconds.
-
4 Mar 2010 11:10 PM
- Replies
- 1
- Views
- 707
the exception is
java.lang.ClassCastException: com.extjs.gxt.ui.client.data.BasePagingLoadConfig cannot be cast to com.publiture.tools.client.extend.ExtPagingLoadConfig -
4 Mar 2010 11:05 PM
- Replies
- 1
- Views
- 707
I need to send a string value inside PageConfig object to the server side . I tried overriding
PagingLoadConfig
public interface ExtPagingLoadConfig extends PagingLoadConfig, IsSerializable{
... -
17 Feb 2010 10:29 PM
Jump to post Thread: calling external javascript by avilanchee
- Replies
- 0
- Views
- 1,397
Hey all,
i need to call a javascript method and populate the result in a text field. The javascript calls a external web service and fetches result. The problem is the java method returns null but... -
3 Feb 2010 10:09 PM
- Replies
- 5
- Views
- 4,264
tried as weel throws a null pointer exception
public RelatedArticlesDialog() {
setHeading("Search Articles");
setModal(true);
setLayout(new FitLayout());
... -
29 Jan 2010 5:23 AM
- Replies
- 2
- Views
- 1,174
Gwt support is there for visualizations i believe !!!
-
29 Jan 2010 5:22 AM
- Replies
- 2
- Views
- 1,174
is Google Visualization API is supported in ext gwt ? Any examples ???
-avi -
22 Jan 2010 5:11 AM
- Replies
- 5
- Views
- 4,264
did exactly the same , didn work . Throws a null pointer exception when i do pagingToolBar.setRefreshVisible(false);
-avi -
18 Jan 2010 11:04 PM
- Replies
- 5
- Views
- 4,264
Hell all,
need help in removing the refresh button from paging toolbar!
-avi -
18 Jan 2010 11:03 PM
- Replies
- 2
- Views
- 1,576
yes that did work . thank you !
-
11 Jan 2010 4:26 AM
- Replies
- 2
- Views
- 1,576
Hey all,
need help in populating a grid with two different stores . On a button press i need to populaye the grid with store2. On another button press need to clear the grid and populate with... -
30 Dec 2009 4:07 AM
- Replies
- 5
- Views
- 2,229
im using version 1.2.1 ext gwt
-avi -
30 Dec 2009 3:58 AM
- Replies
- 5
- Views
- 2,229
Do i need to create a new PageLoadingConfig like
PagingLoadConfig config = new BasePagingLoadConfig();
if it all no required to create a new PageLoadingConfig object , how do i set... -
30 Dec 2009 3:00 AM
- Replies
- 9
- Views
- 3,284
oh ok !
-
30 Dec 2009 2:33 AM
- Replies
- 9
- Views
- 3,284
the version is 1.2.1.
-
28 Dec 2009 10:07 PM
- Replies
- 5
- Views
- 2,229
Hey all,
How do i add another string varicble to the PageConfig object used in BasePagingLoader
private BasePagingLoader<PagingLoadConfig, PagingLoadResult<Article>> getPagingLoader() {
... -
28 Dec 2009 8:31 PM
- Replies
- 9
- Views
- 3,284
but com.extjs.gxt.ui.client.data.PagingModelMemoryProxy is missing
-
28 Dec 2009 4:47 AM
- Replies
- 9
- Views
- 3,284
hey guys is there any example code for client side paging for a grid in ext version 1.5. I was not able to find any
-avi -
15 Dec 2009 10:30 PM
Jump to post Thread: GWT 2.0 Support by avilanchee
- Replies
- 3
- Views
- 962
Hey guys,
Any information when gwt 2.0 support will be available with ext ?
-avinash -
25 Nov 2009 9:10 PM
- Replies
- 0
- Views
- 911
Hye all,
Need help setting up an eclipse project with gwt 1.7.1 and gxt 2.1.0 .
Any tutorial links, howtos, instructions might be of great help
Thanks,
Avinash -
17 Nov 2009 11:36 PM
- Replies
- 1
- Views
- 766
Hey guys,
I get a com.extjs.gxt.ui.client.event.SelectionEvent cannot be cast to com.extjs.gxt.ui.client.event.SelectionChangedEvent exception wen i add a selectionchange event on the list view.... -
2 Nov 2009 9:45 PM
- Replies
- 1
- Views
- 999
Hey guys !
Need help on uploading a file on selecting it in the browse dialog. I need to avoid having a upload button . Any help would be appriciated
Thanks,
Avinash -
14 Oct 2009 8:55 PM
- Replies
- 0
- Views
- 565
hey guys,
Is chrome supported by extgwt 1.5. i wrote a cms app that works fine with firefox and ie, but in chrome certain widgets like combobox are not being rendered properly. Though chrome is... -
8 Sep 2009 10:33 PM
Jump to post Thread: Local Paging by avilanchee
- Replies
- 0
- Views
- 594
hey all,
i need some help in doing client side paging for a datagrid
PagingModelMemoryProxy is used in the examples in this site , but i couldn't find this class in the api . I use a older... -
28 May 2009 10:54 PM
- Replies
- 1
- Views
- 1,231
needed help in handling cloe event in a tabitem .
Thanks
Avinash -
7 May 2009 11:29 PM
Jump to post Thread: check box event in data grid by avilanchee
- Replies
- 1
- Views
- 2,087
private Grid<SectionGridModel> getSubSectionsGrid() {
if (subSectionGrid == null) {
List<ColumnConfig> configs = new ArrayList<ColumnConfig>();
ColumnConfig...
Results 1 to 25 of 29
