Search Type: Posts; User: sundhar_v
Search: Search took 0.01 seconds.
-
4 Jan 2010 5:07 AM
Jump to post Thread: Check Box in Grid as Selectable by sundhar_v
- Replies
- 3
- Views
- 2,492
yes, I have seen the examples, but i am unable to do the check box as selectable one
List<ColumnConfig> deposit_CancelAuto_RenewFd_Config = new ArrayList<ColumnConfig>();
CheckColumnConfig... -
4 Jan 2010 4:59 AM
Jump to post Thread: Check Box in Grid as Selectable by sundhar_v
- Replies
- 3
- Views
- 2,492
Hi all,
I am using check box in Grid.
List<ColumnConfig> deposit_CancelAuto_RenewFd_Config = new ArrayList<ColumnConfig>();
CheckColumnConfig deposit_CancelAuto_RenewFd_CheckColumn = new... -
17 Dec 2009 1:23 AM
Jump to post Thread: Field Validation - Reg by sundhar_v
- Replies
- 0
- Views
- 799
Hi all,
Can any one help me how to validate the form field in EXT GXT. i want to validate Combo box, text field checkbox, number field, email and mandatory field validation. Can anyone help me... -
30 Nov 2009 1:57 AM
Jump to post Thread: Unable to load gxt-gray.css by sundhar_v
- Replies
- 0
- Views
- 742
HI all,
I am using GXT 2.01 and gwt-windows-1.7.1. I am facing CSS problem. While i am using gxt-all.css, i am getting the result in blue color, but i am using gxt-gray.css, i am not getting the... -
24 Nov 2009 10:03 PM
Jump to post Thread: CSS problem by sundhar_v
- Replies
- 10
- Views
- 1,677
Hi ,
As per your request, i have provided the sample file, pl. find a solution for this problme and advise me how to configure my eclipse accordingly.
Thanks and Regards,
Sundhar -
24 Nov 2009 5:25 AM
Jump to post Thread: Migration Problem by sundhar_v
- Replies
- 0
- Views
- 455
HI All,
I am facing lot of problem while i am moving from GXT 1.2.3 to 2.0.1. I am using GWT 1.6.4. While pressing the compile and browse button, it says compilation failed and in the GWT Shell,... -
23 Nov 2009 1:04 AM
- Replies
- 0
- Views
- 449
Hi All,
I am doing Migration from EXT GXT 1.2.3 to EXt GXT 2.10, While doing migration, i am facing lot of in-compitable problem. eg i am using code for combo box as given below
... -
20 Nov 2009 7:32 AM
Jump to post Thread: CSS problem by sundhar_v
- Replies
- 10
- Views
- 1,677
As per your request, i am forwarding the file in a zip format. unzip the file and copy the same in src folder. I am using Eclipse Version: 3.4.2 Build id: M20090211-1700 (GANEMADE) and gxt 2.01 and...
-
20 Nov 2009 7:27 AM
Jump to post Thread: Migration Problem by sundhar_v
- Replies
- 4
- Views
- 769
pl. check this attached sample.
Unzip the file and copy the same under the src folder.
In eclipse i have created the resources folder under WEB-INF folder. I have taken a screen shot of the... -
20 Nov 2009 7:17 AM
Jump to post Thread: Migration Problem by sundhar_v
- Replies
- 4
- Views
- 769
I have provided my sample. Pl. have a look on the same. I am using Eclipse Version: 3.4.2
Build id: M20090211-1700 (GANEMADE) and GXT 2.1 and GWT 1.6.4. Just look at the sample. i am unable to see... -
20 Nov 2009 3:32 AM
Jump to post Thread: Migration Problem by sundhar_v
- Replies
- 4
- Views
- 769
Hi all,
I need a help, i am facing a problem while i am migrating gxt-1.2.3 to GXT 2.01 and GWT 1.5.3 to gwt-windows-1.6.4, i am unable to view the design in the GWT window, after giving the... -
19 Nov 2009 7:44 PM
Jump to post Thread: CSS problem by sundhar_v
- Replies
- 10
- Views
- 1,677
ya i have tried this also but i am not getting the proper output.
As you said i have created a folder in the name of resources under WebContent and i have copied all the folder like css, images,... -
19 Nov 2009 4:13 AM
Jump to post Thread: CSS problem by sundhar_v
- Replies
- 10
- Views
- 1,677
That is what i am trying to say it is not working. but if i copy the folder manually to the output folder, then it is working
Thanks and Regards,
Sundhar -
19 Nov 2009 4:04 AM
Jump to post Thread: CSS problem by sundhar_v
- Replies
- 10
- Views
- 1,677
Ya i ahve checked the Quick Setup for Ext GWT 2.X Note pad text and did the same thing only as mentioned below
STEP 3 -> Add the following stylesheet to your host page.
<link rel="stylesheet"... -
19 Nov 2009 3:54 AM
Jump to post Thread: CSS problem by sundhar_v
- Replies
- 10
- Views
- 1,677
Hi,
I am migrating GXT 1.2.3 to GXT 2.0 and using gwt-windows-1.6.4 from gwt-windows 1.5.3. while migrating i am unable to view the form properly in GWT window eg. the panel, color, alignment... -
30 Sep 2009 10:05 PM
- Replies
- 7
- Views
- 7,139
Check this code it will works
you create a separate HTML File and then create a content Panel like this
ContentPanel contentPanel = new ContentPanel();
... -
30 Sep 2009 9:54 PM
Jump to post Thread: Global CSS Problem - Reg by sundhar_v
- Replies
- 0
- Views
- 720
Hi All,
I am creating a proto using EXT GWT, in that i am using ext-all.css and i am writing custom css in the name of demo.css. My problem is i need to copy the demo.css in eache and every... -
30 Sep 2009 9:29 PM
Jump to post Thread: Button Action by sundhar_v
- Replies
- 0
- Views
- 966
Hi All,
I am creating a proto in EXT GWT. In this i want to navigate to other page when i click the "Submit Button" like what we use to do in normal HTML. We use to write a javascript like... -
29 Sep 2009 2:13 AM
Jump to post Thread: Migration Problem by sundhar_v
- Replies
- 2
- Views
- 1,281
Hi,
When i migrate from GXT 1.2.3 to 2.01. and GWT Version from 1.5.3 to GWT 1.6.4 i am facing the follwing errors. Please help me to solve the migration problem.
Removing units with errors
... -
16 Sep 2009 4:26 AM
Jump to post Thread: Resource Bundle by sundhar_v
- Replies
- 1
- Views
- 1,310
Can anyone help me how we are getting the messages from the proeprty file / resource bundle. Please provide with some samples or some reference URLs.
Thanks and Regards,
Sundhar -
4 Sep 2009 3:44 AM
Jump to post Thread: Internationalization sample by sundhar_v
- Replies
- 0
- Views
- 808
Can anyone give a sample program on internationalization (english to any language) by using GXT 1.2.3. This will be greatly helpful for me.
Thanks and Regards,
Sundhar -
4 Sep 2009 1:53 AM
Jump to post Thread: Submit Button Event by sundhar_v
- Replies
- 2
- Views
- 1,077
Hi All.
I am doing a Proto on EXT GWT, i have created the modules and compiled the same when i click the submit button, i should call another html file. Pl. help me how to write a simple submit... -
3 Sep 2009 2:05 AM
Jump to post Thread: Internationalization Sample by sundhar_v
- Replies
- 4
- Views
- 4,836
Can anyone give a sample program on internationalization (english to any language) by using GXT 1.2.3. This will be greatly helpful for me.
Thanks and Regards,
Sundhar :) -
16 Aug 2009 9:18 PM
Jump to post Thread: How to call CSS file by sundhar_v
- Replies
- 7
- Views
- 4,558
I have moved the cssTest folder to WebContent folder But i it is not working. For your quick understanding, i am forwarding my project itself. Pl. have a look on the war file and do the needful.
... -
15 Aug 2009 5:34 AM
Jump to post Thread: How to call CSS file by sundhar_v
- Replies
- 7
- Views
- 4,558
sorry yar i have tried this method already, but i am not getting the proper result rather i am getting the below warning
[WARN] Resource not found: CssTest/demo.css; (could a file be missing from...
Results 1 to 25 of 31
