[qooxdoo-devel] strike throw text inside a table?

2007-11-19 Thread Tobias Koller (GERMO GmbH)
Hi, is it possible to strike throw a text inside a table-cell? Thanks Tobias - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005.

Re: [qooxdoo-devel] problem in setvalue method in the table

2007-11-19 Thread Dirk Wellmann
Hi Deepak Raj, make a extend of qx.ui.table.cellrenderer.Abstract and override _getContentHtml like I did: // overridden /** * TODOC * * @type member * @param cellInfo {var} TODOC * @return {var} TODOC */ _getContentHtml : function(cellInfo) {

[qooxdoo-devel] qooxdoo legacy 0.7.x qx.core.PackageManager

2007-11-19 Thread Peter Schneider
Hello Sebastian, is is possible that the file qx.core.PackageManager.js was submitted by accident (R10807 of legacy_0_7_x branch)? It seems to me that after I updated my qooxdoo framework sources to the latest revision of the legacy branch, this file causes the following error at runtime: [...]

Re: [qooxdoo-devel] qooxdoo legacy 0.7.x qx.core.PackageManager

2007-11-19 Thread Sebastian Werner
SVN is for development. It may possible that not every state of the SVN is stable. Please be aware this when updating :) The PackageManager is for a new feature regarding package loading, but this is not compatible with the old way of generating packages. This is why you can an error for the

Re: [qooxdoo-devel] Text Fields and Areas in pop-up windows don't show blinking text cursor

2007-11-19 Thread Steven M. Cherry
Got it! Thanks for the pointers :-) Steven On Fri, 2007-11-16 at 10:14 +0100, Dietrich Streifert wrote: The cursor is sometimes also named caret. So search for both cursor and caret. There is a workaround for the problem documented in the qooxdoo wiki:

[qooxdoo-devel] Scrollbars are not coming in a Layout

2007-11-19 Thread chadrasekhar A
Hi, I am trying to get Horizontal, and vertical scrollbars in a canvasLayout, if some components are being added (more than of its size). The code is as follows, var main = new qx.ui.layout.CanvasLayout; main.set({ left:10, top:30, right:300, bottom:100}); main.setOverflow('scrollX');

Re: [qooxdoo-devel] Scrollbars are not coming in a Layout

2007-11-19 Thread Leander Hanwald
Did you tried it with scroll? :) From Qooxdoo API Viewer: hidden # The content is clipped auto # Scroll bars are shown as needed scroll # Scroll bars are always shown. Even if there is enough room for the content inside the widget. scrollX # Scroll bars for the X-Axis are always

[qooxdoo-devel] Is there a way to override F1 behavior in IE?

2007-11-19 Thread Stromquist, Brian
Hi, I'd like to use the F1 key in my app to launch a help window. I can make it work just fine in FF2 (windows) but in IE7 it always brings up the IE7 help app in addition to showing my qx app's help window. I've tried various combinations of stopPropagation(), preventDefault(), and even