I have, no problem. How are you trying to use it? If you create a QxHTML and also an AW.UI.Grid in your code. Set all the grid properties etc, then add the grid to the QxHTML like this:

gridHolder = new QxHTML;
// set the holder properties like width, height border etc.
myGrid = new AW.UI.Grid;
// set all the grid properties and apply data to the grid, set width and height to 100%
gridHolder.setHtml(myGrid.toString());
someGridHolderParent.add(gridHolder);


Jim

On 6/23/06, Stefano Marocco <[EMAIL PROTECTED]> wrote:
Hi,

anyone has successfully integrated ActiveWidgets 2.0 grid into qooxdoo
framework?

Please if exists post some code.

Thanks in advance

Stefano

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to