hi björn,

> It would be good if you don't start new threads by responding to other
> threads (you are responding to both "JavaScript programming tips" and
> "XBrowser (IV) Opera9 works! ( Evil clipping [bug?] )" neither of which
> is related to your issue). 


i don't understand what you mean here. what threads are you talking about?

i just pointed out what works and what not in a context of not knowing 
about the the standard way it *should* work in the very specific topic 
of the resize event.


> As for the issue, I am not sure how you are
> listening to the event. Do you use the attribute, or do you use add-
> EventListener with 'SVGResize', or addEventListener with 'resize'? If
> none of those methods work, then that's a bug. If the attribute works
> but addEventListener does not, then that's a well-known bug.


setting the attribute "onresize" doesn't work. addEventListener() as 
suggested by Andreas Neumann (thanks btw.) works in FF3a2 (cannot test 
FF2 because screen renderung isse causes FF2 to freeze).

in detail: wanted:

<svg onresize="top.myResize(innerWidth,window.innerHeight)" .../> where 
the concerned SVG is directly called in frame of a frameset and where 
functions reside in in this frames-giving html.

of course with addEventListener() there is the oddity of passing the 
function variables. but 
document.getElementById('myFrame').clientWidth/.clientHeight gives me 
what i need.

andré



-- 
___________________________________________________________________
andre m. winter,
   cartography for internet and multimedia applications
   schiessstand 4/1, a6091 goetzens, tyrol, austria
   tel.: ++43.5234.32732

<http://www.vectoreal.com/>          SVG consulting and development
<http://www.geotrace.net/>   geo-localized high quality photographs
<http://www.carto.at/>     print and online touristic map solutions


------------------------ Yahoo! Groups Sponsor --------------------~--> 
See what's inside the new Yahoo! Groups email.
http://us.click.yahoo.com/0It09A/bOaOAA/yQLSAA/1U_rlB/TM
--------------------------------------------------------------------~-> 

-----
To unsubscribe send a message to: [EMAIL PROTECTED]
-or-
visit http://groups.yahoo.com/group/svg-developers and click "edit my 
membership"
---- 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/svg-developers/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/svg-developers/join
    (Yahoo! ID required)

<*> To change settings via email:
    mailto:[EMAIL PROTECTED] 
    mailto:[EMAIL PROTECTED]

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 

Reply via email to