Re: [qooxdoo-devel] IE 8 problems with qooxdoo 1.3

2011-05-12 Thread Alexander Steitz
Hi, I think I have seen something near it and I think the problem was using the opacity. Do you set a opacity value? Or do you deactivate one ore more widgets with setEnabled(false)? Regards, Alex -- Achieve unprece

Re: [qooxdoo-devel] IE 8 problems with qooxdoo 1.3 and 1.4

2011-05-12 Thread Werner Thie
Hi would it be possible for you to put up a minimal sample which fails on some publicly available server. If the problem is reproducible then we know for sure that this must be solved. I fight with IE a lot and I always wonder what is coming next in terms of cutting corners with the MS guys, b

Re: [qooxdoo-devel] Congrats to the qooxdoo team for the excellent write-up!

2011-05-12 Thread Martin Wittemann
Hello, Thanks for sharing the Article, Jim. I guess that's worth mentioning in our weekly blog post. :) Regards, Martin Am 12.05.2011 um 19:24 schrieb Jim Hunter: > http://www.htmlgoodies.com/beyond/javascript/a-developer-looks-at-the-qooxdoo-1.4-javascript-framework.html > > --

Re: [qooxdoo-devel] IE 8 problems with qooxdoo 1.3 and 1.4

2011-05-12 Thread s.sanchez
Have tried ./generate.py lint, the only line displayed is: ui/CalculationContent.js (395,35): Use of undefined or global identifier 'qxjqplot' But the plot does appear. IE does not report any exceptions, the app is also functional... only the tables are not really useable. Resize and the Split Pa

Re: [qooxdoo-devel] IE 8 problems with qooxdoo 1.3

2011-05-12 Thread Derrell Lipman
On Thu, May 12, 2011 at 15:26, Joachim Baran wrote: > > although it is still in the wrong text color! > > I cannot address your problem directly, but are you sure that there is > not an invalid JavaScript-line in your code somewhere? > > The build process of qooxdoo might let it slip through a

Re: [qooxdoo-devel] IE 8 problems with qooxdoo 1.3

2011-05-12 Thread Joachim Baran
Hi! > although it is still in the wrong text color! I cannot address your problem directly, but are you sure that there is not an invalid JavaScript-line in your code somewhere? The build process of qooxdoo might let it slip through and you only experience the problem in IE because their Jav

Re: [qooxdoo-devel] IE 8 problems with qooxdoo 1.3

2011-05-12 Thread s.sanchez
In the meantime I have switched to qooxdoo 1.4, but same problem, there is another problem there, regarding tabviews: "my-tabview" : { alias : "tabview", include : "tabview", style : function(states) { return { marginT

[qooxdoo-devel] Congrats to the qooxdoo team for the excellent write-up!

2011-05-12 Thread Jim Hunter
http://www.htmlgoodies.com/beyond/javascript/a-developer-looks-at-the-qooxdoo-1.4-javascript-framework.html -- Achieve unprecedented app performance and reliability What every C/C++ and Fortran developer should know. Learn

Re: [qooxdoo-devel] IE 8 problems with qooxdoo 1.3

2011-05-12 Thread s.sanchez
This also happens with a fresh IE install on a fresh Windows 7, including all updates and patches... also all other PCs that I have tested are showing the same behavior... really strange. -- View this message in context: http://qooxdoo.678.n2.nabble.com/IE-8-problems-with-qooxdoo-1-3-tp6353672p63

Re: [qooxdoo-devel] IE 8 problems with qooxdoo 1.3

2011-05-12 Thread s.sanchez
No, only Modern Theme with overwrites. Have also tried Modern Theme without any modifications, still same behavior... -- View this message in context: http://qooxdoo.678.n2.nabble.com/IE-8-problems-with-qooxdoo-1-3-tp6353672p6356265.html Sent from the qooxdoo mailing list archive at Nabble.com.

Re: [qooxdoo-devel] IE 8 problems with qooxdoo 1.3

2011-05-12 Thread Alexander Steitz
Hi, On Thursday May 12 2011 14:48:25 s.sanchez wrote: > Ok, > > done the check with fiddler, no 404 responses, all are 200. I have really > no idea what's going on... Do you have any custom code concerning the themes or do you use the Modern theme of qooxdoo? Regards, Alex --

Re: [qooxdoo-devel] IE 8 problems with qooxdoo 1.3

2011-05-12 Thread s.sanchez
In this document you can find 'This is achieved by setting a XHTML 1.2 Doctype to all index.html files provided by the framework': http://manual.qooxdoo.org/1.3/pages/development/internet_explorer_specific_settings.html Tried it with:

Re: [qooxdoo-devel] question about qx.ui.list.List

2011-05-12 Thread rsantiagopaz
"I have done a look, and it seems to me that only VirtualComboBox should work with a Form. VirtualSelectBox has a other API for the selection." You are right. My mistake. Well, I think VirtualSelectBox + form interfaces are very useful too. "The virtual List has a other API for selection and the

Re: [qooxdoo-devel] IE 8 problems with qooxdoo 1.3

2011-05-12 Thread s.sanchez
Ok, done the check with fiddler, no 404 responses, all are 200. I have really no idea what's going on... -- View this message in context: http://qooxdoo.678.n2.nabble.com/IE-8-problems-with-qooxdoo-1-3-tp6353672p6355649.html Sent from the qooxdoo mailing list archive at Nabble.com.

Re: [qooxdoo-devel] IE 8 problems with qooxdoo 1.3

2011-05-12 Thread Alexander Steitz
Hi, On Thursday May 12 2011 11:11:46 s.sanchez wrote: > Hi Alex, FireBug on IE, don't know anything similar, could you recommend > something? If you are using Windows the probably best tool is Fiddler. -> http://www.fiddler2.com/fiddler2/ Regards, Alex -

Re: [qooxdoo-devel] IE 8 problems with qooxdoo 1.3

2011-05-12 Thread s.sanchez
Hi Alex, FireBug on IE, don't know anything similar, could you recommend something? -- View this message in context: http://qooxdoo.678.n2.nabble.com/IE-8-problems-with-qooxdoo-1-3-tp6353672p6355057.html Sent from the qooxdoo mailing list archive at Nabble.com. -

Re: [qooxdoo-devel] IE 8 problems with qooxdoo 1.3

2011-05-12 Thread Alexander Steitz
Hi, did you already check for 404 HTTP responses using FireBug or something comparable? This is the first step I would take to analyze this issue. Please report back your findings so we can help you further. Regards, Alex On Wednesday May 11 2011 23:25:31 s.sanchez wrote: > Hi List, > > I'

Re: [qooxdoo-devel] cannot get width size of a widget dynamicaly

2011-05-12 Thread Alexander Steitz
Hi Herman, On Wednesday May 11 2011 15:19:50 hgc2002 wrote: > I've used getWidth(), getInnerSize().width, getSizeHint().width but I can't > get the width dynamicaly. "getWidth" is only delivering a value if one is set by using the "setWidth" method otherwise it would return "null" which basically