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

2007-09-07 Thread Hugh Gibson
Hi, 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). I see from http://qooxdoo.org/about/roadmap that 0.7.2 was supposed to be out in August (quickly followed by 0.8 in September). Obviously you're r

Re: [qooxdoo-devel] Loading pre-compressed qooxdoo.js with fallback to non comp

2007-09-07 Thread Hugh Gibson
> if you have switched debug on in IE6, you will get an alert about > an invalid character in first line. Not so good, as some user could > be confused about this. It's unlikely that debug would be switched on. I have it on here, and there are bugs from quite a number of websites. If lots of user

Re: [qooxdoo-devel] Styles for HTML embeds

2007-09-07 Thread Hugh Gibson
> One issue that comes up is > styling the text to match the rest of the interface. What would be > nice is a way to access styles for application to various html > elements. Try this: qx.html.Style.getStyleProperty(vElement, propertyName) I haven't used it myself but it might do the job.

Re: [qooxdoo-devel] table row select bug (FF) and other (smaller) probs with on

2007-09-07 Thread Hugh Gibson
> (I have tryed to send this several times, but the list didn't > accept this message... someone knows why?) Ah, well, I got it several times! It might take a bit of time for the list to send it back to you. Hugh - This SF.

Re: [qooxdoo-devel] table row select bug (FF) and other (smaller) probs with on

2007-09-07 Thread Hugh Gibson
Sebastian (and others): I think that Westor has uncovered a critical bug to do with coordinates in qooxdoo 0.7.1. It will affect anyone embedding qooxdoo in a page. It appears that you have done some work on this in 0.8 (from http://qooxdoo.org/documentation/general/development_0_8 ) but in the mea

Re: [qooxdoo-devel] another bug in qooxdoo

2007-09-07 Thread Hugh Gibson
> Another issue: The combobox popup opens at wrong place, if you > scroll the > browser. This error occures in both browsers, IE and FF. Sorry for > beeing > late with this, I saw it now. That's pretty dramatic, and will probably be due to the coordinate system not being normalised. See my other

Re: [qooxdoo-devel] Sending a message

2007-09-07 Thread Jim Hunter
My sample code has an error in it. Make this small change and you should have no more problems, at least I am getting my data now: from: qx.event.message.Message('transport-update'), s); to: qx.event.message.Message('transport-update', s)); Jim On 9/7/07, frederic <[EMAIL PROTECTED]> wr

Re: [qooxdoo-devel] ComboBox als CellEditorFactory in qx.ui.table.Table

2007-09-07 Thread bibliograph
Derrell Lipman schrieb: > On 9/7/07, *bibliograph* <[EMAIL PROTECTED] > > wrote: > > Hi, > > I was looking to replace the CellEditorFactory in the > qx.ui.table.Table > with a combobox and have been successful in principle. I created a > class > qx

[qooxdoo-devel] another bug in qooxdoo

2007-09-07 Thread westor
Another issue: The combobox popup opens at wrong place, if you scroll the browser. This error occures in both browsers, IE and FF. Sorry for beeing late with this, I saw it now. Hugh Gibson wrote: > >> Firefox: >> If you scroll the browser (not the table widget), the selected row >> is not th

Re: [qooxdoo-devel] Three build problems

2007-09-07 Thread [EMAIL PROTECTED]
I forgot something. When using a complex application namespace, the generated script will not have the .js file extension, but only consist of the full application namespace, e.g. "net.sf.custom" instead of "net.sf.custom.js". Okay, that one is a minor problem because it can be avoided using the AP

Re: [qooxdoo-devel] ComboBox als CellEditorFactory in qx.ui.table.Table

2007-09-07 Thread Derrell Lipman
On 9/7/07, bibliograph <[EMAIL PROTECTED]> wrote: > > Hi, > > I was looking to replace the CellEditorFactory in the qx.ui.table.Table > with a combobox and have been successful in principle. I created a class > qx.ui.table.celleditor.ComboBox and the combox shows up nicely. I can > also add ListIte

[qooxdoo-devel] Three build problems

2007-09-07 Thread [EMAIL PROTECTED]
Hi, I am using the latest 0.7.1 release of qooxdoo. Building runs under Windows XP with the latest cygwin release. I encountered some building problems: Internationalization When using internationalization with an APPLICATION_SOURCE_PATH containing spaces (which are correctly escaped, like "/cygd

[qooxdoo-devel] Styles for HTML embeds

2007-09-07 Thread John David Lee
I've been using HtmlEmbeds in certain situations for displaying a large amount of data because they are so fast. One issue that comes up is styling the text to match the rest of the interface. What would be nice is a way to access styles for application to various html elements. Currently I've

[qooxdoo-devel] ComboBox als CellEditorFactory in qx.ui.table.Table

2007-09-07 Thread bibliograph
Hi, I was looking to replace the CellEditorFactory in the qx.ui.table.Table with a combobox and have been successful in principle. I created a class qx.ui.table.celleditor.ComboBox and the combox shows up nicely. I can also add ListItem widgets which display in the dropdown menu. I can also ed

[qooxdoo-devel] How to integrate qooxdoo with Rails

2007-09-07 Thread Rob Neal
Hello. I would like to find how to integrate qooxdoo with Rails. I have built the qooxdoo skeleton and understand the basic framework there. I have read material on Rails, but cannot get them to work together (AJAX-wise). I have studied this URL: http://maravan.wordpress.com/2006/10/20/using

[qooxdoo-devel] qooxdoo inside existing html

2007-09-07 Thread Philippe Poulard
hi, I'm totally new to qooxdoo, I apologize if this question has been already asked (I didn't find any answer in the doc...) Say that I have an existing HTML code to which I'd like to add a Widget in the flow, say a button ; how to do that ? In the "hello world" tutorial, the button is added t

Re: [qooxdoo-devel] Loading pre-compressed qooxdoo.js with fallback to non compressed for apache webserver

2007-09-07 Thread westor
Hi Dietrich, if you have switched debug on in IE6, you will get an alert about an invalid character in first line. Not so good, as some user could be confused about this. But have you seen this: http://qooxdoo.org/documentation/0.7/snippets/compress_qooxdoo.js_without_mod_deflate This seems to be

Re: [qooxdoo-devel] Apostrophe issues

2007-09-07 Thread Jim Hunter
Excellent! I was not aware that there was a list for the changes. I usually just spot check the SVN log but that is boring and too hard to search the entire list. I;ll subscribe to the other lists right away. Thanks, Jim On Fri, 7 Sep 2007 09:34 +0100 (BST), Hugh Gibson <[EMAIL PROTECTED]> wrote

Re: [qooxdoo-devel] table row select bug (FF) and other (smaller) probs with online

2007-09-07 Thread westor
Hi Hugh (I have tryed to send this several times, but the list didn't accept this message... someone knows why?) > Firefox: > If you scroll the browser (not the table widget), the selected row > is not the row where the mouse pointer is. Instad a row is selected, > which is [scrolled pixel] be

Re: [qooxdoo-devel] Sending a message

2007-09-07 Thread frederic
Hello, The following code doesn't work : *** test.txt *** Hello world *** Application.js *** var req = new qx.io.remote.Request('test.txt'); req.addEventListener('completed', function(e){ s = e.getData().getContent(); this.debug("s="+s); qx.event.message.Bus.dispatch(new qx.event.messag

Re: [qooxdoo-devel] table row select bug (FF) and other (smaller) probs with online

2007-09-07 Thread westor
I found, the bug has to do something with calculating of row position in ui/table/pane/Scroller.js in function _getRowForPagePos. There is used the paneClipperTopY to calculate tableY var tableY = scrollY + pageY - paneClipperTopY; var row = Math.floor(tableY / rowHeight); But pa

Re: [qooxdoo-devel] Apostrophe issues

2007-09-07 Thread Hugh Gibson
> Of course the traffic on the commit list is high, but then you won't > miss any information. If you just want to get informed of new > bugs/bugfixes susbscribe for the bugzilla list. I subscribe to both. I've got 8408 commit messages in one mailbox, and it's great to be able to search through to

Re: [qooxdoo-devel] Loading pre-compressed qooxdoo.js with fallback to non compressed for apache webserver

2007-09-07 Thread Dietrich Streifert
Hi Torsten, we had some issues with (idiotic configured) firewalls which block files of type .gz. I first used .js.gz as file extension. Regards. westor schrieb: Hi, Dietrich, I like your solution but I have two questions: - I think, in case of IE6 the time until application start will inc

Re: [qooxdoo-devel] Apostrophe issues

2007-09-07 Thread Alex Back
Hi Jim, Jim Hunter wrote: > Since your email, I have found the offending code and made the change and > it does in fact solve my issues. Thanks for the heads up and next time I > will check the bug list as well. Sorry for your extra work to find out what's the root of this issue. I did not mentio

Re: [qooxdoo-devel] Apostrophe issues

2007-09-07 Thread Jim Hunter
Thanks, it would have saved me a few hours of work today. :-) On Fri, 7 Sep 2007 08:39 +0100 (BST), Hugh Gibson <[EMAIL PROTECTED]> wrote: > > > Well, I didn't check the bugs because there was absolutely no > > mention in the list > > I don't normally post in the list when I find something as I d

Re: [qooxdoo-devel] Unknown warning

2007-09-07 Thread Jim Hunter
The line of code is in my first post. It's just the one line of code. this.From.addEventListener ('keyup', function(){this.setValue( this.getComputedValue().toUpperCase()); }); Thanks, Jim On 9/7/07, Fabian Jakobs <[EMAIL PROTECTED]> wrote: > > Hi Jim, > > > Fabian, > > > > I wish it did work a

Re: [qooxdoo-devel] Apostrophe issues

2007-09-07 Thread Hugh Gibson
> Well, I didn't check the bugs because there was absolutely no > mention in the list I don't normally post in the list when I find something as I don't want to overload the developers. But I can see that it might be useful. Hugh

Re: [qooxdoo-devel] Apostrophe issues

2007-09-07 Thread Jim Hunter
Well, I didn't check the bugs because there was absolutely no mention in the list and I also did a source code search for the string and it is not in the code I am using (I had unfortunately searched for the entire string ' but when I just did another search just now for just apos I found the code)

Re: [qooxdoo-devel] Unknown warning

2007-09-07 Thread Fabian Jakobs
Hi Jim, > Fabian, > > I wish it did work as expected, but alas it does not. My code used to > upper case user input, now I just get the warning and nothing else > happens. Here is what is in the log: > > 098624 WARN: qx.event.type.KeyEvent[3776]: Deprecated: please use > getKeyIdentifier() inst