Search Type: Posts; User: babbarkrishan
Search: Search took 0.01 seconds.
-
13 Jan 2012 1:11 AM
- Replies
- 6
- Views
- 1,730
war\resources\css
-
14 Apr 2011 6:10 PM
Jump to post Thread: Menubar not working in IE by babbarkrishan
- Replies
- 0
- Views
- 1,538
Hi,
I want to show a menubar in a site. I am using EXT 3.0 for creating menubar. Its working fine in Firefox but not in IE (I checked in IE 8 and IE 9). In IE its only showing first menu while i... -
23 Dec 2010 3:46 AM
- Replies
- 3
- Views
- 1,508
Stack is given below:
java.lang.ClassCastException: com.google.gwt.json.client.JSONObject cannot be cast to com.google.gwt.json.client.JSONArray
at... -
23 Dec 2010 3:17 AM
- Replies
- 3
- Views
- 1,508
Hi,
I want to populate a combo box using REST which returns data in JSON format. I tried with below given code but it is giving ClassCastException. Please help me to solve this, i would appreciate... -
7 Dec 2010 3:05 AM
- Replies
- 1
- Views
- 1,128
I would like to show multiple charts in the same page. I tried following but page gets empty
String url = "ExtGWT/chart/open-flash-chart.swf";
final Chart chart1 = new Chart(url);
final Chart... -
30 Nov 2010 9:34 PM
- Replies
- 1
- Views
- 1,625
Any way to cancel form submit in GWT?
-
23 Nov 2010 11:48 PM
- Replies
- 1
- Views
- 1,625
I am using com.extjs.gxt.ui.client.widget.form.FormPanel; for file uploading. Code is given below:
FormPanel panel = new FormPanel();
file = new FileUploadField();
file.setName("uploadedfile");... -
17 Nov 2010 9:15 PM
- Replies
- 6
- Views
- 1,730
Thanks Sven!
I was excluding gxt-all.css while using access css. Its working now after including both css.
Thanks again.
Krishan Babbar -
17 Nov 2010 10:30 AM
- Replies
- 6
- Views
- 1,730
I changed the default theme to "access" and run my app. In response few things get broken.
Like button are showing too much height with not good looking background.
What I did was change the path... -
16 Nov 2010 11:26 AM
- Replies
- 4
- Views
- 2,999
Thanks Sven... Its worked...
Plz suggest also, which layout to use for FormPanel or container having FormPanel so that its height get adjusted automatically by adding/removing fields dynamically? -
16 Nov 2010 11:03 AM
- Replies
- 4
- Views
- 2,999
Hi
I am using com.extjs.gxt.ui.client.widget.form.FormPanel for uploading a file. Now my requirement has been changed and I need to give a new option/button to user for adding more files to upload... -
23 Jun 2010 3:53 AM
Jump to post Thread: Ext Designer, Proxy Server by babbarkrishan
- Replies
- 34
- Views
- 18,305
where is cars.json from the example?
-
9 Feb 2010 8:45 AM
- Replies
- 3
- Views
- 2,099
Do you mean by POST in ajax (JS)?
But in JS it is working fine in IE and Mozilla....
Problem is in RequestBuilder and HTTP Post... -
9 Feb 2010 6:30 AM
- Replies
- 3
- Views
- 2,099
Hi,
While I am sending post data using RequestBuilder, it works fine in Mozilla but in IE it is not sending the data. Headers are available on server but data is not reaching there.
Following is... -
3 Feb 2010 11:23 PM
- Replies
- 3
- Views
- 2,235
Thanks Michel,
This is not working even with text fields too. below is my code but its not working:
TextField<String> nameTextField = new TextField<String>();
... -
3 Feb 2010 2:26 AM
- Replies
- 3
- Views
- 2,235
Thanks Michel,
but its not working with textfield also.
Below is my code
public void onModuleLoad() {
TextField<String> myTextField = new TextField<String>();
... -
2 Feb 2010 2:19 AM
- Replies
- 3
- Views
- 2,235
I would like to handle key events specially combined keys like CTRL + ALT + F1 etc. on whole page loaded initially.
Let me know how to perform this? (in GWT 1.7)
Thanks in advance
Krishan... -
30 Dec 2009 1:37 AM
- Replies
- 3
- Views
- 1,907
Thanks Arno
-
29 Dec 2009 4:12 AM
- Replies
- 3
- Views
- 1,907
You can resolve this issue by modifying the following css (see the comments with krishan)
.x-grid3-row,.x-grid3-summary-row{
-moz-user-select: none;
-khtml-user-select: none;
/* Krishan:... -
28 Dec 2009 1:28 AM
- Replies
- 1
- Views
- 1,785
Issue is resolved using following (bold text mainly) code:
LayoutContainer container = new LayoutContainer();
container.setLayout(new FitLayout());
BorderLayoutData data =... -
23 Dec 2009 6:20 AM
- Replies
- 1
- Views
- 1,785
Hi,
I have created a grid and search form using Viewport as shown below in code:
public Viewport getViewport() {
Viewport viewport = new Viewport();
... -
23 Dec 2009 6:11 AM
- Replies
- 3
- Views
- 1,907
Hi,
I created a grid and in grid when user clicks on any row it opens a dialog box having more info related to current row. Dialog is of "Modal" type.
Its working fine with Mozilla and IE but in... -
25 Nov 2009 2:49 AM
- Replies
- 3
- Views
- 1,892
Hi,
Finally I am able to disable the beep sound on all the components of the page while pressing Enter key in textfield or combo or any component, which was required. What I did is I added... -
25 Nov 2009 2:49 AM
Jump to post Thread: Vista IE7 Beep by babbarkrishan
- Replies
- 6
- Views
- 2,799
Hi,
Finally I am able to disable the beep sound on all the components of the page while pressing Enter key in textfield or combo or any component, which was required. What I did is I added... -
24 Nov 2009 11:41 PM
- Replies
- 3
- Views
- 1,892
Getting the same problem
Please help in removing beep sound in IE while pressing Enter key in a text field.
Below is my code:
table.setWidget(0, 0, new LabelToolItem("Search"));
...
Results 1 to 25 of 29
