Search the web
Sign In
New User? Sign Up
svg-developers · SVG Developers
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 58250 - 58280 of 60470   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
58250
... Can I include the complete SVG file *into* the HTML file? Or do I have to make two separate files (HTML and SVG)? I'm asking this because I don't know how...
bierkrat
Offline Send Email
Mar 1, 2007
8:19 am
58251
... I already solved this problem myself by embedding the SVG file into the HTML file. Now if I could just find out how to include the complete SVG file into ...
bierkrat
Offline Send Email
Mar 1, 2007
8:21 am
58252
Hi, You can add any attribute you want if you need it later, this has nothing to do with svg, as long as your attribute does not belong to the spec. I use it...
Chris Peto
ressol2002
Offline Send Email
Mar 1, 2007
9:41 am
58253
Each time I open an SVG file inside IE7 I get a security warning (the yellow bar on top of the page) that I have to click before I can see the SVG file. How...
bierkrat
Offline Send Email
Mar 1, 2007
11:20 am
58254
biekrat wrote: "Now if I could just find out how to include the complete SVG file into the source of the HTML file...." You might look at in-line SVG. The...
ddailey
ddailey@...
Send Email
Mar 1, 2007
12:49 pm
58256
... yellow bar on top of the page) that I have to click before I can see the SVG file.<<< i also get this behaviour when opening pages stored locally...
Harvey Rayner
harveyrayner
Offline Send Email
Mar 1, 2007
1:42 pm
58257
hi all, i've just added to my app the 'svg viewer auto install script' available from http://www.adobe.com/svg/workflow/autoinstall.html i seems to work fine,...
Harvey Rayner
harveyrayner
Offline Send Email
Mar 1, 2007
3:03 pm
58258
hi all, i've just added to my svg pages the 'svg viewer auto install script' available from adobe. here is the script...
Harvey Rayner
harveyrayner
Offline Send Email
Mar 1, 2007
3:45 pm
58259
It looks like all of Tim's hard work the last few weeks has paid off. My latest nightly of Minefield is working on all my SVG pages. Thanks Tim! Bruce...
brucerindahl
Offline Send Email
Mar 1, 2007
4:36 pm
58260
Contact Rajesh Govathoti at rajesh@... if interested in the resume. Resume Vaibhavi Krishnakumar <mailto:vaibhavi.krishna@...>...
RajeshG
govathoti80
Offline Send Email
Mar 1, 2007
5:53 pm
58261
Hi Harvey, Anywhere in function getBrowser(), at the bottom for example, add these lines: is_firefox=(agt.indexOf("firefox")!=-1); ff_ver =...
domenico_strazzullo
domenico_str...
Offline Send Email
Mar 1, 2007
6:10 pm
58262
Here's a little thing I cobbled together that combines certain experiments with textures and scenes. ...
Dailey, David P.
david.dailey@...
Send Email
Mar 1, 2007
9:00 pm
58263
Hi Harvey and Bierkraft This issue was discussed on this list when people started to use IE7. Have a look on my message number 57891, where I've tried to ...
Samuel Dagan
samydagan
Offline Send Email
Mar 1, 2007
9:02 pm
58264
This IE7/ASV3 issue is really haunting me. Its very annoying. I personally don't use IE7 (just for testing), but my examples should work for people who insist...
Andreas Neumann
neumannandreas
Offline Send Email
Mar 2, 2007
12:18 pm
58265
yes, can confirm that. Very cool! Time to do testing again ... Andreas...
Andreas Neumann
neumannandreas
Offline Send Email
Mar 2, 2007
12:24 pm
58266
ok, somehow (maybe through resetting) I can open svg directly again, and also <iframe/> but object is still not working. Any idea? It really annoys me that ASV...
Andreas Neumann
neumannandreas
Offline Send Email
Mar 2, 2007
12:34 pm
58267
Andreas, I have tried numerous approaches to get <object> to work, including putting an <embed> inside an <object>, (as some have suggested) hence declaring...
David Dailey
david.dailey@...
Send Email
Mar 2, 2007
12:52 pm
58268
hi, ... i guess that is the way to go anyhow and i am using it since years. in my actual work i am using a construct with true frames, and some of them have an...
"André M. Winter ...
raxmapa
Offline Send Email
Mar 2, 2007
1:29 pm
58269
Andreas, i can give you a tip for opening SVG directly. The problem is the setting "Allow active content to run files on My Computer". If this is checked then...
Armin Mueller
armintemp
Offline Send Email
Mar 2, 2007
1:40 pm
58270
I can see the pictures with embed and iframe, but not inside object. I am using IE7 + ASV3.03 I have working examples where IE7 works very well with ASV, using...
FC
byte964
Offline Send Email
Mar 2, 2007
1:54 pm
58271
Hi, all, I am interested in adding SVG support, specifically the ability to load and render SVG Clip-Art, to my Mind Mapping application, HeadCase. SVG export...
Elliott
ebignell01
Offline Send Email
Mar 2, 2007
2:14 pm
58272
http://msdn.microsoft.com/library/?url=/workshop/author/dhtml/overview/activating_activex.asp...
bierkrat
Offline Send Email
Mar 2, 2007
3:12 pm
58273
Good Evening All, I'm having a bit of trouble getting my head round the JSVGCanvas. I wish to be able to draw on the canvas freely and create shapes such as...
ext.paterson
Offline Send Email
Mar 2, 2007
9:38 pm
58274
... <image xlink:href="foo.jpg" ... /> will put an image into the document, and PNG and JPG are required to be supported. Is that what you meant? cheers Chaals...
Charles McCathieNevile
charlesmccn
Offline Send Email
Mar 2, 2007
10:35 pm
58275
http://kirksaeter.com/SpeakerSelector/SpeakerSelector.html Those who have been here a while have seen the "Speaker Selector" before, and it has grown even more...
Doc
tcpcoder
Offline Send Email
Mar 3, 2007
1:11 am
58276
Andreas, I can confirm that <object name="svg0" data="any.svg" width="1000" height="610" type="image/svg+xml"></object> or document.write('<object name="svg0"...
domenico_strazzullo
domenico_str...
Offline Send Email
Mar 3, 2007
1:00 pm
58277
Didn't work for me: Win XP Pro SP2 - IE7 Error: Line 2 Character 1 Invalid character Al ... before, ... to know. ... only have...
Al Darby
ardarby
Offline Send Email
Mar 3, 2007
1:03 pm
58278
"I wish to be able to draw on the canvas freely and create shapes such as circles, lines and text by the use of a mouseOnclick, mouseDragged and mouseReleased....
ddailey
ddailey@...
Send Email
Mar 3, 2007
1:05 pm
58279
There must be something wrong with the popup panel. With square/small/stereo in Opera and FF only the first two selectors make the price change; in ASV they...
domenico_strazzullo
domenico_str...
Offline Send Email
Mar 3, 2007
1:56 pm
58280
Harvey, Is this the reply for SVG problem on Dual Core Machines ??? Regards/ BI ... From: Harvey Rayner <hrayner@...> To:...
Babar Iftikhar
babar_iftikh...
Offline Send Email
Mar 4, 2007
7:59 am
Messages 58250 - 58280 of 60470   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2007 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help