[qooxdoo-devel] Updating multiple clients with QSO

2013-04-19 Thread Wordman
I'm using Qooxdoo Server Objects (QSO) to connect a server with multiple clients. I have the following situation: 1) Client A connects to server. 2) Client B connects to server. 3) A particular object X on the server is proxied to both clients. 4) Client A performs an action that changes object X

[qooxdoo-devel] SetEnabled(false) lets you edit when label is clicked

2013-04-19 Thread Alex
I am using QooxDoo mobile in a project and the user testing revealed ( i hadn't tried it yet) that you can edit disabled fields when you click or touch the label of it. Best Regards, Alex Knol Movil: +34 693 206 868 Company: Pumiwex S.L.U. PostBox: Apartado Correos 842, Camarles Delivery: Plaza D

Re: [qooxdoo-devel] TablePane prevents top level scrolling on the window

2013-04-19 Thread baskar
Yeah sure Michal. On Fri, Apr 19, 2013 at 4:02 PM, Michal Dvořák [via qooxdoo] < ml-node+s678n758330...@n2.nabble.com> wrote: > Please report if you experience any issues, there still might be some :) > > Cheers > > > On Fri, Apr 19, 2013 at 12:24 PM, baskar <[hidden > email]

Re: [qooxdoo-devel] TablePane prevents top level scrolling on the window

2013-04-19 Thread Michal Dvořák
Please report if you experience any issues, there still might be some :) Cheers On Fri, Apr 19, 2013 at 12:24 PM, baskar wrote: > Thanks Mikee... Thanks a lot. > > > On Fri, Apr 19, 2013 at 3:41 PM, Michal Dvořák [via qooxdoo] <[hidden > email]

Re: [qooxdoo-devel] TablePane prevents top level scrolling on the window

2013-04-19 Thread baskar
Thanks Mikee... Thanks a lot. On Fri, Apr 19, 2013 at 3:41 PM, Michal Dvořák [via qooxdoo] < ml-node+s678n7583301...@n2.nabble.com> wrote: > Hi, > there is a bug and pull req for it (by me). > https://github.com/qooxdoo/qooxdoo/pull/42 > You can copy the table class, patch it and use your own co

Re: [qooxdoo-devel] TablePane prevents top level scrolling on the window

2013-04-19 Thread Michal Dvořák
Hi, there is a bug and pull req for it (by me). https://github.com/qooxdoo/qooxdoo/pull/42 You can copy the table class, patch it and use your own copy till it gets fixed. Mikee On Fri, Apr 19, 2013 at 10:55 AM, baskar wrote: > Hi all, > > I am having a problem with TablePane, > The case is:

[qooxdoo-devel] TablePane prevents top level scrolling on the window

2013-04-19 Thread baskar
Hi all, I am having a problem with TablePane, The case is: I have a window with vertical scroll bar, and a table with in it. vertical scrolling is done by mouse wheel on the window, If mouse cursor is on the TABLE, then Mouse wheel scrolling won't work even if table has zero rows or even it ha

Re: [qooxdoo-devel] Property Check validation

2013-04-19 Thread Richard Sternagel
Hi, because long holds only integer values in Java "Integer" would be most suitable, I think. Integer is also a strict subset of Number. Though Integer isn't a real data type JavaScript "knows" (there is only Number) - so qooxdoo can only simulate that - "Integer" would be more concise in term

Re: [qooxdoo-devel] resolved: TypeError: bp is null

2013-04-19 Thread Tobias Koller (GERMO GmbH)
Hi T, in my source-version I never got any error or warning-message (I found that strange too ;) ). I checked this and found out that my debugger was disabled. So I enabled it 5 minutes ago and no I get a lot of warnings in my source-version. if (qx.core.Environment.get("qx.debug")) {

Re: [qooxdoo-devel] resolved: TypeError: bp is null

2013-04-19 Thread thron7
On 04/19/2013 08:29 AM, Tobias Koller (GERMO GmbH) wrote: Ok I will keep this in mind . But is it possible to get error-messages, such as accessing a private member outside the class, during "generate.py build"-Process? Due to the dynamic nature of JavaScript many things cannot be detecte