Hi Daniel, > Hi skar, > > a popup is probably the right way to achieve this. You can listen to the > table's "cellDblclick" event, which has a "row" property. If that's 0, > you'd open the popup. I'm not sure how to place the popup right over the > first row, I guess you could determine the table's top position using > table.getBounds().top and add the height of the header cell > (table.getHeaderCellHeight()). But apparently that doesn't include > padding so it's still a few pixels too high. > > Does this answer your question? If not, I'll ask one of the table gurus > to take over. > Thanks for the response.
Yup, I've decided to use a pop-up modal window with around 10-20 rows, each with the right no.of text fields corresponding to the columns and a save button. Once saved, I'll send it to the server and based on the response will add it to the table model :) cheers, skar. -- -- The life so short, the craft so long to learn. ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
