Re: [qooxdoo-devel] Performance profiling in Firefox and the effect of qx.event.Idle

2012-02-07 Thread thron7
> Please can this be reviewed for inclusion in the trunk? Here's the patch > on > github (is this a pull request??) > https://github.com/johnspackman/qooxdoo/commit/0c7864e53316a150bbe4ebec5deec > 488020e2f48 Not quite :-). But if you look at the commit page, in the upper right corner, right besi

Re: [qooxdoo-devel] Qooxdoo based web site

2012-02-07 Thread Alexey Kodubets
http://qooxdoo.org/community/real_life_examples -- View this message in context: http://qooxdoo.678.n2.nabble.com/Qooxdoo-based-web-site-tp7248010p7263524.html Sent from the qooxdoo mailing list archive at Nabble.com. --

[qooxdoo-devel] Performance profiling in Firefox and the effect of qx.event.Idle

2012-02-07 Thread John Spackman
Hi I've been trying to profile my app and found that there is a surprising amount of activity caused by qx.event.Idle ­ if I start my app, wait 10 seconds, and then run the Firebug profiler for the next 10 seconds I get 9,000 function calls logged and 13.9% of the time profiled is spent in qx.even

Re: [qooxdoo-devel] Making a Tree Grid.

2012-02-07 Thread Phyo Arkar
Here is what i think of : Table with list of emails and their metadata (From / To / CC) will be shown on a table . And on each row click if theres attachment show below as another table. that woont look good but atleast work .. On Tue, Feb 7, 2012 at 8:32 PM, Derrell Lipman < derrell.lip...@unw

Re: [qooxdoo-devel] Making a Tree Grid.

2012-02-07 Thread Derrell Lipman
On Tue, Feb 7, 2012 at 08:58, Phyo Arkar wrote: > Another questions. > > in exisitng Table Model , if i just place another table if a button in the > row is clicked (thus working like a tree) , show another table just below > the clicked row? would it work? > Tables don't contain widgets, so a t

Re: [qooxdoo-devel] Making a Tree Grid.

2012-02-07 Thread Derrell Lipman
On Tue, Feb 7, 2012 at 08:56, Phyo Arkar wrote: > Woah .. i c. > > So it wont work with Remote model. > Why i want remote model functionalities coz the parents alone will be > > 600K rows , childerns are not much only around 3-5 each (i am doing an > email analyzer , children are attachment of

Re: [qooxdoo-devel] Making a Tree Grid.

2012-02-07 Thread Phyo Arkar
Another questions. in exisitng Table Model , if i just place another table if a button in the row is clicked (thus working like a tree) , show another table just below the clicked row? would it work? On Tue, Feb 7, 2012 at 8:26 PM, Phyo Arkar wrote: > Woah .. i c. > > So it wont work with Remot

Re: [qooxdoo-devel] Making a Tree Grid.

2012-02-07 Thread Phyo Arkar
Woah .. i c. So it wont work with Remote model. Why i want remote model functionalities coz the parents alone will be > 600K rows , childerns are not much only around 3-5 each (i am doing an email analyzer , children are attachment of each emails .I want to load datas just the way Remote Data Mo

Re: [qooxdoo-devel] Making a Tree Grid.

2012-02-07 Thread Derrell Lipman
On Tue, Feb 7, 2012 at 06:30, Phyo Arkar wrote: > Hmm TreeVirtual inherits Table > > Does that mean that I can use remote data model directly ??? TreeVirtual is based on Table. It does not use either the Simple table model nor the Remote model. Instead, it operates by using its own SimpleTreeDa

Re: [qooxdoo-devel] Making a Tree Grid.

2012-02-07 Thread Phyo Arkar
Hmm TreeVirtual inherits Table Does that mean that I can use remote data model directly ??? On Tue, Feb 7, 2012 at 5:13 PM, Phyo Arkar wrote: > Hello Qooxdoo! > > I am going to implement a TreeGrid like those exist in JqGrid and EXTJS . > > I need some pointers. > > 1. Should i base it off on qx

[qooxdoo-devel] Making a Tree Grid.

2012-02-07 Thread Phyo Arkar
Hello Qooxdoo! I am going to implement a TreeGrid like those exist in JqGrid and EXTJS . I need some pointers. 1. Should i base it off on qx's Table ? It seems hard to do one in Qooxdoo table but , I will need Remote Table Model. Coz it will grow to million of rows easily. 2. Virtual Tree (or T

Re: [qooxdoo-devel] Genereate Qx Properties Dynamically

2012-02-07 Thread Burak Arslan
On 06/02/12 14:42, Marco Pompili wrote: > Hi John, > > Thank you this might help. But What do you mean with "call qx.Class.define() > with your dynamic definition" ? > > You mean like building the map dynamically and then feed it as a parameter > to qx.Class.define() ? Am I right ? I did this for

Re: [qooxdoo-devel] no qoox-noopt

2012-02-07 Thread thron7
The other option is you download it from the demo site: http://demo.qooxdoo.org/1.6.x/ (look towards the end where it says "qooxdoo OO Layer"). The qxoo packages where designed so you can use them independent from the SDK with its tool chain. T. On 02/07/2012 07:55 AM, Jagget wrote: Hi Juan