[svg-developers] Stopping back button in Safari

2012-04-03 Thread Chris Peto
Hi, Does anybody know how to, hopefully over js, stop the back button in Safari? Thanks, Chris [Non-text portions of this message have been removed] - To unsubscribe send a message to: svg-developers-unsubscr...@yahoogroups.com -or- vis

RE: [svg-developers] Support for Adobe SVG viewer dropped

2012-01-19 Thread Chris Peto
Hi, You also might think about using WebKit instead of IE webrowser control. Regards, Chris From: svg-developers@yahoogroups.com [mailto:svg-developers@yahoogroups.com] On Behalf Of David Dailey Sent: Donnerstag, 19. Januar 2012 13:31 To: svg-developers@yahoogroups.com Subject: RE: [sv

RE: [svg-developers] Re: No Keyboard Events

2011-09-15 Thread Chris Peto
This brings up a good question. When the user does highlight text, how can we get that event (onfocusin?) and text that they have highlighted? From: svg-developers@yahoogroups.com [mailto:svg-developers@yahoogroups.com] On Behalf Of random_transform Sent: Donnerstag, 15. September 2011 18:39 T

RE: [svg-developers] Re: IE9 and Quirks

2011-09-15 Thread Chris Peto
Well, that got it away from Quirks, but now it says IE7 Standard From: svg-developers@yahoogroups.com [mailto:svg-developers@yahoogroups.com] On Behalf Of Robert Longson Sent: Donnerstag, 15. September 2011 12:13 To: svg-developers@yahoogroups.com Subject: [svg-developers] Re: IE9 and Quirks

RE: [svg-developers] Re: IE9 and Quirks

2011-09-15 Thread Chris Peto
What should the DOCTYPE look like? From: svg-developers@yahoogroups.com [mailto:svg-developers@yahoogroups.com] On Behalf Of Robert Longson Sent: Donnerstag, 15. September 2011 11:35 To: svg-developers@yahoogroups.com Subject: [svg-developers] Re: IE9 and Quirks Hi, I think IE9 demands

RE: [svg-developers] IE9 and Quirks

2011-09-15 Thread Chris Peto
opers] IE9 and Quirks Can you explain how you're serving your document, what kind it is and what DOCTYPE you're including? On Wed, Sep 14, 2011 at 7:34 PM, Chris Peto wrote: > ** > > > Hi, > > I don't understand why IE9 goes to IE 9 Quirks mode, instead of IE9 >

[svg-developers] IE9 and Quirks

2011-09-14 Thread Chris Peto
Hi, I don't understand why IE9 goes to IE 9 Quirks mode, instead of IE9 standard, since svg is implemeted!? I have to go to F12 then IE9 standard. Can anyone explain that or tell me how to get it to go normal IE? Mit freundlichen Grüßen/Regards Chris Peto Freelance S

RE: [svg-developers] Re: No Keyboard Events

2011-09-14 Thread Chris Peto
@yahoogroups.com] On Behalf Of Jacob Beard Sent: Donnerstag, 15. September 2011 04:14 To: svg-developers@yahoogroups.com Subject: Re: [svg-developers] Re: No Keyboard Events Are there browsers that support SVG that do not also support addEventListener? On Wed, Sep 14, 2011 at 10:06 PM, Chris Peto

RE: [svg-developers] Re: No Keyboard Events

2011-09-14 Thread Chris Peto
he global scope. If that's the case, then your example might actually fail with a syntax error. Best, Jake On Wed, Sep 14, 2011 at 8:25 PM, Chris Peto wrote: > > > Hi, > > You will find that these work for all browsers: > > > document.rootElement.setAttribute("

RE: [svg-developers] Re: No Keyboard Events

2011-09-14 Thread Chris Peto
groups.com [mailto:svg-developers@yahoogroups.com] On Behalf Of Chris Peto Sent: Donnerstag, 15. September 2011 03:27 To: svg-developers@yahoogroups.com Subject: RE: [svg-developers] Re: No Keyboard Events Hi, I have my own focus system: //widget focusing var gFocusObj = null; functio

RE: [svg-developers] Re: No Keyboard Events

2011-09-14 Thread Chris Peto
Hi, I have my own focus system: //widget focusing var gFocusObj = null; function getFocus() { return gFocusObj; } //-- -- function setFocus(newfocusobject) { if(gFocusObj && gFocusObj.killFocus)

RE: [svg-developers] Re: No Keyboard Events

2011-09-14 Thread Chris Peto
Hi, You will find that these work for all browsers: document.rootElement.setAttribute("onkeypress","ecmascript:gKeyPress(evt);") ; document.rootElement.setAttribute("onkeydown","ecmascript:gKeyDown(evt);"); document['onkeypress'] = gKeyPress; document['onkeydown'] = gKeyDown; functio

[svg-developers] getting keyboard in Mobile Safari?

2011-07-21 Thread Chris Peto
Hi, Does anybody know how to get the keyboard to pop up with javascript without an input? Regards, Chris [Non-text portions of this message have been removed] - To unsubscribe send a message to: svg-developers-unsubscr...@yahoogroups.co

RE: [svg-developers] how can i resize my rectangle when rectanle is about 90 degree angle

2011-03-10 Thread Chris Peto
Hi, Please have a look at these functions from CGUI: /** @ -- @ Method: getUserCoordinate @ Description: gets x and y in user coordinates, i.e. when Zoomin in. @ Parameters: node - node for transformation @ x-

[svg-developers] Keyboard on iPod/iPhone

2011-01-19 Thread Chris Peto
Hi, I have an edit in svg. It shows up well in all browsers, but on iPhone/iPad the keyboard is not active. Is there a way to solve this? Mit freundlichen Grüßen/Regards Chris Peto Freelance System Development, Resource Solutions - Germany Mobile

RE: [svg-developers] SVG Zoom and pan

2011-01-05 Thread Chris Peto
Hi, Here is my viewBox example: http://www.resource-solutions.de/svg/viewbox/index.html Cheers, Chris From: svg-developers@yahoogroups.com [mailto:svg-develop...@yahoogroups.com] On Behalf Of Mr Rauf Sent: Mittwoch, 5. Januar 2011 05:54 To: svg-developers@yahoogroups.com Subject: [

RE: [svg-developers] onload not call by "back" button

2010-12-20 Thread Chris Peto
Hi, Sorry, that was "onload" by back and forward button is not always called? Regards, Chris From: svg-developers@yahoogroups.com [mailto:svg-develop...@yahoogroups.com] On Behalf Of Chris Peto Sent: Montag, 20. Dezember 2010 18:07 To: svg-developers@yahoogroups.com Sub

[svg-developers] onload not call by "back" button

2010-12-20 Thread Chris Peto
Hi, Does anybody know why Opera and others do not call "unload" by Back and Forward? Mit freundlichen Grüßen/Regards Chris Peto Freelance System Development, Resource Solutions - Germany [Non-text portions of this message have be

[svg-developers] IE8+ window.location

2010-12-20 Thread Chris Peto
Hi, I cannot set IE8 window.location. Is there some kind of security thing I can change? I must do it over javascript, any suggestions? Mit freundlichen Grüßen/Regards Chris Peto [Non-text portions of this message have been removed

RE: [svg-developers] Introducing me and my SVG toy

2010-12-06 Thread Chris Peto
Hi, Well, that's kinda cheating if you ask us. :) Right, David? Cheers, Chris From: svg-developers@yahoogroups.com [mailto:svg-develop...@yahoogroups.com] On Behalf Of Oliver Boermans Sent: Montag, 6. Dezember 2010 14:01 To: svg-developers@yahoogroups.com Subject: [svg-developers] In

RE: [svg-developers] Re: Centering SVG in iPads and iPhones

2010-12-02 Thread Chris Peto
hones --- In svg-developers@yahoogroups.com <mailto:svg-developers%40yahoogroups.com> , "Chris Peto" wrote: "on my iPod touch I just use the normal width="100%" height="100%" viewBox="0 0 X X" Then if should work iPhone too. Safari" That us

RE: [svg-developers] SVG tag support in chrome???

2010-11-30 Thread Chris Peto
... --- On Mon, 11/29/10, Chris Peto mailto:svgdev%40resource-solutions.de> > wrote: From: Chris Peto mailto:svgdev%40resource-solutions.de> > Subject: RE: [svg-developers] SVG tag support in chrome??? To: svg-developers@yahoogroups.com <mailto:svg-developers%40yahoogroups.com

RE: [svg-developers] SVG tag support in chrome???

2010-11-29 Thread Chris Peto
... --- On Mon, 11/29/10, Chris Peto mailto:svgdev%40resource-solutions.de> > wrote: From: Chris Peto mailto:svgdev%40resource-solutions.de> > Subject: RE: [svg-developers] SVG tag support in chrome??? To: svg-developers@yahoogroups.com <mailto:svg-developers%40yahoogroups.co

RE: [svg-developers] SVG tag support in chrome???

2010-11-29 Thread Chris Peto
??? Thanx for reply, No I did not,can u help me to find this exaample --- On Mon, 11/29/10, Chris Peto mailto:svgdev%40resource-solutions.de> > wrote: From: Chris Peto mailto:svgdev%40resource-solutions.de> > Subject: RE: [svg-developers] SVG tag support in chrome??? To: sv

RE: [svg-developers] SVG tag support in chrome???

2010-11-29 Thread Chris Peto
Hi, Did you not get my example? I did grouping without Use. Regards, Chris From: svg-developers@yahoogroups.com [mailto:svg-develop...@yahoogroups.com] On Behalf Of Mr Rauf Sent: Montag, 29. November 2010 11:17 To: svg-developers@yahoogroups.com Subject: Re: [svg-developers] SVG tag

RE: [svg-developers] Re: hasFeature doesn't work with Filter

2010-11-25 Thread Chris Peto
That works, but what is /SVGFE/.test ? I changed my example: http://labs.pixelfans.de/Twitterbird2_withJS.svg --- In svg-developers@yahoogroups.com <mailto:svg-developers%40yahoogroups.com> , "Erik Dahlstrom" wrote: > > On Thu, 25 Nov 2010 12:26:49 +0100, Chri

RE: [svg-developers] Drag more then ONE objects together or groups

2010-11-25 Thread Chris Peto
-developers@yahoogroups.com Subject: Re: [svg-developers] Drag more then ONE objects together or groups Might be better to use something like pastebin to share code samples: http://pastebin.com/ <http://pastebin.com/>Jake On Thu, Nov 25, 2010 at 1:28 PM, Chris Peto wrote: > > > H

RE: [svg-developers] Drag more then ONE objects together or groups

2010-11-25 Thread Chris Peto
Hi, Ok, last example, this one allows you to move a single object by mouse down and move or "lasso" objects, plus the selection rect resizes down to the selected objects. I have already sent this file to you, since Yahoo screws up the formatting, but I make it available to everyone here. http:

RE: [svg-developers] hasFeature doesn't work with Filter

2010-11-25 Thread Chris Peto
Hi, document.implementation.hasFeature("http://www.w3.org/TR/SVG11/feature#Filte r", "1.1") Comes back true in Opera, all others false. Cheers, Chris From: svg-developers@yahoogroups.com [mailto:svg-develop...@yahoogroups.com] On Behalf Of Andreas Sent: Donnerstag, 25. November 201

RE: [svg-developers] hasFeature doesn't work with Filter

2010-11-25 Thread Chris Peto
Hi Andreas, But, "window.onload = init;" is a little late? Are you sure it is even fired? Cheers, Chris From: svg-developers@yahoogroups.com [mailto:svg-develop...@yahoogroups.com] On Behalf Of Andreas Sent: Donnerstag, 25. November 2010 09:46 To: svg-developers@yahoogroups.com Subject: [svg-de

RE: [svg-developers] Drag more then ONE objects together or groups

2010-11-25 Thread Chris Peto
Hi, sending again with better formatting. I have made up a simple example of what I mean: http://www.w3.org/2000/svg"; xmlns:ev="http://www.w3.org/2001/xml-events"; xmlns:xlink="http://www.w3.org/1999/xlink"; onload="ecmascript:_onload(evt)" onmousedown="ecmascript:MouseDown(evt)" o

RE: [svg-developers] Drag more then ONE objects together or groups

2010-11-25 Thread Chris Peto
ctRect.getAttribute("y")); xpos += dx; ypos += dy; SelectRect.setAttribute("x", xpos); SelectRect.setAttribute("y", ypos); } } function MouseUp(evt) { if(bInDrawRect) { bInDrawRect = false; var selbbox = SelectRect.getBBox(); fo

RE: [svg-developers] Drag more then ONE objects together or groups

2010-11-24 Thread Chris Peto
correction In the first place your "oo" is already loaded, so it won't fire "load". From: svg-developers@yahoogroups.com [mailto:svg-develop...@yahoogroups.com] On Behalf Of Chris Peto Sent: Donnerstag, 25. November 2010 08:51 To: svg-developers@yahoogroups.com Sub

RE: [svg-developers] Drag more then ONE objects together or groups

2010-11-24 Thread Chris Peto
Hi, In the first place your "bar" is already loaded, so it won't fire "load". This is the way I do it: You have an svg with objects: - You make mousedown/mousemove/mouseup global handlers (usually it is best to make a rectangle in the background of the whole screen so that these will f

RE: [svg-developers] Drag more then ONE objects together or groups

2010-11-24 Thread Chris Peto
Hi, But with what code are you having trouble? Regards, Chris From: svg-developers@yahoogroups.com [mailto:svg-develop...@yahoogroups.com] On Behalf Of Mr Rauf Sent: Donnerstag, 25. November 2010 07:13 To: svg-developers@yahoogroups.com Subject: [svg-developers] Drag more then ONE obje

[svg-developers] focusHighlight must be inheritable

2008-09-23 Thread Chris Peto
this new feature can be used, so back to IE and ASV. Not good! This also goes for “focusable” attribute. Mit freundlichen Grüßen/Regards Chris Peto Freelance System Development, Resource Solutions - Germany Mobile: +49 (0) 173 308 7843 Tel:+49(0) 6103

[svg-developers] focusHighlight must be inheritable

2008-09-23 Thread Chris Peto
can be used, so back to IE and ASV. Not good! Mit freundlichen Grüßen/Regards Chris Peto Freelance System Development, Resource Solutions - Germany Mobile: +49 (0) 173 308 7843 Tel:+49(0) 6103 80 21 98 http://www.resource-solutions.de <h

RE: [svg-developers] Question about Opening and Saving a SVG file

2007-10-30 Thread Chris Peto
Hi, It all depends on which database. MySql uses "Blob" for Binary Block Data and SQL Server uses IMAGE. Then you have to create your sql statement and download the binary data with functions like ODBC's SQLPutData (MSCV), should be something similar in ASP.net. Hope this helps. Chris

RE: [svg-developers] SVG countdown

2007-10-09 Thread Chris Peto
Hi, Try: var obj = document.getElementById("texte"); if(obj && obj.firstChild) obj.firstChild.data = time; Regrads, Chris From: svg-developers@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Rémi Boulle Sent: Montag, 8. Oktober 2007 21:32 To: svg-developers@yahoogroups.com

RE: [svg-developers] WSIWYG Editor

2007-10-04 Thread Chris Peto
Check out these links below SVG editor: http://www.resource-solutions.de/svgeditor/main.svg SVG Editor Mac Skins: <http://www.resource-solutions.de/svgeditor_mac/main.svg> http://www.resource-solutions.de/svgeditor_mac/main.svg Mit freundlichen Grüßen/Regards Chris Peto Fre

RE: [svg-developers] SVG editor

2007-09-20 Thread Chris Peto
svg> http://www.resource-solutions.de/svgeditor_mac/main.svg <mailto:[EMAIL PROTECTED]> mailto:[EMAIL PROTECTED] Mit freundlichen Grüßen/Regards Chris Peto Freelance System Development, Resource Solutions - Germany Mobile: +49 (0) 173 308 7843 Tel:+4

RE: [svg-developers] ASV6 parseXML Problem

2007-04-27 Thread Chris Peto
Hi, Make sure that you are loading a document fragment. That would mean you cannot have a DTD. Mit freundlichen Grüßen/Regards Chris Peto Freelance System Development, Resource Solutions - Germany Mobile: +49 (0) 173 308 7843 Tel:+49(0) 6103 80 21 98 http

[svg-developers] CGUI applications and examples

2007-04-12 Thread Chris Peto
Hi, Just wanted to let everyone know I have worked over all CGUI examples to work in ASV and Opera, FF still needs some work. Applications: * SVG Editor <http://resource-solutions.de/svgeditor/main.svg> - From resource-solutions.de (Chris Peto, ASV and Opera) * SVG Editor (Ma

RE: [svg-developers] Opera key events

2007-04-11 Thread Chris Peto
2007 10:39:10 +0200, Chris Peto <[EMAIL PROTECTED]> wrote: > Hi All, > > I CGUI I have an edit that should take numbers and characters, but some > of > the numbers are shortcuts in Opera, therefore my edit gets the character > but > Opera also handles the shortcut,

[svg-developers] Opera key events

2007-04-11 Thread Chris Peto
Grüßen/Regards Chris Peto Freelance System Development, Resource Solutions - Germany Mobile: +49 (0) 173 308 7843 Tel:+49(0) 6103 80 21 98 http://www.resource-solutions.de <http://www.resource-solutions.de/> SVG editor: http://www.resource-soluti

[svg-developers] CGUI (CSVGUI in SourceForge) now avaliable

2007-04-05 Thread Chris Peto
Hi Everybody, CGUI (SourceForge project CSVGUI) now available. http://csvgui.sourceforge.net/ Mit freundlichen Grüßen/Regards Chris Peto Freelance System Development, Resource Solutions - Germany Mobile: +49 (0) 173 308 7843 Tel:+49(0) 6103 80 21 98

RE: [svg-developers] HTML-SVG in Firefox

2007-03-29 Thread Chris Peto
Hi, Why do you even have to use getSVGDocument. The document is the svg document and root is document.documentElement. Cheers, Chris -Original Message- From: svg-developers@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Olaf Schnabel Sent: Donnerstag, 29. März 2007 14:47 To:

[svg-developers] CGUI

2007-03-27 Thread Chris Peto
/sliderzoom.svg Opera - 100%, FireFox - 95% (animation by edit, problem with use), IE 6 + 7 ASV - 100% Soon, it should be showing up in SourceForge. Mit freundlichen Grüßen/Regards Chris Peto Freelance System Development, Resource Solutions - Germany Mobile: +49 (0

RE: [svg-developers] Re: Consumer price index evaluation tool using svg

2007-02-28 Thread Chris Peto
Hi, The tool looks ok. To bad they did not use a clipping path so that by zooming the line does not go off the chart. Cheers, Chris -Original Message- From: svg-developers@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of pilatfr Sent: Mittwoch, 28. Februar 2007 00:25 To: svg-

RE: [svg-developers] Re: SVG on Dual Core Machines ?

2007-02-27 Thread Chris Peto
ions are faster than the previous ones. Safari on the Mac is f.e. very fast when creating new elements per script, often faster than ASV. But in some cases ASV is still faster. Depends ... Andreas --- In svg-developers@ <mailto:svg-developers%40yahoogroups.com> yahoogroups.com, "Chr

RE: [svg-developers] passing javascript variables to another page

2007-02-27 Thread Chris Peto
Hi Harvey, What are you using as browser. I remember there was a problem with FF and onload being called to soon. I worked around it by trying get something that I knew was in the svg. If it was not found then I did a timeout and tried until everything was loaded. Cheers, Chris -Origi

RE: [svg-developers] Re: SVG on Dual Core Machines ?

2007-02-27 Thread Chris Peto
@yahoogroups.com Subject: Re: [svg-developers] Re: SVG on Dual Core Machines ? On Tue, 27 Feb 2007 11:29:49 +0100, Antoine Quint <[EMAIL PROTECTED] <mailto:ml%40graougraou.com> com> wrote: > On 27 févr. 2007, at 11:15, Chris Peto wrote: > >> Unfortunetly, all these implementations t

RE: [svg-developers] Re: SVG on Dual Core Machines ?

2007-02-27 Thread Chris Peto
Hi, Unfortunetly, all these implementations that you refer to are too slow. I hope these implementations will work on performance soon or are already. Cheers, Chris -Original Message- From: svg-developers@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Andreas Neumann Sent: Di

RE: [svg-developers] Access denied in FireFox

2006-04-06 Thread Chris Peto
Hi, Nevermind, FireFox's was because the frames were in different domains. IE 7 won't allow either, different or same domain frames to talk (at least SVG to HTML). Cheers, Chris -Original Message- From: svg-developers@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of

[svg-developers] Access denied in FireFox

2006-04-06 Thread Chris Peto
Hi, I am trying to use another frame from svg in FireFox ans IE 7, but I get access denied: var woWin = open("",'woFrame'); //ok, get window if(woWin) woWin.sendRequest('planeInfo','type=all', true); //get access denied parent.frames['woFrame'].sendRequest('planeInfo','type=all', true); //get

[svg-developers] FireFox native SVG, Hats Off!!!

2006-04-06 Thread Chris Peto
have made it possible. Keep up the great work! Mit freundlichen Grüßen/Regards Chris Peto [EMAIL PROTECTED] www.vectoreal.com ...for scalable solutions. - Germany Mobile: +49 (0) 173 308 7843 Tel:+49(0) 6103 80 21 98 [Non-text portions of this message

RE: [svg-developers] firefox svg support

2006-03-06 Thread Chris Peto
I guess I found it: http://developer.mozilla.org/en/docs/SVG_in_Firefox_1.5 Cheers, Chris -Original Message- From: svg-developers@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Chris Peto Sent: Montag, 6. März 2006 22:47 To: svg-developers@yahoogroups.com Subject: RE: [svg

RE: [svg-developers] firefox svg support

2006-03-06 Thread Chris Peto
Sorry, that was *complete* implemented features of FireFox 1.5.0.1's svg? -Original Message- From: svg-developers@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Chris Peto Sent: Montag, 6. März 2006 22:40 To: Svg-Developers Subject: [svg-developers] firefix svg support Hi,

[svg-developers] firefix svg support

2006-03-06 Thread Chris Peto
Hi, Does anybody know were to find the *complete* implemented features of firefire 1.5.0.1? Thanks, Chris [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

FW: [svg-developers] question for svg experts

2005-11-07 Thread Chris Peto
Hi, I like keeping my objects in javascript and manipulating the svg. Then you only need to make calls to the objects when the svg changes, i.e. width and height of an object. Mit freundlichen Grüßen/Regards Chris Peto [EMAIL PROTECTED] www.vectoreal.com ...for scalable solutions

[svg-developers] [OT] re: wish list

2005-11-06 Thread Chris Peto
Hi Folks, My recent mail on "Wish List" web site was not intented as spamm or is related to Vectoreal. I just thought that, it getting close to Christmas, everyone on the list could enjoy it. Regards, Chris [Non-text portions of this message have been removed] Yaho

[svg-developers] free "Wish List" or "Gift Registry" site

2005-11-06 Thread Chris Peto
Hi All, I just started a free "Wish List" or "Gift Registry" site. Check it out and tell a Friend http://www.whatmakesmehappy.biz Mit freundlichen Grüßen/Regards Chris Peto Founding Partner, Vectoreal - Germany Mobile: +49 (0) 173 308 784

RE: [svg-developers] [PROP:] SVG-DEV DAY(S) - PARIS

2005-08-25 Thread Chris Peto
Hi Boarlicker, I can't speak French :( But, I'd love to go anyways! Mit freundlichen Grüßen/Regards Chris Peto Founding Partner, Vectoreal - Germany Mobile: +49 (0) 173 308 7843 Tel:+49(0) 6103 80 21 98 www.vectoreal.com mailto:[EMAIL

RE: [svg-developers] Interactive Floor Plans for Emergency Management

2005-08-22 Thread Chris Peto
Sorry folks, This was not meant to go to the list. I apologize. Chris -Original Message- From: svg-developers@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Chris Peto Sent: Montag, 22. August 2005 20:03 To: svg-developers@yahoogroups.com Subject: RE: [svg-developers

RE: [svg-developers] Interactive Floor Plans for Emergency Management

2005-08-22 Thread Chris Peto
Hi Peter, If you guys want any help on real-time systems and SVG don't hesitate to ask me. Mit freundlichen Grüßen/Regards Chris Peto Freelance System Development, Resource Solutions Founding Partner, Vectoreal - Germany Mobile: +49 (0) 173 308 7843 Te

RE: [svg-developers] Interactive Floor Plans for Emergency Management

2005-08-21 Thread Chris Peto
Hi, See my presentation fro SVG Open 2005 on GEMOS Building Management System: http://www.svgopen.org/2005/papers/GEMOSBuildingManagementSystemSVGInter face/ Mit freundlichen Grüßen/Regards Chris Peto Founding Partner, Vectoreal - Germany Mobile: +49 (0

RE: [svg-developers] Runtime error r6025 - Any idea ?!?

2005-08-12 Thread Chris Peto
I would say that the arrows are not part of you window and do not move up with it. Just add them in the group. Chris -Original Message- From: svg-developers@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of alixe Sent: Freitag, 12. August 2005 19:35 To: svg-developers@yahoogroups.c

RE: [svg-developers] Runtime error r6025 - Any idea ?!?

2005-08-12 Thread Chris Peto
Hi Alixe, I use win XP sp2, IE 6.0 sp2 with ASV 3.02 and have no problems with "pure virtual function call", but the arrows are appearing very strang for the right windows when rolled up, so I would look there. Chris -Original Message- From: svg-developers@yahoogroups.com [mailto:[EMAI

RE: [svg-developers] Re: how to write to a file using posturl()

2005-08-12 Thread Chris Peto
and what does your php file look like? Chris -Original Message- From: svg-developers@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Chris Peto Sent: Freitag, 12. August 2005 10:47 To: svg-developers@yahoogroups.com Subject: RE: [svg-developers] Re: how to write to a file using

RE: [svg-developers] Re: how to write to a file using posturl()

2005-08-12 Thread Chris Peto
alert(urlRequestStatus.content); } } } which shows whole php file content. Would some mismatch with my webserver, as I am not using standardized webserver, I have NCServer, which is an ISV webserver. I would really appreciate it if you can enlighten me a li'l bit more... D Dave --- In svg

RE: [svg-developers] how to write to a file using posturl()

2005-08-10 Thread Chris Peto
HI DD, Best way is to post to a server scripting, i.e. PHP: function MyObj(msg) { this.msg = msg } MyObj.prototype.operationComplete = function(urlRequestStatus) { //alert(this.msg+" "+status); //alert(this.msg+" "+urlRequestStatus); if(urlRequestStatus.success)

RE: [svg-developers] Re: Newbie SVG Developer

2005-08-03 Thread Chris Peto
Hi, Just Use Apache Foreign Object Processor (FOP) for svg->pdf, it works great and has svg examples with it. Mit freundlichen Grüßen/Regards Chris Peto Freelance System Development, Resource Solutions Founding Partner, Vectoreal - Germany Mobile: +49

FW: [svg-developers] onKeyDown

2005-07-05 Thread Chris Peto
Hi, The svg has to have focus and the mouse over it to get key events. Regards- Chris Peto Founding Partner, Vectoreal Tel: +491733087843 Fax: +496103802516 Web: www.vectoreal.com <http://www.vectoreal.com/> Mail: [EMAIL PROTECTED] -Original Message

RE: [svg-developers] Beginners question

2005-06-23 Thread Chris Peto
www.resource-solutions.de/svgeditor_mac/main.svg Mit freundlichen Grüßen/Regards Chris Peto Freelance System Development, Resource Solutions Founding Partner, Vectoreal - Germany Mobile: +49 (0) 173 308 7843 Tel:+49(0) 6103 80 21 98 <http://www.resource-solu

RE: [svg-developers] Link to external SVG fails. What whould be correct URI?

2005-06-20 Thread Chris Peto
Hi, To be more exact you would have to append the file with getURL(ref,svg)...parseXML and apppendChild()... then just use #simpleStar. -Original Message- From: svg-developers@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of agoussia Sent: Montag, 20. Juni 2005 13:02 To: svg-develo

RE: [svg-developers] Link to external SVG fails. What whould be correct URI?

2005-06-20 Thread Chris Peto
Hi, ASV 3.x does not support external refrences with #, only the whole file. Mit freundlichen Grüßen/Regards Chris Peto Freelance System Development, Resource Solutions Founding Partner, Vectoreal - Germany Mobile: +49 (0) 173 308 7843 Tel:+49(0) 6103 80 21

RE: [svg-developers] Printing SVG

2005-06-15 Thread Chris Peto
Hi, There are many possible asnwers to this question, unfortunetly they depend on more info. How is your svg loaded? Is it reloaded by printing? More info is required. Mit freundlichen Grüßen/Regards Chris Peto Freelance System Development, Resource Solutions Founding Partner, Vectoreal

RE: [svg-developers] About getURL() method

2005-04-27 Thread Chris Peto
Hi, I have an Array in js and I make one call and when it is finished then I make the next until my Array of requests is finished. Mit freundlichen Grüßen/Regards Chris Peto Freelance System Development, Resource Solutions Founding Partner, Vectoreal

RE: [svg-developers] Re: DWG to SVG

2005-04-25 Thread Chris Peto
;V1=365318&CID=143854&DSP=&CUR=978&PGRP=0&CACHE_ID=143854 and: http://sourceforge.net/projects/dxf2svg <http://dxf2svg.sourceforge.net/> and http://brightergraphics.co.uk/guthrie/dwgconvert.htm Mit freundlichen Grüßen/Regards Chris Peto

RE: [svg-developers] Re: MHTML (web Archive) / SVG / Javascript problem --Solution

2005-04-12 Thread Chris Peto
An example is always best. Maybe you could provide a URL? Mit freundlichen Grüßen/Regards Chris Peto Freelance System Development, Resource Solutions Founding Partner, Vectoreal - Germany Mobile: +49 (0) 173 308 7843 Tel:+49(0) 6103 80 21 98 http

RE: [svg-developers] Re: MHTML (web Archive) / SVG / Javascript problem -- Getting Closer!

2005-04-12 Thread Chris Peto
Hi, "Unspecified error", I got, with parseXML on a svg that was not UTF-8. So maybe your input svg did change. I would check it. Mit freundlichen Grüßen/Regards Chris Peto Freelance System Development, Resource Solutions Founding Partner,

RE: [svg-developers] Re: MHTML (web Archive) / SVG / Javascript problem

2005-04-12 Thread Chris Peto
Hi, I have small examples of accessing a embed in IE and ASV3.x: http://www.resource-solutions.de/svg/meldermover/index.htm or http://www.resource-solutions.de/svg/viewbox_map/ Mit freundlichen Grüßen/Regards Chris Peto Freelance System Development, Resource Solutions Founding

RE: [svg-developers] Re: Using SVG Viewer as drawing application

2005-04-11 Thread Chris Peto
vg> Mit freundlichen Grüßen/Regards Chris Peto Freelance System Development, Resource Solutions Founding Partner, Vectoreal - Germany Mobile: +49 (0) 173 308 7843 Tel:+49(0) 6103 80 21 98 http://www.resource-solutions.de <http://www.resource-s

RE: [svg-developers] Re: Directing focus to the SVG view on document load

2005-03-22 Thread Chris Peto
Hi, In your onload function call focus(); at the end. Mit freundlichen Grüßen/Regards Chris Peto Freelance System Development, Resource Solutions Founding Partner, Vectoreal - Germany Mobile: +49 (0) 173 308 7843 Tel:+49(0) 6103 80 21 98 http

RE: [svg-developers] Re: Zoom / Viewbox

2005-03-22 Thread Chris Peto
Hi, I believe it is in the HTML. Mit freundlichen Grüßen/Regards Chris Peto Freelance System Development, Resource Solutions Founding Partner, Vectoreal - Germany Mobile: +49 (0) 173 308 7843 Tel:+49(0) 6103 80 21 98 http://www.resource-solutions.de

RE: [svg-developers] Re: Zoom / Viewbox

2005-03-22 Thread Chris Peto
Hi, did you download the JS script that is used in my example? View the source of the SVG then see the path to script and type in the url I gave plus the name of the JS file. Mit freundlichen Grüßen/Regards Chris Peto Freelance System Development, Resource Solutions Founding Partner

RE: Re[2]: [svg-developers] Zoom / Viewbox

2005-03-22 Thread Chris Peto
ing to how large your map is, you will want to only load certain layers depending on zoom. Mit freundlichen Grüßen/Regards Chris Peto Freelance System Development, Resource Solutions Founding Partner, Vectoreal - Germany Mobile: +49 (0) 173 308 7843 Tel:+49(0)

RE: [svg-developers] How to use postURL() - function

2005-03-22 Thread Chris Peto
Hi, Did you try without brackets: postURL(url,xmlstr,SaveCallback,'text/plain'); If XP then it might also be your url, try full with port: url='http://localhost:80/Travelbook/tripplan.php'; Mit freundlichen Grüßen/Regards Chris Peto Freelance System Development

RE: [svg-developers] Zoom / Viewbox

2005-03-22 Thread Chris Peto
Hi, Here is a good example: www.resource-solutions.de/svg/viewbox_map To control only map do viewBox manipulation. Mit freundlichen Grüßen/Regards Chris Peto Freelance System Development, Resource Solutions Founding Partner, Vectoreal - Germany

RE: [svg-developers] SVG Open 2005 - Fun for the whole family

2005-03-18 Thread Chris Peto
animation. 2. After I get design and layout the way I want it, I open it in a text editor. 3. Here I can play with animation and do minor changes to things like text. Mit freundlichen GrÃÃen/Regards Chris Peto Freelance System Development, Resource Solutions Founding Partner,

RE: [svg-developers] SVG Open 2005 - Fun for the whole family

2005-03-18 Thread Chris Peto
Hi, Had to make two versions: without SMIL http://www.resource-solutions.de/countdown/svgopen2005countdown.html and with SMIL http://www.resource-solutions.de/countdown/svgopen2005countdown_with_smi l.html Mit freundlichen Grüßen/Regards Chris Peto Freelance System Development, Resource

RE: [svg-developers] SVG Open 2005 - Fun for the whole family

2005-03-17 Thread Chris Peto
HI Cameron, Thanks. I will leave the MS thingy to your imagination. :) Mit freundlichen Grüßen/Regards Chris Peto Freelance System Development, Resource Solutions Founding Partner, Vectoreal - Germany Mobile: +49 (0) 173 308 7843 Tel:+49(0) 6103 80 21

[svg-developers] SVG Open 2005 - Fun for the whole family

2005-03-17 Thread Chris Peto
Hi All, Here is a little something that I made up to have some fun with the SVG Open 2005. Hope you enjoy! http://www.resource-solutions.de/countdown/svgopen2005countdown.html Mit freundlichen Grüßen/Regards Chris Peto Freelance System Development, Resource Solutions Founding Partner

RE: [svg-developers] UTF-8

2005-03-14 Thread Chris Peto
FYI, I tried it on XMLSpy 2005, Phase 5, and PSPad. Mit freundlichen Grüßen/Regards Chris Peto Freelance System Development, Resource Solutions Founding Partner, Vectoreal - Germany Mobile: +49 (0) 173 308 7843 Tel:+49(0) 6103 80 21 98 http://www.resource

[svg-developers] UTF-8

2005-03-14 Thread Chris Peto
Hi All, I am loading a document with UTF-8, but none of the programs that I try, i.e. XMLSpy, will accept it as UTF-8 unless the file starts with "0xEF0xBB0xBF" before the Tel:+49(0) 6103 80 21 98 http://www.resource-solutions.de http://www.vectoreal.com SVG editor: http://www.resource-solutions.

RE: [svg-developers] Re: Print svg image

2005-03-10 Thread Chris Peto
Hi, Like I said if you print only the SVG it will get distorted, anyways you can call self.print() direct in svg menu or JS. No need to call from HTML. Mit freundlichen Grüßen/Regards Chris Peto Freelance System Development, Resource Solutions Founding Partner, Vectoreal

RE: [svg-developers] Re: Print svg image

2005-03-10 Thread Chris Peto
loaded = 1; } In HTML: var svgloaded=0; _onload(e) { if(!svgloaded) { setTimeout(1000,"_onload()"); return; } self.print(); }//_onload Hope this helps. Not sure of setTimeout parameter order (just took it off the top of my head). Mit freundlichen Grüßen/Regards Chris P

RE: [svg-developers] Print svg image

2005-03-10 Thread Chris Peto
Hi, document.print(); Make sure you have your svg in a frame or iframe so that it will not get distorted by printing. Mit freundlichen Grüßen/Regards Chris Peto Freelance System Development, Resource Solutions Founding Partner, Vectoreal - Germany

RE: [svg-developers] Namespace Access is denied

2005-03-09 Thread Chris Peto
Hi, You have to use the full URL to popup. open("http://server:port/xxx.svg";, ...); Mit freundlichen Grüßen/Regards Chris Peto Freelance System Development, Resource Solutions Founding Partner, Vectoreal - Germany Mobile: +49 (0) 173 308 78

RE: [svg-developers] ANN: Some tools about drawing and maths

2005-03-01 Thread Chris Peto
after mouse down on red dot set the object, hopefully js class, in your mouse listening and when mousemove comes send it to it. My 2 cents. Mit freundlichen Grüßen/Regards Chris Peto Freelance System Development, Resource Solutions Founding Partner, Vect

  1   2   >