Re: [qooxdoo-devel] incremental initialization

2009-12-09 Thread Fabian Jakobs
Burak Arslan schrieb: > hi, > > some screens we're designing with jsqt are getting complex, taking some > noticable time to load. so i think it's time to implement an incremental > initialization scheme. > > i did look around to progressive namespace, but could not find much. did > i miss someth

Re: [qooxdoo-devel] incremental initialization

2009-12-08 Thread Burak Arslan
John Spackman wrote: > Does it have to be an interactive screen? An issue with delayed > initialisation is _when_ you get to initialise them - initialisation is an > expensive operation and your GUI will be clunky or frozen while > initialisation takes place (EG on a timer). Also, some browsers d

Re: [qooxdoo-devel] incremental initialization

2009-12-08 Thread John Spackman
of it when it's finished loading. John -Original Message- From: Burak Arslan [mailto:burak.ars...@arskom.com.tr] Sent: 08 December 2009 1:25 PM To: qooxdoo Development Subject: Re: [qooxdoo-devel] incremental initialization Derrell Lipman wrote: > On Tue, Dec 8, 2009 at 0

Re: [qooxdoo-devel] incremental initialization

2009-12-08 Thread Derrell Lipman
On Tue, Dec 8, 2009 at 08:24, Burak Arslan wrote: > Derrell Lipman wrote: > > On Tue, Dec 8, 2009 at 03:29, Burak Arslan > > wrote: > > > > > > some screens we're designing with jsqt are getting complex, taking > > some > > noticable time to load. so

Re: [qooxdoo-devel] incremental initialization

2009-12-08 Thread Burak Arslan
Derrell Lipman wrote: > On Tue, Dec 8, 2009 at 03:29, Burak Arslan > wrote: > > > some screens we're designing with jsqt are getting complex, taking > some > noticable time to load. so i think it's time to implement an > incremental > initiali

Re: [qooxdoo-devel] incremental initialization

2009-12-08 Thread Derrell Lipman
On Tue, Dec 8, 2009 at 03:29, Burak Arslan wrote: > > some screens we're designing with jsqt are getting complex, taking some > noticable time to load. so i think it's time to implement an incremental > initialization scheme. > > i did look around to progressive namespace, but could not find much.

[qooxdoo-devel] incremental initialization

2009-12-08 Thread Burak Arslan
hi, some screens we're designing with jsqt are getting complex, taking some noticable time to load. so i think it's time to implement an incremental initialization scheme. i did look around to progressive namespace, but could not find much. did i miss something, or should i go forward and move