Re: [qooxdoo-devel] sort mixed types of content inside table column

2007-01-15 Thread peperoni
Hugh Gibson wrote: > > Philipp, > >> I have to different kinds of content in a table column. The first >> part of content is a date. The other part is is a string. >> >> The sort of the table doesnt work correct... >> >> It mixes the content like this > > Looks like you have to create a ne

Re: [qooxdoo-devel] Custom Build Paths

2007-01-15 Thread Rusi Filipov
I see now that the new Makefile of the Skeleton has been really improved. It almost works for me now, but there are still some issues I'd like to share. I am developing with Java and Tomcat on the server. * The generated file 'messages.pot' contains an invalid timestamp (1.1.1970) and the webse

Re: [qooxdoo-devel] Source builds and XHTML documents

2007-01-15 Thread Alessandro Sala
Hello Hugh, I (obviously) completely agree, but at the moment it seems full XHTML support is not a priority; then I followed the implicit Sebastian suggestion and, as I already said, created a separate tool which can post-process the source build replacing the standard source loader in order to

Re: [qooxdoo-devel] how can i listen the event of the window componenet close event?

2007-01-15 Thread Mike Rea
Ah, I am using an outdated qooxdoo package (0.6.1). I'll upgrade & try again. I am having the same problem Edmond has described. I'm trying to capture the event of the window being closed, not minimized. I'm capturing using this event using this code: w6.addEventListener(qx.constant.Event.D

Re: [qooxdoo-devel] how can i listen the event of the window componenet close event?

2007-01-15 Thread Mike Rea
I am having the same problem Edmond has described. I'm trying to capture the event of the window being closed, not minimized. I'm capturing using this event using this code: w6.addEventListener(qx.constant.Event.DISAPPEAR, function(e) { alert("disappear event fired"); qx.ui.core

Re: [qooxdoo-devel] Contextmenu question:

2007-01-15 Thread Alex D.
I created a small demo html that can be run from the demo folder that demonstrates the problem. I would really appreciate any help in this case(workarounds are welcome!). Best Regards, alex.d Does the fact that even main qooxdoo developers do not answer to this post, means that my problem i

[qooxdoo-devel] Appearances collection?

2007-01-15 Thread Tobias Koller (GERMO GmbH)
Hello, Are there some qooxdoo-ers who want to share there customized appearances with the qooxdoo-community? :D Did someone made a vista or mac ox style? Thanks - Take Surveys. Earn Cash. Influence the Future of IT

Re: [qooxdoo-devel] sort mixed types of content inside table column

2007-01-15 Thread Hugh Gibson
Philipp, > I have to different kinds of content in a table column. The first > part of content is a date. The other part is is a string. > > The sort of the table doesnt work correct... > > It mixes the content like this Looks like you have to create a new table model and override sortByColumn

Re: [qooxdoo-devel] Source builds and XHTML documents

2007-01-15 Thread Hugh Gibson
> I (obviously) completely agree, but at the moment it seems full XHTML > support is not a priority; then I followed the implicit Sebastian > suggestion and, as I already said, created a separate tool which can > post-process the source build replacing the standard source loader in > order to fully

Re: [qooxdoo-devel] 0.6.4 build problems....

2007-01-15 Thread Hugh Gibson
> What can I do to track down the source of the problem? I add --verbose to impl.mk, in the exec-script-build call to the generator. Got some exceptions - due to UnicodeEncodeError when printing the values. Logged a bug at http://bugzilla.qooxdoo.org/show_bug.cgi?id=269 Dumped the output of "mak