I have an application that I am trying to get to handle browser resize events properly, to that end I'm attempting to implement that app as a QxDockLayout.
I have a classic app setup, little menu on top, tree-view on the left, tabs in the center with a table in one of the tabs. After fiddling around getting the menu and tree view in the top and left panes respectively and getting the tabs in the main area I've discovered that when I refresh my table object although I can see via debug messages that the table is being filled with data, no data is actually displayed to the screen. If I set the background color to something obnoxious (like red) for the table I can see it resizing to fit the dataset but I still don't get any text displayed. Anyone seen this type of behavior? If I remove my table and just .add it to the document I can then see data but when added to the QxDockLayout the data doesn't display. I can see the row count change though. It's like the text isn't being painted in individual the individual rows. I'll try to distill this down to a test case tomorrow but just wondering if anyone might know what this is. Mike ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid3432&bid#0486&dat1642 _______________________________________________ Qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
