Search Type: Posts; User: Manuel Elaraj
Search: Search took 0.02 seconds.
-
30 Aug 2011 10:00 AM
- Replies
- 4
- Views
- 1,250
Yep.. That was the problem.. Would be nice to have a more descriptive exception.. Thank you.
Manuel -
29 Aug 2011 7:38 AM
- Replies
- 4
- Views
- 1,250
Hmm.. I just cleared all caches and now.. it is going hanging on the same line.. just hangs forever..
-
29 Aug 2011 5:42 AM
- Replies
- 4
- Views
- 1,250
Hi I am having an issue after upgrading from 2.0.x to 2.2.4. I am using GWT 2.2. I am getting the following exception right in the entryPoint onModuleLoad function. Here are the details:
... -
5 Jun 2011 4:10 AM
- Replies
- 1
- Views
- 1,041
I figured out how to do this. Is actually pretty simple; just call Window.setHideMode(Style.HideMode.VISIBILITY); This causes the contents not reload on when dragging and resizing..
-
2 Jun 2011 12:35 PM
- Replies
- 1
- Views
- 1,041
I am using a window object to display some query results in the form of html. The problem is that each time the user moves the window the contents are reloaded from the server. I am using the...
-
18 Oct 2010 1:30 PM
- Replies
- 5
- Views
- 996
That worked.. Thank you.. I don't know why, the code was written a while back..
Thanks for the help -
18 Oct 2010 1:22 PM
- Replies
- 5
- Views
- 996
Here is the load account function. It is tough to give you a working app, this is very large complicate application:
private void loadAccount() {
//service
... -
18 Oct 2010 1:21 PM
- Replies
- 5
- Views
- 996
Here is the system menu class:
package com.otc.cloudworks.web.cloudcontrol.client;
import com.extjs.gxt.ui.client.event.MenuEvent;
import com.extjs.gxt.ui.client.event.SelectionListener;... -
18 Oct 2010 1:13 PM
- Replies
- 5
- Views
- 996
After upgrading to GXT 2.2, I cannot get my application started in dev mode. I get the following exception:
java.lang.ClassCastException: com.extjs.gxt.ui.client.widget.layout.FlowLayout cannot... -
31 Dec 2008 1:45 PM
- Replies
- 5
- Views
- 1,474
You are correct. We are binding twice. Sorry. It was working in the previous version nonetheless.
This is resolved.. thanks. -
31 Dec 2008 12:10 PM
- Replies
- 5
- Views
- 1,474
OK here you go:
This code this setup the grid before rendering:
private void getPatientGrid(){
List<TableColumn> columns = new ArrayList<TableColumn>();
TableColumn col =... -
31 Dec 2008 11:16 AM
- Replies
- 5
- Views
- 1,474
This code used to work in version 1.2
store = new ListStore<BenefitVerificationGridData>();
store.add((List<BenefitVerificationGridData>)result);
binder = new... -
14 Nov 2008 6:03 AM
- Replies
- 1
- Views
- 811
If you go to any of the grid examples. If you scroll to the bottom of the grid and you attempt to click on any of the bottom items. The selection is made, but the grid scrolls to the top...
-
4 Nov 2008 6:20 AM
- Replies
- 0
- Views
- 645
The Calendar is not correctly supporting the key board. The arrow keys should allow you change the days and then the enter or tab, should allow you to set the current date. This behavior is correct...
-
25 Jul 2008 4:20 AM
- Replies
- 5
- Views
- 1,111
When i posted this bug, I was using version 1.0.1 I switched to the SVN version and its working fine.
-
18 Jul 2008 8:08 PM
- Replies
- 5
- Views
- 1,111
Forgot to mention that the issue is that the dropdown is covered by the red exclamation circle causing very difficult to click.
thanks,
manuel -
18 Jul 2008 8:07 PM
- Replies
- 5
- Views
- 1,111
It seems that if you place form fields in a window, there is an odd behaivior. The required field red markings cover the combo boxes. This happens in webmode. Please see the attached pictures ...
-
18 Jul 2008 2:26 PM
- Replies
- 5
- Views
- 1,435
Has anyone fixed this issue in SVN? Having the problem.
-
18 Jul 2008 8:00 AM
- Replies
- 6
- Views
- 2,960
I second this. Anyone knows how to do masking?
-
25 Jun 2008 6:04 PM
- Replies
- 4
- Views
- 1,539
I am trying to add a Google SuggestBox object to the formPanel. However, I noticed that I would need to wrap suggestBox in class along that extends Field. Is there any sample code to do this. Or...
-
25 Jun 2008 5:56 PM
- Replies
- 6
- Views
- 1,785
You are correct. I was using the wrong version. Thanks.
-
20 Jun 2008 5:17 AM
- Replies
- 6
- Views
- 1,785
Here is the current behavior:
in hosted mode, i get the following exception when I click on the year/month drop down:
[ERROR] Uncaught exception escaped
java.lang.IllegalArgumentException:... -
19 Jun 2008 4:15 PM
- Replies
- 6
- Views
- 1,785
This does not work in my code or in of the explorer hosted here. Two issues:
1.) Cannot pick any date other than today. No Exceptions.
2.) The year and month selector drop down does not drop..... -
9 Jun 2008 2:48 AM
- Replies
- 4
- Views
- 2,498
By the way, the pagin example, there is no call into that binder.init().
So still stock :( -
9 Jun 2008 2:45 AM
- Replies
- 4
- Views
- 2,498
I made the change, but still same result. See new class below:
public class ClaimGrid
{
public ContentPanel getGrid()
{
Results 1 to 25 of 30
