Hi everybody, I have a problem with changing the ASV's SRC from C#. If I use the code below, ReadyState is 4 right after the setSRC method, so it does not...
41350
"Eid, Øyvin...
oye@...
Apr 1, 2004 8:57 am
How can you tell when an <image> has loaded? I tried the onload event but it seems like it fires almost immediately, or at least way before the image file is...
41351
Arnaud CAYROL
arnaud_cayrol
Apr 1, 2004 9:19 am
Hi, anybody know a date for ASV6 release ? arnaud...
41352
Arnaud CAYROL
arnaud_cayrol
Apr 1, 2004 9:24 am
Hi, I m looking for an example of xforms in svg. Do you know an adress or a sample where i can find that ? Thank's Arnaud...
41353
"Eid, Øyvin...
oye@...
Apr 1, 2004 9:43 am
Has anyone come up with a better solution than what's described here? http://support.adobe.com/devsup/devsup.nsf/docs/52678.htm...
41354
Arnaud CAYROL
arnaud_cayrol
Apr 1, 2004 10:01 am
I have this problem too when i have a default or a percent size for my embed element. I solved it with a fixed size (width="800" height="600"). If you want to...
41355
Chris Peto
ressol2002
Apr 1, 2004 10:53 am
Hi, I print to an fixed iframe. Mit freundlichen Grüßen/Regards Chris Peto Freelance System Development ... Resource Solutions Germany Mobile: +49 (0) 173...
41356
"Eid, Øyvind&...
oye@...
Apr 1, 2004 11:03 am
http://kart.nois.no/test/print/svg.a0.htm uses a fixed size, but in the print preview the svg image is distorted on the first try. What attributes do you use...
41357
Lincoln Mitchell
lincmitch
Apr 1, 2004 11:25 am
There is an example in the book "SVG Unleashed". Lincoln Mitchell hm: 618 9250 6772 mb: 0414 286 433 email: lincoln@... web: www.linc.net.au ... From:...
41358
Vladimir E. Rodriguez
verodriguez@...
Apr 1, 2004 11:27 am
Hi, I am looking for an example of scroll bars, specifically, when I have an image, and this image is bigger than the space work. Image that you have an image...
41359
Jonathan Chetwynd
signbrowser
Apr 1, 2004 12:21 pm
Hilsen, take a look at http://www.peepo.co.uk As it happens on our html page we do suggest trying the plugin, but you could just as easily have a page of...
41361
Arnaud CAYROL
arnaud_cayrol
Apr 1, 2004 1:41 pm
My svg element : <svg preserveAspectRatio="xMidYMid meet" viewBox="[myXVB] [myYVB] [myWidthVB] [myHeightVB]" width="100%" height="100%" ...
41362
taojiang_2000
Apr 1, 2004 2:58 pm
I am trying to develop a SVG editor similar to SVG DRAW but with capability of using RCC element. The first step is to be able to load a SVG file with RCC...
41363
Peter Kalev
peterkalev2002
Apr 1, 2004 3:36 pm
Try putting an alert on the event handler to see if it fires before the image is actually visible. Peter Kalev Senior Web Developer, SWF, LLC ... From: "Eid,...
41364
Peter Kalev
peterkalev2002
Apr 1, 2004 3:40 pm
The problem with printing SVG's that I had was that they were stretching to fill the entire printed page (I had the dimensions 100%x100%, but the html page...
41365
andre m. winter
raxmapa
Apr 1, 2004 4:04 pm
hi, an <image> is an external ressource and that's why 'onload39; only handles the svg doc itself but no refernced ressources such as images or external css and...
41367
reto00dz
Apr 1, 2004 4:35 pm
How does the Roadmap continue with SVG on www.w3.org? http://www.w3.org/Graphics/SVG/Roadmap An update could help! Reto...
41368
Arnaud CAYROL
arnaud_cayrol
Apr 1, 2004 4:37 pm
I give you an example ... <html> <head> <script type="text/javascript"> <!-- function FreezeSize(bOn,ww,wh){ if(bOn){ var aww=ww,awh=wh; if(!ww)...
41369
Arnaud CAYROL
arnaud_cayrol
Apr 1, 2004 4:49 pm
Hi, thank's for your help, Could you give me this example or an other ? I just wan't to test XForms in SVG and see how it works. I'm not sure to use it, that's...
41370
Jaroslaw Michalowski
jarekjm
Apr 1, 2004 5:19 pm
Hello I have svg file with: min-x = 0; min-y = 0; width = 300; height = 200; In this file are data (for example point 900, 1200). All data (points) are bigger...
41371
Peter Kalev
peterkalev2002
Apr 1, 2004 5:36 pm
It is possible technically speaking, but in order to find the scale number you need to know what is the ratio between the original and the display rectangle...
41372
Jaroslaw Michalowski
jarekjm
Apr 1, 2004 6:31 pm
I know it, but it is much harder. I know the orginal size, is 2200x1700, but the data is placed on the center of 2200x1700 with width=300, height=200 (points...
41373
Peter Kalev
peterkalev2002
Apr 1, 2004 6:55 pm
OK, you must have a "transform" attribute inside the <g> that contains the "original" data Then you can use matrix, but I am too stupid for that so I prefer ...
41374
Jaroslaw Michalowski
jarekjm
Apr 1, 2004 7:19 pm
Hello No, no ,no Peter :) I say about something else. When I do what u say, data will be ok, but after this transformation i must cut some data from this file...
41375
Jonathan Chetwynd
signbrowser
Apr 1, 2004 7:21 pm
Dean, SVG Accessibility Techniques working draft was due Mar 2003, was it published? http://www.w3.org/Graphics/SVG/Roadmap Can't seem to locate it, that's me...
41376
pilatfr
Apr 1, 2004 7:41 pm
... <j.michalowski@i...> wrote: Why not use viewBox="0 0 2200 1700" ? Michel ... but after ... (in "square shape"), ... square ... (scale)? ... contains ... ...
41377
Jaroslaw Michalowski
jarekjm
Apr 1, 2004 7:56 pm
Because the area where svg data is: 300x200, and empty space exists round this data, i want stretch this data to area 300x200 Jarek ... From: "pilatfr"...
41378
Peter Kalev
peterkalev2002
Apr 1, 2004 7:58 pm
Use the large viewBox, but scale down the entire <embed> to fit in the desired space... Peter Kalev Senior Web Developer, SWF, LLC ... From: Jaroslaw...
41379
Jaroslaw Michalowski
jarekjm
Apr 1, 2004 8:26 pm
Peter i don't understand you. :( Please can you repeat it using example? Thanks Jarek ... From: "Peter Kalev" <peter@...> To:...
41380
Jerrold Maddox
jxm22
Apr 1, 2004 8:32 pm
The abstracts for presentations are due in about two weeks. I can't find how to submit one - is it there and I am missing it, or if not, when will the...