[qooxdoo-devel] qx 4.0.1 ScrollPane scrollToX animation: How to change the timing function?

2014-09-24 Thread s.sanchez
Hi all, How can I change the timing function on scroll animations? They are done using an AnimationFrame, there is a calculateTiming() method, but I haves found any documentation? Where is calling this method? Any ideas? -- View this message in context: http://qooxdoo.678.n2.nabble.com/qx-4

Re: [qooxdoo-devel] Firefox 30, QX 3.5.1, Error: TypeError: invalid 'in' operand J

2014-07-02 Thread s.sanchez
The reason is that the body is not loaded while the script is executed. As a workaround you can simply move the script load tag into the body, this will solve the issue! Bug 8466 -- View this message in context: http://qooxdoo.678.n2.nabble.c

Re: [qooxdoo-devel] Firefox 30, QX 3.5.1, Error: TypeError: invalid 'in' operand J

2014-07-02 Thread s.sanchez
Sorry, but my last post is wrong, Windows users experience the same issue with Firefox 30 and 31 beta. -- View this message in context: http://qooxdoo.678.n2.nabble.com/Firefox-30-QX-3-5-1-Error-TypeError-invalid-in-operand-J-tp7585943p7585947.html Sent from the qooxdoo mailing list archive at

Re: [qooxdoo-devel] Firefox 30, QX 3.5.1, Error: TypeError: invalid 'in' operand J

2014-07-02 Thread s.sanchez
You got mail! The issue happens on Mac OS X primarily, Windows users reported that the app is not running correctly as well, but with less issues, at least they can login. On Mac OS X it does not allow you even to log in. The error occurs so early that debugging is very difficult at this stage, I

Re: [qooxdoo-devel] Firefox 30, QX 3.5.1, Error: TypeError: invalid 'in' operand J

2014-07-02 Thread s.sanchez
Unfortunately I have no playground example for you. I can send you a site by private mail though. I will post the outcome later here. I have tried to debug it, but it is impossible with firefox, it complains and shows nothing useful. Even version 31 beta 4 does show the same behaviour. -- View t

[qooxdoo-devel] Firefox 30, QX 3.5.1, Error: TypeError: invalid 'in' operand J

2014-07-02 Thread s.sanchez
Dear list, Since today, after updating firefox to version 30, my application stopped working with a strange error message: TypeError: invalid 'in' operand J The strange thing is, that it happens only in the deployment build, on source it seems to run nicely, also Safari and Chrome works well. An

Re: [qooxdoo-devel] UploadWidget disappears after click (IE10)

2013-07-07 Thread s.sanchez
I found a solution, at least for my case, patched the UploadButton like this: var css = { position : "absolute", cursor: "pointer", hideFocus : "true", zIndex: this.getZIndex() + 11, opacity: 0, // align to the t

Re: [qooxdoo-devel] UploadWidget disappears after click (IE10)

2013-07-05 Thread s.sanchez
I downloaded the contrib again, it is revision 21732 in the current revision.txt... so it is the newest version. -- View this message in context: http://qooxdoo.678.n2.nabble.com/UploadWidget-disappears-after-click-IE10-tp7584074p7584079.html Sent from the qooxdoo mailing list archive at Nabble

Re: [qooxdoo-devel] UploadWidget disappears after click (IE10)

2013-07-05 Thread s.sanchez
Richard Sternagel wrote > Nevertheless can you provide your qooxdoo version and UploadWidget > version? Thank you Richard, sure: QX version 2.1.1 UplodWidget trunk revision 21732 (was in the revision.txt) was update few day ago. Saw that revision is now 21850 could this be the reason? Don't think

[qooxdoo-devel] UploadWidget disappears after click (IE10)

2013-07-04 Thread s.sanchez
Hi all, The UploadButton does a great job in my apps, no other browser has problems (Firefox, Safari), but IE10 (other IE versions not tested). When the button is clicked the file window does appear and the button jumps a few pixels up, if you select then a file or just closes the window and press

Re: [qooxdoo-devel] qxjqplot: how to integrate the newst version of jqplot

2013-06-25 Thread s.sanchez
thron7-2 wrote > You have to make up your mind. Either you use a local path as "manifest" > config entry, then you have full control but there is no update checking. > Or you use the "contrib://" URL in the config, then the Generator will > check for updates but your local patches will be gone when

Re: [qooxdoo-devel] Contribution UploadWidget - trunk, qx 1.4

2011-06-15 Thread s.sanchez
I have data generated in the qooxdoo app that needs to be exported to a file, on the other hand, there is data on the file system that should be read into the app. The app (javascript) is located on a web server or user file system and in both cases communicates with a distant backend web server ap

Re: [qooxdoo-devel] Contribution UploadWidget - trunk, qx 1.4

2011-06-14 Thread s.sanchez
Ok, I think I had a wrong assumption... Maybe I should ask simpler: Is there a possibility to load a file in to the javascript runtime without going through the web server? Regards -- Sergio -- View this message in context: http://qooxdoo.678.n2.nabble.com/Contribution-UploadWidget-trunk-qx-1-

[qooxdoo-devel] Contribution UploadWidget - trunk, qx 1.4

2011-06-14 Thread s.sanchez
Hi all, have tried to find something on the list regarding my problem, but there are only lucky guys without problems using the UploadWidget... sounds good, but my widget is not working. Always getting empty response or a response with the complete application page. :-( I have implemented the Upl

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

2011-05-13 Thread s.sanchez
You got it, Alex! It was an setOpacity(0) on a qx.ui.container.Composite container! After removing this unneeded line it is running like a charm! Thank you for your help and support! You saved my weekend! Cheers, Sergio -- View this message in context: http://qooxdoo.678.n2.nabble.com/IE-8-pro

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 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

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 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] 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 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. -

[qooxdoo-devel] IE 8 problems with qooxdoo 1.3

2011-05-11 Thread s.sanchez
Hi List, I'm encountering problems with my application on IE 8. Actually the app runs very smooth and pretty on all other browsers (Safari, Firefox, Chrome on Mac and Windows), only IE is displaying wrong backgrounds and transparent ugly (not anti aliased) fonts in the color of my root pane backgr