xt

Handle "new top level window" events in Xlib/Xt

So I'm in a situation where I need to know when a top level window gets created. I'm working at the Xlib/Xt level and on a Window Manager that doesn't support the EWMH specification. My idea is to hook into the root window's SubstructureNotify events. But things are not as simple as just that. The problem is that not every CreateNotify...

Loading a popup using ajax

I have a jsp page which should load a popup using ajax. The content of the page is determined by form filled by user. Something like this: javascript: ajax('getPage.action', 'content_id', 'form_id'); foo.jsp: <div id="content_id"></div> <form id="form_id"> ... </form> java/spring: @RequestMapping("getPage.action") MyController...

Does anybody know of an MVC framework the works well with ExtJS?

I am using ExtJS with a rails backend and would like to use an MVC pattern. Does anyone have any insite on this? ...

problem with Ext JS grid

hi, iam new to Ext js iam displaying a tree inside a grid. it works fine.but according to my new requirement, i have to use seperate coloumn headers for parent node and child nodes.is it possible to have more than one coloumn header for a single grid? ...