Re: [qooxdoo-devel] Performance Inline/Standalone

2011-10-24 Thread Fritz Zaucker
On Tue, 25 Oct 2011, Alexander Steitz wrote: > Hi Fritz, > > On Monday 24 October 2011 16:21:54 Fritz Zaucker wrote: >> I am wondering (in a not totally theoretical context): >> >> If I have two Qooxdoo-applications, one implemented as >> qx.application.Standalone, one implemeted as qx.application

Re: [qooxdoo-devel] Performance Inline/Standalone

2011-10-24 Thread Alexander Steitz
Hi Fritz, On Monday 24 October 2011 16:21:54 Fritz Zaucker wrote: > I am wondering (in a not totally theoretical context): > > If I have two Qooxdoo-applications, one implemented as > qx.application.Standalone, one implemeted as qx.application.Inline and > apart from that identical, what are the

Re: [qooxdoo-devel] I think there is a logic bug in getContentLocation

2011-10-24 Thread Alexander Steitz
Hi Jim, On Monday 24 October 2011 22:58:34 Jim Hunter wrote: > Nothing from the qooxdoo core team on this? It's really keeping me from > closing a bug on my end. I was not able to get a scenario working in the > demobrowser for this. But there should be no reason that, at any time, I > couldn't us

Re: [qooxdoo-devel] Multiple Apps in one project

2011-10-24 Thread Mustafa Sak
Sure it can. Qooxdoo is class based, so if you wish call your classes apps ;) But I guess you are looking for libraries. You can easily include any aditional Qooxdoo project in to your main one. So far it will use the same framework source. Like contribs do. Take a look at libraries key on confi

Re: [qooxdoo-devel] Multiple Apps in one project

2011-10-24 Thread Fritz Zaucker
Hi Dave, I am not sure if that fits your needs, but you can put the common widgets into one or serveral separate libraries (basically the same as an application) and use those in your "single" applications. Seems to me a bit "cleaner" than having everything put together (which you still could do w

[qooxdoo-devel] Multiple Apps in one project

2011-10-24 Thread dmoshal
Hi, I'm evaluating Qooxdoo to replace a real-time Flex app (Flex performing too slowly, in terms of startup time). One thing that Flex allows is multiple applications in a single project. For example say you're building 2 apps which each share many widgets (user management, etc.). So, in a flex pr

Re: [qooxdoo-devel] Congratulations

2011-10-24 Thread dmoshal
Suggestion: try Faye instead of Socket.io - far more stable. Additionally, if you google Faye and Qooxdoo, you'll see an example of how to do this (in a chess application if I recall). Anyway, works perfectly. -- View this message in context: http://qooxdoo.678.n2.nabble.com/Congratulations-tp6

Re: [qooxdoo-devel] I think there is a logic bug in getContentLocation

2011-10-24 Thread Jim Hunter
Nothing from the qooxdoo core team on this? It's really keeping me from closing a bug on my end. I was not able to get a scenario working in the demobrowser for this. But there should be no reason that, at any time, I couldn't use getContentLocation() and get the absolute XY coordinates of an objec

Re: [qooxdoo-devel] Support for Smart TVs

2011-10-24 Thread Javier Martinez
Thanks Tino! I will write Martin for sure and and look for what it is in Bugzilla. I hope we could help you anyhow in the near future with the mobile part too. :-) Javier Martínez Villacampa Software Engineer at http://www.pocketwidget.com 2011/10/24 Tino Butz > Hi Javier, > > Thanks for sup

Re: [qooxdoo-devel] (no subject)

2011-10-24 Thread thron7
hi victor, you mean in the real-life examples?! - write to andreas (see /about/imprint). t. On 10/24/2011 07:29 PM, Victor Powell wrote: who can i send an email to about a project i built with Qooxdoo that I'd like to get featured on the site? -- - victor ---

[qooxdoo-devel] (no subject)

2011-10-24 Thread Victor Powell
who can i send an email to about a project i built with Qooxdoo that I'd like to get featured on the site? -- - victor -- The demand for IT networking professionals continues to grow, and the demand for specialized networ

[qooxdoo-devel] Performance Inline/Standalone

2011-10-24 Thread Fritz Zaucker
Hi, I am wondering (in a not totally theoretical context): If I have two Qooxdoo-applications, one implemented as qx.application.Standalone, one implemeted as qx.application.Inline and apart from that identical, what are the performance impacts? E.g., does the inline appplication have to do sign

Re: [qooxdoo-devel] So, I have WebSockets working at very simple level... just thought I'd share.

2011-10-24 Thread Tristan Koch
Hi, nice! WebSockets are indeed a very interesting technique. We are thinking about ways to provide an abstraction and maybe fallbacks for less capable browsers. By the way, are you aware of the fact that WebSockets is *not* HTTP? While the handshake goes over HTTP, an HTTP UPGRADE is issued b

Re: [qooxdoo-devel] Support for Smart TVs

2011-10-24 Thread Tino Butz
Hi Javier, Thanks for supporting the qooxdoo framework. For the low level part of qooxdoo I would suggest, that you should contact Martin Wittemann directly. He is working right now on the low level framework (optimizing size and API usage) and has always an open ear for the requirements of th

Re: [qooxdoo-devel] Qooxdoo UploadMgr

2011-10-24 Thread John Spackman
Hi Henrik I think your problem re: size of the input is fixed in r21436; there was a similar issue reported with toolbar buttons and the code now resizes the input element to match the button. Keyboard support isn't so easy - the Qooxdoo button is never actually used, an invisible input[type=file

Re: [qooxdoo-devel] Unclear text in documentation

2011-10-24 Thread thron7
You are right, this is a glitch in the manifest.html, the config reference is correct; fixed in trunk. T. On 10/23/2011 10:10 AM, Stefan Andersson wrote: The http://manual.qooxdoo.org/1.5.x/pages/getting_started/manifest.html says "The namespace attribute can be overridden in the importing c

Re: [qooxdoo-devel] The usage of aria roles

2011-10-24 Thread Alexander Steitz
Hi Stefan, On Sunday 23 October 2011 01:02:59 Stefan Andersson wrote: > We can not see that you have an implementation for aria roles > > http://www.w3.org/TR/wai-aria/ > > When are you going to support it? the first step would be to create an issue report and to collect there the necessary in