> 
> I've updated CVS with many important bugfixes and improvements. In 
> short:
> 
> - Fixed 2.5.6 drag bug that almost got Doug fired ;)
> 
> - Added disabling contextual menus for each dynlayer ( off by 
> default, example page is provided )
> 
> - Only one event is captured per page. I realized I we were using the 
> event's target properties to determine the dynlayer where it occured, 
> hence with one single event being captured in the document everything 
> works in the same way. Moreover, remember that capturing a layer 
> event was layer.doc.capture....  since all layers share the document 
> ( except NS4 ) we were capturing the same events once and again. Try 
> the strech tests and see how intializacions are a lot faster now. 
> About 4ks of code are gone, as well :)
> 
> - You can add layers on load time. Yeap no more waiting for the 
> onload event. This was almost as easy as 
> document.write(layer.getOuterHTML()). 
> This transparent to final users, of course. Let's just say you can 
> use the addChild method any place in you code, not only after onLoad.
>
> - Since they can be added onpage load, they can be made relative. 
> Yep, place them within a table which defines your layout and it will 
> work. Still some flaws ( see example in tests/ directory where a 
> scrollbar is working inside a relative positioned table ) but pretty 
> promising.
> 
> -----
> 
> Code was anottated when changed. Examples are provided for new stuff.
> 
> Please test this throughoutfully (with complex projects you may have 
> rather that just the default examples ) and provide feedback. Forget 
> about the inflow stuff not working, please, it is just alpha work. 
> What I'm concerned about is the features we already had in previous 
> versions. 
> I'd like this to become 2.5.7 and I want my mistakes to be detected 
> before it is released.
>
> Regards.
>

Hi to all!
I'm back from Holidays, too, the first Euros are spent and I'm into 
development again...

I updated the Matrix with this version. I called it 2.5.7-pre1 and set 
it as default. 

http://www.robelix.com/dynapi/matrix/

The 2.55a release and an older cvs snapshot are removed - they were 
only for testing the wizard. But this was the last time - from now on 
I'm going to keep all submits.

Fixed 2 bugs in the Wizard (test execution order and the "skipped 1 
test")
A much more powerful matrix generator is almost finished - will come 
soon.


Two things I'm not sure I mentioned before:
Both with NS 4.76 / Linux
- precreation: - 1,3 and 5 - all tests using precreation crash
   the browser with a "bus error"
- hyperstring is slightly slower than the built in (4976ms / 5324ms)

-- 
Roland "Robelix" Obermayer
Authorisierter Nichtdenker
http://www.robelix.com
[EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED]

--
"Twisted pair ain't no rock group" (Steve Gilliland, 1994)

_______________________________________________
Dynapi-Dev mailing list
[EMAIL PROTECTED]
http://www.mail-archive.com/dynapi-dev@lists.sourceforge.net/

Reply via email to