Search Type: Posts; User: chalu
Search: Search took 0.13 seconds.
-
15 Oct 2012 1:56 PM
Jump to post Thread: ExtGWT Cookbook From Packt by chalu
- Replies
- 3
- Views
- 1,702
Alright,you can move it. Just let me know the new URL. Thanks
-
15 Oct 2012 3:29 AM
Jump to post Thread: ExtGWT Cookbook From Packt by chalu
- Replies
- 3
- Views
- 1,702
If anyone is interested in reviewing the book on their blog/website or Amazon.com like Gilad Manor did, the publisher's are offering an e-book. Feel free to contact snehmank@packtpub.com
-
14 Oct 2012 3:36 PM
Jump to post Thread: ExtGWT Cookbook From Packt by chalu
- Replies
- 0
- Views
- 530
ExtGWT Rich Internet Application Cookbook is a fast paced and concise tutorial guide for ExtGWT with lucid and ready-to-use recipes. Follow thread here.
-
14 Oct 2012 3:29 PM
Jump to post Thread: GXT-Hibernate Integration by chalu
- Replies
- 13
- Views
- 5,304
You may want to get a copy of the just published GXT Cookbook
-
14 Oct 2012 3:23 PM
Jump to post Thread: ExtGWT Cookbook From Packt by chalu
- Replies
- 3
- Views
- 1,702
I thought I should let the community know of my recent work with Sencha ExtGWT (GXT).
I've been documenting my code, challenges, solutions, and experiences with GXT for as long as I care to ... -
14 Mar 2012 6:16 AM
Jump to post Thread: Strange Double Grid Group Titles by chalu
- Replies
- 0
- Views
- 442
Hello folks, I am having my grouped grid show up with double group titles / headers. That is, each group title shows up twice and I can't figure out why. I am using a custom GroupingView class which...
-
24 Nov 2011 1:16 AM
- Replies
- 11
- Views
- 2,784
Of course I'll share it, although its not finished yet, still scratching my head over this : http://www.sencha.com/forum/showthread.php?156839-Row-amp-Group-actions-for-Grid. Gimme say 2 t0 3 days,...
-
23 Nov 2011 6:43 AM
Jump to post Thread: Row & Group actions for Grid by chalu
- Replies
- 0
- Views
- 427
I am trying to add buttons (actions) on the groups of a grouped grid such that they can be clicked (just like the group header itself) to perform an operation for that group (e.g print records for...
-
23 Nov 2011 6:28 AM
- Replies
- 2
- Views
- 698
I had this problem for a looooog time, I followed your "second" option finally. My binding is done such that at the initial point as well as when reset/cancel is invoke, a new BeanModel of my POJO is...
-
22 Nov 2011 8:21 AM
Jump to post Thread: DnD on TreePanel by chalu
- Replies
- 1
- Views
- 728
I am trying to do DnD on a TreePanel, my intention is to inspect the object been dropped and the node on which it is about to be dropped, and then either allow or cancel the drop operation based on...
-
22 Nov 2011 7:47 AM
- Replies
- 3
- Views
- 954
What exactly do U want to validate, as others have said U can use it's API to set regex or a validator for it.
TextField<String> text = new TextField<String>();
... -
22 Nov 2011 7:35 AM
- Replies
- 3
- Views
- 1,013
This is technically a tree but actually a visualization, like an org-chart.
-
19 Nov 2011 4:18 AM
- Replies
- 11
- Views
- 2,784
After fiddling for some time with the API of ColumnModel, ColumnConfig, ColumnData, and GridView I've been able to finally generate a "basic" HTML table with with "rendered" values for a Grid....
-
15 Nov 2011 12:13 AM
- Replies
- 11
- Views
- 2,784
Thanks a lot, I am doing the porting already and the progress is encouraging. I just need a way to (if possible) replicate the grid's rendering for the "print" view e.g such that cell data are...
-
14 Nov 2011 11:50 PM
Jump to post Thread: GXT Grid Printing ?? by chalu
- Replies
- 2
- Views
- 953
Thanks a lot, I am doing that already and the progress is encouraging.
-
12 Nov 2011 6:09 PM
- Replies
- 11
- Views
- 2,784
Seems like there is no way to write a HTML string to a new window, one opened with Window.open()
The JS equivalent of window.open() returns a handle to the newly created window so U can do stuff... -
11 Nov 2011 1:03 AM
Jump to post Thread: Action support - like in Swing by chalu
- Replies
- 2
- Views
- 796
Something like this :
// define the actions, put them in a place for easy management
actionsMap = new HashMap<String, Action>();
actionsMap.put(Perms.Refresh_Loan.encode(), new... -
11 Nov 2011 12:53 AM
- Replies
- 11
- Views
- 2,784
Thanks for your timely reply, I knew that ultimately I would have to port the Js code to GXT but I wanted to explore "reusing" the Js code "as is". This porting may take longer ....
Thanks a lot. -
10 Nov 2011 8:05 PM
- Replies
- 11
- Views
- 2,784
I think where I am stuck now is how to pass the GXT Grid component to the ExtJs plugin, I am trying to obtain the id of the GXT Grid and then pass it to the ExtJs plugin. However neither getId() nor...
-
10 Nov 2011 7:42 PM
Jump to post Thread: GXT Grid Printing ?? by chalu
- Replies
- 2
- Views
- 953
Please who can help me with printing a GXT Grid as explained here : http://www.sencha.com/forum/showthread.php?154413-How-To-Print-A-Grid-Component-In-New-Browser-Window.
I think where I am stuck... -
10 Nov 2011 7:32 PM
- Replies
- 11
- Views
- 2,784
I downloaded the Ext.ux.Printer plugin and added the Js and Css files to my host page, I also added ext-all.js to the host page. I am attempting to use the Js version in my GXT app, but so far it has...
-
10 Nov 2011 6:37 AM
- Replies
- 11
- Views
- 2,784
Before you laugh at my question, its about printing a Grid component. Most GXT apps are single interface apps thus they can have several panels and multiple windows over-layed on the screen, how do...
-
6 Jul 2011 1:56 AM
- Replies
- 1
- Views
- 787
Just wondering, why does a container rendered with AccordionLayout require ContentPanel as child elements, why can't LayoutContainer participate in a an accordion setup.
-
20 Jun 2011 7:11 PM
- Replies
- 6
- Views
- 1,669
Hello guys, please I need some help/feedback in tying to implement a custom FieldBinding for ListField. Here is what I've done so far :
final ListField<BeanModel> reviews = new... -
20 Jun 2011 6:57 PM
- Replies
- 9
- Views
- 3,524
Of course did red marker should disappear after you commit the record changes in the store. The red marker is placed automatically in dirty cell in editable grids so why do you want to do it...
Results 1 to 25 of 120
