Please see my comments below:

--- Kevin <[EMAIL PROTECTED]> wrote:
> Please see my comments below:
> -----
> Kevin.
> 
> > Raymond Irving <[EMAIL PROTECTED]> wrote:
> > Hello everyone,
> > 
> > If you can recall, last week we had a discussion
> on
> > the following events:
> > 
> > onload - triggered by setHTML() - in dynapi 2.x
> > onmove - triggered by moveTo() - in dynapi 2.x
> > onresize - triggered by setSize() - in dynapi 2.x
> > 
> > Well, I've added these with minor impact on
> > performance:
> > 
> > oncontentchange - triggered by setHTML() - in 3.0
> > onlocationchange - triggered by setHTML() - in 3.0
> > onresize - triggered by setHTML() - in 3.0
> 
> Could you include an example of usage of these
> events?

Ok, I'll add a few to the examples section

> Also is there a built in fix to the NS4 resize bug
> to force
> a redraw on onresize? 

I think so. Not sure

> Where was onload used before? I remember a change to
> the main dynapi.onLoad( function() {...} ) and
> onUnload.
> Is there an onload and onunload not relating to
> document
> loading events? 

Well, onload was also trigered by setHTML(), but I'm
changing onload to oncontentchange. Hopefully this
will help to clear things up.

 
> I like the border idea. Is it possible to go all the
> way
> and add margin and padding too. CSS syntax? 

Sure! I don't think that should be difficult. But I
would recommend that such additional feature be added
to a BorderManager. The BorderManager I'm working on
will extend the setBorder() function to even support
image as borders.
  
> 
> I am working on the TabManager now. Quite a
> challenge
> seeing as the tab key is so special and hardcoded to
> change
> focus to the address bar, links, sidebars,
> favourites etc. I
> nearly gave up and used the arrow keys. But now I
> have a
> working prototype using the tab key. I've just got
> to make
> it dynapish.

Cool! Very Cool!

> > - sets lyr as topmost layer and forces it's
> parents
> > and grandparants to become topmost layer inside
> their
> > parent:
> > 
> > lyr.setFocus(true);
> > 
> > - set's lyr as topmost layer when it's clicked: 
> > 
> > lyr.setFocus('auto',true) 
> > Or
> > lyr.setFocus('auto',true,'click') 
> > 
> > 
> > - set's lyr as topmost layer when mouse is passed
> over
> > it:
> > 
> > lyr.setFocus('auto',true,'hover')
> > 
> > Any comments?
> 
> A nice demo would be most appreciated.

Yep! As soon as I've added the code to cvs I'll setup
an online demo.


--
Raymond Irving

> 
> > PS. These should be in cvs by now and tomorrow.
> > 
> > --
> > Raymond Irving
> > 
> > Dynapi-Dev mailing list
> > [EMAIL PROTECTED]
> >
>
http://www.mail-archive.com/[EMAIL PROTECTED]/
> 


__________________________________________________
Do you Yahoo!?
Yahoo! Platinum - Watch CBS' NCAA March Madness, live on your desktop!
http://platinum.yahoo.com


-------------------------------------------------------
This SF.net email is sponsored by:
The Definitive IT and Networking Event. Be There!
NetWorld+Interop Las Vegas 2003 -- Register today!
http://ads.sourceforge.net/cgi-bin/redirect.pl?keyn0001en
_______________________________________________
Dynapi-Dev mailing list
[EMAIL PROTECTED]
http://www.mail-archive.com/[EMAIL PROTECTED]/

Reply via email to