Re: [qooxdoo-devel] High frequency autorefresh

2011-05-17 Thread Rudriko
Hello, Sounds good, thanks Tron for the link, i'm reading it right now ;) -- View this message in context: http://qooxdoo.678.n2.nabble.com/High-frequency-autorefresh-tp6368192p6376570.html Sent from the qooxdoo mailing list archive at Nabble.com. -

[qooxdoo-devel] Question about qx.data.Array and qx.type.BaseArray

2011-05-17 Thread Benjamin Dreux
Hi ! I'm wondering why the array defined in qx.data.Array does not inherit from qx.type.BaseArray, or qx.type.Array ? Plus the qx.type.BaseArray explanation say it's the base of all Array in qooxdoo. Is that normal, or a known error ? Regards -- Benjamin Dreux Analyste-Programmeur Chaire de lo

[qooxdoo-devel] Change height of Table cell editor

2011-05-17 Thread dabd
I am using the code here: http://demo.qooxdoo.org/current/demobrowser/#table~Table_Cell_Editor.html but I would like to change the height of the table to fit exactly the number of rows. The demo shows some extra blank space after rows that I would like to remove. How can I do this? Thanks. -

Re: [qooxdoo-devel] High frequency autorefresh

2011-05-17 Thread thron7
On 05/17/2011 05:58 PM, Mustafa Sak wrote: > Hi Thron, > > is there any qooxdoo class who supports websocket like websocket.js with a > automatic fall back to comet? Or is something like this planed? I was just asking my colleagues about planned websocket support. The answer was "not that I kno

Re: [qooxdoo-devel] High frequency autorefresh

2011-05-17 Thread Mustafa Sak
Hi Thron, is there any qooxdoo class who supports websocket like websocket.js with a automatic fall back to comet? Or is something like this planed? Regards Mustafa Sak -Ursprüngliche Nachricht- Von: thron7 [mailto:thomas.herchenroe...@1und1.de] Gesendet: Dienstag, 17. Mai 2011 17:37 An

Re: [qooxdoo-devel] Qcl broadcast all the time

2011-05-17 Thread arsousa
I response to myself. I've already know what it happens. I had set by default the startMessageTransport service which uses broadcast request. I really don't need it so I have just removed it. Ana Rita -- View this message in context: http://qooxdoo.678.n2.nabble.com/Qcl-broadcast-all-the-time-t

Re: [qooxdoo-devel] High frequency autorefresh

2011-05-17 Thread thron7
> The first things i read about Comet (specificly "Streaming") looks a very > good long life solution for my needs, as i have to manage a GUI that will > remain open and autorefreshing for some very long sessions (more than one > day in much cases) To add to your pile of readables, you should al

Re: [qooxdoo-devel] ./generate.py source hangs at Resolving libs/manifests...

2011-05-17 Thread thron7
On 05/17/2011 04:16 PM, Victor Powell wrote: > sort, replacing this line: > > "manifest" : "contrib://Aristo/trunk/Manifest.json" > > with this line: > > "manifest" : "../../Aristo/trunk/Manifest.json" Very good. Yes, this is a known issue, if the connection to Sourceforge has problems. It's be

[qooxdoo-devel] How can i remove a border of label

2011-05-17 Thread pt1988
i don't know how can i remove or edit border of label and atom -- View this message in context: http://qooxdoo.678.n2.nabble.com/How-can-i-remove-a-border-of-label-tp6372918p6372918.html Sent from the qooxdoo mailing list archive at Nabble.com. ---

Re: [qooxdoo-devel] Changing selection in VirtualSelectBox

2011-05-17 Thread slah
Thank you, you're so kind, I'm working on a project and I'ven't slept for the 24 hours, so I feel really tired. You helped me too much. Thanks again. -- View this message in context: http://qooxdoo.678.n2.nabble.com/Changing-selection-in-VirtualSelectBox-tp6372901p6373545.html Sent from the qoox

[qooxdoo-devel] Qcl broadcast all the time

2011-05-17 Thread arsousa
Hi, I've been implementing qcl to my project using core-sandbox-modules architecture with success so far. But it's executing broadcast request all time, which disturbs the usage of the application, because it's processing something all the time. In my case this request doesn't do nothing, so is it

Re: [qooxdoo-devel] High frequency autorefresh

2011-05-17 Thread Rudriko
Hi Daniel, Thanks a lot for your answer, i was afraid to miss something huge... About refresh, i'm currently trying to reduce the amount of data, looks a good lead, but there are several updates per seconds, and i'm already limiting to 1 request/sec to avoid overload... The first things i read a

Re: [qooxdoo-devel] Changing selection in VirtualSelectBox

2011-05-17 Thread slah
Hello, what you suggested set selection based on the item number and that's great step forward for me. But can I search the model for the item where field number 0 equals certain value. Exp: field number zero in the array equals 3, get the index idx of that item and then set it as current selectio

Re: [qooxdoo-devel] qooxdoo mobile/smartphone

2011-05-17 Thread Stefan Andersson
Hej Andreas! > Great. So apparently you were able to leverage qooxdoo's universal app as > proposed: based on a single functional application core for both desktop and > mobile, you offer two dedicated UIs on top, one for RIA one for mobile, > right?That's exactly what we promote with the fee

Re: [qooxdoo-devel] ./generate.py source hangs at Resolving libs/manifests...

2011-05-17 Thread Victor Powell
Thank you thron. I did some debugging and seems as though the Aristo theme I was using in my project is no longer hosted as a contrib. I had to go and download the theme and place it relative to my project. in sort, replacing this line: "manifest" : "contrib://Aristo/trunk/Manifest.json" (it was