Re: [qooxdoo-devel] is qooxdoo-com...@lists.sourceforge.net dead?

2013-03-08 Thread Dietrich Streifert
Thank you Thomas Regards Dietrich Am 08.03.2013 16:59, schrieb thron7: > Dietrich, > > > On 03/08/2013 03:32 PM, Dietrich Streifert wrote: >> Hello everybody, >> >> I've just noticed that the mailing list >> qooxdoo-com...@lists.sourceforge.net does not receive qooxdoo commit >> messages anymore.

[qooxdoo-devel] is qooxdoo-com...@lists.sourceforge.net dead?

2013-03-08 Thread Dietrich Streifert
Hello everybody, I've just noticed that the mailing list qooxdoo-com...@lists.sourceforge.net does not receive qooxdoo commit messages anymore. Is this due to the alura update of sourceforge.net? Best regards. Dietrich --

Re: [qooxdoo-devel] qx.event.Manager.js#654 slow?

2013-03-08 Thread Dietrich Streifert
Hi Martin, sorry for being so late with this, but here is the bug report: http://bugzilla.qooxdoo.org/show_bug.cgi?id=7289 Regards Dietrich Am 16.01.2013 08:08, schrieb Martin Wittemann: > Thanks for investigating. I totally agree that this is worth looking into and > it's worth a bug report.

Re: [qooxdoo-devel] is qooxdoo-com...@lists.sourceforge.net dead?

2013-03-08 Thread thron7
Dietrich, On 03/08/2013 03:32 PM, Dietrich Streifert wrote: > Hello everybody, > > I've just noticed that the mailing list > qooxdoo-com...@lists.sourceforge.net does not receive qooxdoo commit > messages anymore. > > Is this due to the alura update of sourceforge.net? thanks. I doubt that, thou

Re: [qooxdoo-devel] close /clear object?

2013-03-08 Thread Fritz Zaucker
destroy() I think. On Fri, 8 Mar 2013, smisonli...@googlemail.com wrote: > and how i will destroy it? > >> Closing a window does just that, closing it, nothing else. >> >> But instead of destroying and recreating you, I think you should recycle it >> instead. >> Just replace the content, if need

Re: [qooxdoo-devel] close /clear object?

2013-03-08 Thread Fritz Zaucker
isVisible() I think. On Fri, 8 Mar 2013, smisonli...@googlemail.com wrote: > How can i check , if a object is already open? > >> Closing a window does just that, closing it, nothing else. >> >> But instead of destroying and recreating you, I think you should recycle it >> instead. >> Just replac

Re: [qooxdoo-devel] close /clear object?

2013-03-08 Thread smisonli...@googlemail.com
How can i check , if a object is already open? > Closing a window does just that, closing it, nothing else. > > But instead of destroying and recreating you, I think you should recycle it > instead. > Just replace the content, if needed. That will be a lot more efficient. > > Fritz > > On Thu, 7

Re: [qooxdoo-devel] close /clear object?

2013-03-08 Thread smisonli...@googlemail.com
and how i will destroy it? > Closing a window does just that, closing it, nothing else. > > But instead of destroying and recreating you, I think you should recycle it > instead. > Just replace the content, if needed. That will be a lot more efficient. > > Fritz > > On Thu, 7 Mar 2013, smisonli..

[qooxdoo-devel] is qooxdoo-com...@lists.sourceforge.net dead?

2013-03-08 Thread Dietrich Streifert
Hello everybody, I've just noticed that the mailing list qooxdoo-com...@lists.sourceforge.net does not receive qooxdoo commit messages anymore. Is this due to the alura update of sourceforge.net? Best regards. Dietrich --

Re: [qooxdoo-devel] Serialization/Deserialization JSON with polymorphic object

2013-03-08 Thread Marc-André Dubois
Someone has an idea? Marc-André Dubois madub...@lanauco.com Programmeur-Analyste De : Marc-André Dubois [mailto:madub...@lanauco.com] Envoyé : 5 mars 2013 15:10 À : qooxdoo-devel@lists.sourceforge.net Objet : [qooxdoo-devel] Serialization/Deserialization JSON with polymorphic object Hi, I

[qooxdoo-devel] Getting bom element to rotate qx.ui.basic.Label

2013-03-08 Thread Krejčí Daniel
Hey Just a quick question. I had found, there is method qx.bom.element.Transform.transform() which should do it. However I am not sure how to get element for that cause from label instance. I tried getContentElement(), which gives instance of qx.html.label, but that doesn't seems to work. In m

Re: [qooxdoo-devel] Two issues related to contribs

2013-03-08 Thread Florin Jurcovici
> You'd better followed the various announcements concerning this, like > http://news.qooxdoo.org/qooxdoo-contrib-is-on-allura > > The section about ContribLoader.py in the second half is relevant to you. After patching ContribLoader.py, both problems went away - i.e. now contribs load properly fr

Re: [qooxdoo-devel] SelectBox - How set value index [Help]

2013-03-08 Thread samu88
I got the solution from : http://qooxdoo.678.n2.nabble.com/SelectBox-set-selection-td4798272.html Thanks anyway! -- View this message in context: http://qooxdoo.678.n2.nabble.com/SelectBox-How-set-value-index-Help-tp7583034p7583035.html Sent from the qooxdoo mailing list archive at Nabble.com.

[qooxdoo-devel] SelectBox - How set value index [Help]

2013-03-08 Thread samu88
Hello how are you? I have a small problem. It is possible to display a value by index that I want? I was looking for any solution but i didnt find nothing. Sorry for my bad english y thanks in advance! -- View this message in context: http://qooxdoo.678.n2.nabble.com/SelectBox-How-set-value-in

Re: [qooxdoo-devel] How to use the add-script feature in a contrib trunk?

2013-03-08 Thread thron7
On 03/07/2013 11:29 PM, totty wrote: > I've added this snippet > ,"common": > { > "add-script" : > [ > { > "uri" : > "../qooxdoo-contr

Re: [qooxdoo-devel] @lint ignoreUndefined(...) broken?

2013-03-08 Thread thron7
On 03/07/2013 07:55 PM, Florin Jurcovici wrote: > It seems to no longer work. > > It bloats my ./generate lint output. I have several tests in which I > define test-only classes in setUp(). I had @lint > ignoreUndefined(...) for the methods using these classes everywhere, > to keep the lint o