Search Type: Posts; User: sajjan.sarkar
Search: Search took 0.01 seconds.
-
15 May 2013 1:07 PM
- Replies
- 7
- Views
- 4,934
I noticed the files in the WAR folder were marked as read-only for some reason. I made them write-able and it worked. Whew!:)
-
20 Feb 2012 12:31 PM
- Replies
- 4
- Views
- 1,398
Link doesnt work!
-
16 Nov 2011 9:19 AM
- Replies
- 4
- Views
- 6,215
MessageBox.confirm("Confirm", "Are you sure?", new Listener<MessageBoxEvent>() {
@Override
public void handleEvent(MessageBoxEvent be) {
... -
11 Nov 2011 11:18 AM
- Replies
- 9
- Views
- 15,549
Thanks Kolli, you're awesome! Just a small optimization, you can avoid a cast by explicitly using the correct BaseEvent subclass, in this case GridEvent.
grid.addListener(Events.CellDoubleClick,... -
1 Sep 2011 11:47 AM
- Replies
- 1
- Views
- 859
[IGNORE] Silly mistake on my part nothing to do with the problem. Please delete this thread, I apologize.
-
1 Sep 2011 11:31 AM
- Replies
- 1
- Views
- 859
Hi,
I have a table in which one column has only checkboxes. I use a gridcellrenderer to render the checkbox and assign click event handlers.As I render every checkbox I also add it to a global... -
22 Aug 2011 8:43 AM
- Replies
- 3
- Views
- 1,335
Thanks for replying Sven. Yes, that's what I ended up doing myself and it is working, but when I call the method on load, it still leaves the tree node un-selected, even though the content for it has...
-
22 Aug 2011 8:27 AM
- Replies
- 3
- Views
- 1,335
Hi,
I have a TreePanel with 3 nodes. After the tree is rendered I'd like to simulate a double-click on Node2. How do I do it?
I have tried the below code, but it doesnt error out, but doesnt... -
9 Aug 2011 6:52 AM
- Replies
- 1
- Views
- 1,111
Hi,
Found the solution myself.. this worked :)
private void loadApprovers() {
approversListField = new ListField<Approver>();
... -
8 Aug 2011 2:34 PM
- Replies
- 1
- Views
- 1,111
Hi,
I'm new to GXT and apologize in advance if my question is a repeat( I couldnt any similar questions though).
I'm trying to build a listfield of Approvers, but want to display in the format... -
22 Jan 2010 5:17 AM
- Replies
- 9
- Views
- 4,802
I know this might be stupid check,but did u check if the .swf and the .js files are in the right place and correctly referenced? I used the AreaChart in my app and it worked fine.. Do u get any...
-
20 Jan 2010 9:46 AM
- Replies
- 9
- Views
- 4,802
Thanks a lot! Finally got rid of the "'$wnd.swfobject' is null or not an object" error message after reading this :D
-
20 Jul 2009 2:11 AM
- Replies
- 6
- Views
- 4,839
Wow.. that saved me a lot of trouble. thank you!:D
Results 1 to 13 of 13
