Thanks for the quick response Darrell The project I am working on is a shift log or event tracking log...I am about 2 thirds of the way through the project. The objective of this portion of the project is to display variable length entries in a table (one line to 20+ lines of text)...I have tried a number of approaches ...table...grid etc. Since the variable row height is a must, it would seem that progressive table is the only reasonable approach. The log entries will drop off after 24 hours and the reason I need the Boolean cell is so the user can designate a log entry as one that should persist beyond the 24 hours.
I have figured out how to detect the row and column of the dblclick event via a console.log in a listener of the progressive DOM state. and... I am able to examine the DOM output for the Boolean table cell renderer also using a console log to firebug but I am unable to detect any change in state of the actual check box image. Logic tells me that, on some level, an event is being fired when a visual change occurs but I cannot find it. I have also examined the actual renderers code involved but am unable to discover the property(let alone the syntax) for firing an event. Hope I have made clear the problem and you can give me some guidance. Randy -- View this message in context: http://qooxdoo.678.n2.nabble.com/progressive-table-cell-help-tp6382941p6386287.html Sent from the qooxdoo mailing list archive at Nabble.com. ------------------------------------------------------------------------------ What Every C/C++ and Fortran developer Should Know! Read this article and learn how Intel has extended the reach of its next-generation tools to help Windows* and Linux* C/C++ and Fortran developers boost performance applications - including clusters. http://p.sf.net/sfu/intel-dev2devmay _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
