Re: [qooxdoo-devel] View Big Data in Virtual Tree

2015-07-10 Thread Tobias Oetiker
Today FriedrichF wrote: > Ok i load the Data in chunks, this works well. > Now i want to make the progress with a progressBar visible. > The progressBar doesn't grow, it seems that the GUI doesn't respond while i > create the Model. > Is there a workaround or should i use a Spinner gif? note that

Re: [qooxdoo-devel] View Big Data in Virtual Tree

2015-07-10 Thread FriedrichF
Ok i load the Data in chunks, this works well. Now i want to make the progress with a progressBar visible. The progressBar doesn't grow, it seems that the GUI doesn't respond while i create the Model. Is there a workaround or should i use a Spinner gif? -- View this message in context: http://q

Re: [qooxdoo-devel] View Big Data in Virtual Tree

2015-07-09 Thread Phyo Arkar
do not load huge json at once. Make server send them in chunks. On Thu, Jul 9, 2015 at 4:24 PM, FriedrichF wrote: > Hi, > > i have a big Json File (ca. 7MB currently) which i want to view in a > virtual > Tree widget. The problem is when I try to create the Model with the > *qx.data.marshal.Json