Re: [qooxdoo-devel] Using qooxdoo desktop without having to “build” it

2013-12-11 Thread Varol Okan
Hey, while I agree in general, that the size should be small, I think, that if you want all functionality, then you get all functionality, and QooxDoo has a looot to offer ( thankfully ). There are other things you should consider 1) A normal jpeg can be between 1 and 4MB, so 2MB is not t

Re: [qooxdoo-devel] mobile.embed.Html field

2013-12-11 Thread Christopher Zündorf
Hi, as qx.Mobile is very near to DOM structure, you could easily create your own widget, by extending qx.ui.mobile.core.Widget and overwriting the method "_getTagName()". Then you could listen to "appear" event in constructor and installl further listeners if you want to. Have a look at this

[qooxdoo-devel] mobile.embed.Html field

2013-12-11 Thread mario_qooxdoo
Is it possible to catch a hyperlink (HREF) done in mobile.embed.Html field. I could do it in Qooxdoo Desktop using: iframe.addListener("load", function(e) { qx.event.Registration.addListener(iframe.getContentElement().getDomElement().contentDocument.body, "click", function(e) {

Re: [qooxdoo-devel] Qooxdoo 3.0 loading page issue on Firefox

2013-12-11 Thread Mustafa Sak
Sorry, As I could see qx.bom.Lifecycle#onShutdown doesn't work on FF anyway. But this pease of code works fine in Application#main window.onbeforeunload = function(){ this.getRoot().getContentElement().setStyle("display", "none", true); }.bind(this); Gruß Mustafa Sak Applications

Re: [qooxdoo-devel] AutoScroll Issue

2013-12-11 Thread csfahey
Ahah! A partial solution. It may cripple other behavior but the key to preventing the scroll from happening is to set "focusable" to false. I guess it is an acceptable tradeoff. If anyone has any other suggestions that would keep some of the behavior lost by setting focusable to false, please

Re: [qooxdoo-devel] AutoScroll Issue

2013-12-11 Thread csfahey
A different example of the same behavior. Run this link under IE10+. Under version 3.0, the behavior is as described but under 2.0, the automatic scroll into view doesn't happen which is what I want. http://tinyurl.com/mt2ave8 -- View this message in context: http://qooxdoo.678.n2.nabble.c

Re: [qooxdoo-devel] Qooxdoo 3.0 loading page issue on Firefox

2013-12-11 Thread nminhtrung
Hi Mustafa Sak, Thanks for your reply. Bug #7992 was fired for this issue. BTW, about the workaround you suggested me, I only know that I can be able to use that class for registering callbacks on application ready/shutdown, but with those one

Re: [qooxdoo-devel] AutoScroll Issue

2013-12-11 Thread csfahey
For those with challenged links, here is the code. Surprisingly, if I change the playground version from current to 2.0, it can be done. Something changed. Again, under version 3.0, try to select row 100. *** // Create the initial

Re: [qooxdoo-devel] Qooxdoo 3.0 loading page issue on Firefox

2013-12-11 Thread Mustafa Sak
Now ist clear: > Note that again, issue only occurs in loading time. Everything comes back > normal when the page finishes loading. This issue isn't happening on loading time, it occurs on shutdown. It seems to be that FF removes style tags first. Please open a bug for that issue. As a workaro

Re: [qooxdoo-devel] AutoScroll Issue

2013-12-11 Thread Jeroen Smit
I tried to help, but IE11 and tiny url do not work together. I keep getting the error message that the Url is too long Best regards, Jeroen -Original Message- From: csfahey [mailto:junkm...@faheys.org] Sent: dinsdag 10 december 2013 23:03 To: qooxdoo-devel@lists.sourceforge.net Subject: