[qooxdoo-devel] Qooxdoo and HTML5

2011-11-14 Thread mateusz fryc
Hello, I am new in this industry (Web Development). I want to develop applications for a mozilla Fennec. Is Qooxdoo a proper software for this? I would like to take an advantage of new HTML5 features. From what I saw already, Qooxdoo gives a possibility to use some of the HTML5 features. Howe

Re: [qooxdoo-devel] HTML5 Video playback

2011-11-14 Thread d_dunken
*UPDATE:* The newer version using the embedded HTML does not work 100%. The problem with this "quick fix", is that the object once loaded cannot be controlled from the application. For example, if the window closes, you would want to add an eventListener for the "close/disappear" event to stop t

Re: [qooxdoo-devel] The correct use of getDomElement()

2011-11-14 Thread Marco Pompili
Hi Alex, thank you for your reply. So you are saying to override _createContainerElement of qx.ui.core.Widget and _createDomElement of qx.html.Element. >From what I've seen _createContainerElement returns an qx.html.Element and _createDomElement returns a DOM Element using qx.bom.Element.create.

Re: [qooxdoo-devel] Animated GIF or APNG

2011-11-14 Thread d_dunken
I tried using the qx.ui.embed.Html and then with an tag, animations work according to browser support. -Firefox: will play both the Animated GIF and the APNG. -Chrome: will play only the Animated GIF, however displays a still PNG (correctly). -IE: works like Chrome also. Now there is supposed t

Re: [qooxdoo-devel] simulate tab on enter

2011-11-14 Thread Mustafa Sak
HI Andreas, I didn't test it, but I would give http://demo.qooxdoo.org/current/apiviewer/#qx.ui.core.FocusHandler~__getWidg etAfter a chance to get the next focusable widget. Then after knowing him .tabfocus() could be usefull. http://demo.qooxdoo.org/current/apiviewer/#qx.ui.form.AbstractField~ta

Re: [qooxdoo-devel] Animated GIF or APNG

2011-11-14 Thread d_dunken
I have made an error in my previous message: APNG also reports an error on load and does not display any image. Sorry for the confusion. -- View this message in context: http://qooxdoo.678.n2.nabble.com/Animated-GIF-or-APNG-tp6993604p6993666.html Sent from the qooxdoo mailing list archive at Na

[qooxdoo-devel] Animated GIF or APNG

2011-11-14 Thread d_dunken
Hi all, I have recently tried to load an animated sprite without any success. I am digging into the code and have found the "ImageLoader.js" file, however I cannot locate where the image actually gets loaded. It says in the source "el.src = source" (which seems to be a member assignment) and the

Re: [qooxdoo-devel] The correct use of getDomElement()

2011-11-14 Thread Alexander Steitz
Hi Marco, On Monday 14 November 2011 17:18:17 Marco Pompili wrote: > I'm integrating some stuff in qooxdoo like tinyMCE and Highcharts, and also > I'm working on a new version of HtmlArea (it requires some time though). Sounds interesting. > To integrate another js library i need always a div t

[qooxdoo-devel] simulate tab on enter

2011-11-14 Thread Fink, Andreas
Hi all, our app is heavily used with barcode scanners. They all set to add an "enter" after the character sequence (this is necessary for other applications so no way to change this setting). On our qooxdoo app I want to simulate a "tab" so the focus is set to the next widget with this enter. Tha

Re: [qooxdoo-devel] Usage of mock

2011-11-14 Thread Tristan Koch
Hi Benjamin, just tested your code and I also get an infinite recursion. Not sure why (will take a closer look), but here is another approach using stubs. "test: stub environment setting": function() { var setting = this.stub(qx.core.Environment, "get").withArgs("browser.name"); setting.retu

[qooxdoo-devel] The correct use of getDomElement()

2011-11-14 Thread Marco Pompili
Greetings fellow qooxdooers, I'm integrating some stuff in qooxdoo like tinyMCE and Highcharts, and also I'm working on a new version of HtmlArea (it requires some time though). To integrate another js library i need always a div that act as a container for the main object of the external library.

Re: [qooxdoo-devel] multi-select issue in table

2011-11-14 Thread Jeroen Smit
Hi, No, sorry, I haven't tried the 1.5 version and upgrading all my sources would take a while so that is not an option I would prefer. And since the demo browser works fine I guess it is somewhere in my own code, but I don't see how or where I would influence the content of the keystate in mou

Re: [qooxdoo-devel] multi-select issue in table

2011-11-14 Thread Christian Hagendorn
Hi, sorry, I have never heard form this issue. You sad, you use qx 1.4.Have you tried qx 1.5.? And does the issue also occurs with this version? Cheers, Chris Am 14.11.2011 15:40, schrieb Jeroen Smit: Hi, Using Qx v 1.4 I found a strange issue regarding multi-selection of rows in a table

[qooxdoo-devel] multi-select issue in table

2011-11-14 Thread Jeroen Smit
Hi, Using Qx v 1.4 I found a strange issue regarding multi-selection of rows in a table using CTRL/SHIFT + click in IE9. On my own pc selecting a range of rows using SHIFT + click works fine. On some other pc's it doesn't work and only the last row gets selected. It seems that the "isShiftPresse

Re: [qooxdoo-devel] Treevirtual without icon

2011-11-14 Thread Christian Hagendorn
Hi Alexander, I'm not a expert for the treevirtual. I would try to extend form the "qx.ui.treevirtual.SimpleTreeDataCellRenderer" and override "_addIcon" by returning: { html: '', pos: pos }. Cheers, Chris Am 14.11.2011 14:35, schrieb alexandr: > There is unwanted space between OpenCloseSymbol

Re: [qooxdoo-devel] Link between RAP and Qooxdoo

2011-11-14 Thread Christian Hagendorn
Hi, yes, RAP uses qooxdoo. I don't know which qooxdoo version they actually use, but it the past it was 0.7.x http://wiki.eclipse.org/RAP/RWT#Technical_Overview Cheers, Chris Am 11.11.2011 22:02, schrieb Jean-Baptiste BRIAUD -- Novlog: > Hi the list, > > There is a news on RAP : 1.5 is out. >

Re: [qooxdoo-devel] table and flex colums?

2011-11-14 Thread smisonli...@googlemail.com
have you an example? is use it and cant fidn noch flex option the actual sizeing is this rb.set(i++, { width:"60%", minWidth:50 }); On Mon, Nov 14, 2011 at 08:26, smisonli...@googlemail.com > wrote: hello, is it

Re: [qooxdoo-devel] table and flex colums?

2011-11-14 Thread Derrell Lipman
On Mon, Nov 14, 2011 at 08:26, smisonli...@googlemail.com < smisonli...@googlemail.com> wrote: > hello, > > is it possible to set flex for table columns? i only see width settings > or how must i set it? > Use the Resize column model. You then have flex capability for widths. Derrell --

Re: [qooxdoo-devel] Treevirtual without icon

2011-11-14 Thread alexandr
There is unwanted space between OpenCloseSymbol and name of the node in case of empty icon... - Cheers, Alexandr -- View this message in context: http://qooxdoo.678.n2.nabble.com/Treevirtual-without-icon-tp6992446p6992483.html Sent from the qooxdoo mailing list archive at Nabble.com. --

Re: [qooxdoo-devel] stub documentation

2011-11-14 Thread Benjamin Dreux
I'm sorry about that i was too fast on the message button. This method realy exist Le 11 novembre 2011 15:37, Benjamin Dreux a écrit : > Hi > > I was trying to use qx.dev.MMock.stub. > According to the documentation there is a method of stubs called withArgs. > But when i'm running an exemple, i'

[qooxdoo-devel] table and flex colums?

2011-11-14 Thread smisonli...@googlemail.com
hello, is it possible to set flex for table columns? i only see width settings or how must i set it? -- RSA(R) Conference 2012 Save $700 by Nov 18 Register now http://p.sf.net/sfu/rsa-sfdev2dev1 ___

[qooxdoo-devel] Treevirtual without icon

2011-11-14 Thread alexandr
Hi, Qooxdoo Team! Tell please, what shall I do to get qx.ui.treevirtual.TreeVirtual wich has no icon? I tried to set null, empty string, empty icon to icon property, but I didn't got the solution... - Cheers, Alexandr -- View this message in context: http://qooxdoo.678.n2.nabble.com/Treevir