--- In [email protected], "callyourshiva" <[EMAIL PROTECTED]> wrote: > > Hi all, > > When i run my SVG (.svg file) in my browser it's running fine. > > when i load the same file on to Citrix machine and some other machines > > it's giving an Jscript error:evt is undefined.Please let me know why it > > is giving this error .I'm falling short of time.In both the machines we > > have Adobe SVG Viewer Installed. >
window.evt is a global read-only object (attribute) of the asv viewer window; the browser exposes events though it's window.event object . note that you can use these event objects only in an event handler! > Another one: Could we add scrolling features to an SVG document. > > I added zooming features but it is not seeming nice.Help me out in this > > aspect. > scrolling: if you size your svg embed object you'll get scrollbars if elm's overflow behavior is setup to auto/scroll. handicap:-( performance. see msg http://groups.yahoo.com/group/svg- developers/message/48868 for reference. > Waiting for all your valuable replies. > > > Regards, > Shiva Kumar Soma Regards Paul ----- 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/ <*> 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/

