Re: [qooxdoo-devel] adding atoms to layout

2009-11-04 Thread Grykar
unfortunately it doesn't work for me because I need acccess to all atoms please see how it works. Login as demo no password is needed http://family3.org/tree_/build/index.html Karol Matthew Gregory wrote: > > It might help if you explain a little what "next task" is, and also why > these ato

Re: [qooxdoo-devel] adding atoms to layout

2009-11-04 Thread Grykar
Matt, thanks for this hint. I test it today. I have to wait for all atoms because "next task" reads position of them. Karol Matthew Gregory wrote: > > It might help if you explain a little what "next task" is, and also why > these atoms are added in random order. > > If you know how many a

Re: [qooxdoo-devel] adding atoms to layout

2009-11-04 Thread Matthew Gregory
It might help if you explain a little what "next task" is, and also why these atoms are added in random order. If you know how many atoms are added, and you want to wait until they are all onscreen you could use the appear event and a counter. var count = 0; eachAtom.addListener("appear", funct

[qooxdoo-devel] adding atoms to layout

2009-11-04 Thread Grykar
Hi I am adding a few atoms to layout. After all atoms were added I would like to start "next task". The atoms are added in random order therefore I don't know which one is last. It cannot be solved by add appear event to each atom due to "next task" should be start only one time and all atoms sho