Re: [qooxdoo-devel] What's the revised roadmap for 0.7.2

2007-09-08 Thread Hugh Gibson
> We've recently been seeing some pretty fundamental problems with > 0.7.1 (e.g. menu border missing in IE7, scrolled document messing up > coordinates). See also http://bugzilla.qooxdoo.org/show_bug.cgi?id=584 for a problem with buttons and the "over" state. There is also http://bugzilla.qooxdo

Re: [qooxdoo-devel] Html in a table cell

2007-09-08 Thread Jim Hunter
If you search the archives for LINK TABLE you should be able to find the solution. There is a cellrenderer that was created for this. Jim www.D4PHP.org www.D4PHP-Hosting.com On 9/8/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Hello, > > I would like to add a inside a qooxdoo > table cel

[qooxdoo-devel] Html in a table cell

2007-09-08 Thread miguel
Hello, I would like to add a inside a qooxdoo table cell. Has anyone ever tried to do that? Thank you Miguel Angelo G. Pinto - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio

Re: [qooxdoo-devel] running under appWeb

2007-09-08 Thread Hugh Gibson
> When > i am trying to open skeleton/source/index.html via a locally > installed WEB > server (appWeb) in Firefox I get following errors > > Error: qx.ui.popup has no properties > > Source File: > http://localhost:/qooxdoo-0.7.1-sdk/frontend/framework/source/cl > ass/qx/ui/menu/Menu.js >

Re: [qooxdoo-devel] Extending the Table with dynamic cellEditors and cellRenders

2007-09-08 Thread Hugh Gibson
> This functionality, however, is necessary if one wants > to use the Table as a property editor (see attached screen shot) or > in a true spreadsheet-like fashion. Ooh! Very nice. It would be great if this could be included as standard functionality! Hugh --

[qooxdoo-devel] Extending the Table with dynamic cellEditors and cellRenders

2007-09-08 Thread bibliograph
Hello, attached you find a patch (you need to rename the .zipp extension back to .zip) to the qx.ui.table package which adds the following classes : qx.ui.table.celleditor.ComboBox qx.ui.table.celleditor.Dynamic qx.ui.table.celleditor.PasswordField qx.ui.table.cellrenderer.Dynamic qx.ui.table

Re: [qooxdoo-devel] running under appWeb

2007-09-08 Thread Raul Gutierrez S.
On Sat, 2007-09-08 at 10:54 +, [EMAIL PROTECTED] wrote: > i am using Ubuntu with appWeb server > Source File: > http://localhost:/qooxdoo-0.7.1-skeleton/skeleton/source/index.html > Error: qx.ui.popup has no properties > The problem is that when you use a source build the sdk has to be a

[qooxdoo-devel] running under appWeb

2007-09-08 Thread larytet . 56728657
hello, here is the problem i am using Ubuntu with appWeb server both skeleton source and skeleton build work just fine in IE both build and source work with file:// access in Firefox and IE build works fine in Firefox source does NOT work with Firefox In all cases I use exactly the same