[svg-developers] Re: pb accents

2005-05-26 Thread jololivier
essaye ça dans ta déclarationde la balise xml

?xml version='1.0' encoding='iso-8859-1'?

--- In svg-developers@yahoogroups.com, Erwan TROEL [EMAIL PROTECTED] 
wrote:
 j' ai un pb avec les accents l'affichage ne marche pas pour les 
accents sur
 les e ,a .
 
 
 [Non-text portions of this message have been removed]




-
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/
 




[svg-developers] Re: magnifying glass

2005-05-18 Thread jololivier
Hi,
you can fin an other example on http://pilat.free.fr/
Click on Des routines javascript - SVG link (
Click on Une loupe déplaçable sur une image JPEG or Une loupe avec 
choix du fichier image link

 


--- In svg-developers@yahoogroups.com, Real, Peter [EMAIL PROTECTED] 
wrote:
 Hello, 
  
 I would like to add a magnifying glass effect for a map application. 
The
 user should be able to move a circle over the map. The area inside the
 circle should be magnified on a specific size. 
 I can remember that I saw an example for such a tool sometime in the
 past. 
 Can somebody here help me with an example or an idea how this could be
 implemented. 
  
 Greetings,
 Peter
  
  
 
 
 [Non-text portions of this message have been removed]




-
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/
 




[svg-developers] right click menu

2005-05-03 Thread jololivier
hello,

is that possible to add dynamically menu items to the right click menu?
Thanks a lot,
jollt





-
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/
 





[svg-developers] Re: call JS function from html ?

2005-02-28 Thread jololivier


Hi,
you have to connect svg funtion and javascript function in the init 
event of your SVG tag.

For example, you want to call the svg function svgToto from 
javascript :


javascript (in the main page) :
function toto (param1, param2)
{
window.htmlToto(param1, param2);
}


Svg (in the svg embeg page):
function svgToto (param1, param2)
{
...
}

function init(evt)
{
parent.htmlToto=svgToto;
}


When you call toto (param1, param2) in your main page, svgToto is 
launch.



--- In svg-developers@yahoogroups.com, Alex Ost. [EMAIL PROTECTED] 
wrote:
 
 Hi,
 
 It is easy to call a JS function defined in HTML from embedded SVG
 But, how do I do it when the function is defined in SVG and the 
call 
 should be from the html side or even from other frame?
 
 Help will be gratitude.
 
 10x in advanced





-
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/
 





[svg-developers] right click problem

2005-02-11 Thread jololivier


Hello,
I just notice that the onclick event of the svg tag is working with 
the left AND the right click :-(
I don't want to run the function of the onclick event when opening 
the contextual menu with the rigth click. I cannot find anything
Is there a solution to this problem?
Thanks a lot

Jérôme





-
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/
 





[svg-developers] Re: Travel map No 2

2005-02-08 Thread jololivier


Thank for your answer. Do you thinks it would be easy to add some 
circle to locate Macau and HK?


--- In svg-developers@yahoogroups.com, Philippe Lhoste [EMAIL PROTECTED] 
wrote:
 jololivier wrote:
  Searching for aSVG worldmap, I find yours. The new version is 
more 
  precise and complete than the first one, but some data have 
  disapear : Macau and Hong-kong are not present in the new 
version, 
  while they are in the first one.
  Is there a possibility to add them?
  
  Thanks a lot,
  
  Jérôme
 
 Old map had this data for Macau:
 path id=mo d=M 4688 2208 4688 2208 4689 2208 4689 2208 4688 
2208 /
 
 It has been replaced by:
 path id=mo d=M4688,2208h1Z/
 
 Which is equivalent, but only traces a small horizontal line, which 
 isn't visible on the map, alas.
 
 Hong-Kong (HK) is on the Iso list of countries, but doesn't seems 
to be 
 on the original map, hence it is not on the reduced one.
 
 I don't know if it is a political choice (not a good one as French 
 Dom-Tom islands are displayed), an overlook or if it is too small 
to be 
 displayed meaningfully (perhaps if it is smaller than Macau, thus 
 reduced to a single point, it has been automatically eliminated).
 
 -- 
 Philippe Lhoste
 --  (near) Paris -- France
 --  http://Phi.Lho.free.fr
 --  For servers mangling my From and Reply-To fields,
 --  please send private answers to PhiLho(a)GMX.net
 --  --  --  --  --  --  --  --  --  --  --  --  --  --





-
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/
 





[svg-developers] mouse position

2005-02-08 Thread jololivier


Hello,
I want to get the exact mouse position when my SVG map is in an embed 
tag (embed width=800 height=400 src=WorldMapSVG.asp) and 
using the viewbox option (svg id='WorldMap' xml:space='preserve'  
style='shape-rendering:geometricPrecision; text-
rendering:geometricPrecision; image-rendering:optimizeQuality;' 
viewBox='1430 1100 2900 2900').
Is there a magic formula?

Thanks a lot...







-
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/
 





[svg-developers] Re: Travel map No 2

2005-02-04 Thread jololivier


Hello,

Searching for aSVG worldmap, I find yours. The new version is more 
precise and complete than the first one, but some data have 
disapear : Macau and Hong-kong are not present in the new version, 
while they are in the first one.
Is there a possibility to add them?

Thanks a lot,

Jérôme

--- In svg-developers@yahoogroups.com, Jan-Klaas Kollhof 
[EMAIL PROTECTED] wrote:
 
 Hello,
 
  words, please replace the ZZ with Z in the paths...
 
 done 
 
  I saw a typo in your help: Selcect or deselect.
 
 fixed 
 
  The dumb one see no effect on the slashed O button... Is it 
supposed
 to deselect all?
 
 fixed 
 
 
  It would be nice to be able to select and copy the final string 
(but 
  there may be a problem of string length).
 
 hmm, could add that.
 
 
 
 
 Jan





-
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/