**XT XSLT** an implementation in Java of [XSLT](http://stackoverflow.com/tags/xslt/info), created by James Clark.
2
votes
1answer
56 views
How to run perl xt tests?
Lately the new great thing appeared in the Perl world. For a long time in the
library package there was folder t that contained tests. Now there is one
more folder xt that contains author test. The ...
1
vote
1answer
51 views
Should I upload perl 'xt' tests to CPAN?
Some time ago the new thing appeared in the Perl world. The thing is to create
xt directory in the module source code and to place there tests that should
be run only by author. The idea of xt tests ...
0
votes
0answers
131 views
PyOpenNI input for OpenCV
I'm working with OpenCV in Python. I want to get input from Asus Xtion .
I'm able to successfully run samples from PyOpenNI .
I want to use the image obtained (str format) by ...
3
votes
2answers
71 views
How to remove borders of widgets in an x window program using x resource?
I would like to change the ugly default looking of gv's GUI. I used editres to get the x resource tree of gv and tried to remove borders of buttons using the following settings:
...
1
vote
0answers
608 views
turn on flashlight programmatically on motorola fire xt
I have tried several code that I found on other stackoverflow posting turn in off camera led flash light,
use camera flashlight in android, code.google.com/p/droidled ,and code.google.com/p/torch but ...
0
votes
1answer
508 views
problem with Ext JS grid
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 ...
0
votes
1answer
112 views
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?
1
vote
3answers
1k views
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', ...
4
votes
1answer
1k views
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 ...