[svg-developers] Re: SVG authoring - web based applications

2006-10-08 Thread jophof007
Hi, Look at open-modeling see http://open-modeling.sourceforge.net A diagrameditor in SVG rules of drawing and symbol shapes stored in the database. John --- In svg-developers@yahoogroups.com, Jonathan Chetwynd [EMAIL PROTECTED] wrote: SVG authoring - web based applications anyone know of

[svg-developers] YUI eventmodel trail

2006-08-18 Thread jophof007
Hi, I want to use the YUI lib in a SVG environment. I started with the eventmodel. ?xml version=1.0 encoding=ISO-8859-1 standalone=no ? !DOCTYPE svg PUBLIC -//W3C//DTD SVG 20010904//EN http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd; [ ] svg onload=YAHOO.example.dom.init (evt)

[svg-developers] Re: Need for SVG Transport

2006-07-05 Thread jophof007
Hi, If you are running in a browser you can got to the DOM tree of an element and can convert DOM to svg automaticly (by means of small javascript routine scanning the DOM tree) and save it or send it by email. If the display is not SVG it will be harder to do. John Ophof

[svg-developers] Re: Firefox on MacOSX, or is it Intel-related?

2006-07-04 Thread jophof007
Hi, Not intel related I am running both! John --- In svg-developers@yahoogroups.com, Jonathan Chetwynd [EMAIL PROTECTED] wrote: Guy, my guess is that it's intel related. I marginally prefer firefox over opera, primarily because the bug reporting is public. svg support is similar

[svg-developers] Re: SVG Textbox and other GUI Elements

2006-05-11 Thread jophof007
Hi, Indeed a great framework! I try to look at solutions define once and run in multiple environments. If I look at the Yahoo library UI it has a lot of possibilities to define the GUI. It would be nice to use onde definition and render it as SVG or as normal DHTML. Any plans in that direction.

[svg-developers] Re: question about intersections

2006-04-25 Thread jophof007
Hi, We need intersecitons a lot of times to make our diagram editors and we use the Kevin Linssey library for it. See his library 2d.js (intersections of every possible SVG elements including Path). John Ophof http://open-modeling.sourceforge.net --- In svg-developers@yahoogroups.com,

[svg-developers] Re: SVG Flow chart from an XML file

2006-04-14 Thread jophof007
Hi, You can use open modeling for that. Open modeling needs a XML file containing the logical connections and our renderer generates an flowchart. The XML we need looks likes this. diagram symbol !-- Path definitions of the symbols defined in the heading -- /symbol step input !-- to the

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

2006-04-06 Thread jophof007
Hi, Indeed we had the same experience the SVG implementation and we hardly needs some codeforks. Differences were in the areas of getStyle, getBBox, eventhandling (not so accurate when clicking on small objects as line or small squares). For all things a solution was found to let it work in

[svg-developers] Re: Svg right-click menu

2006-04-06 Thread jophof007
Hi, We made a way to use one function which is building the menu in memory and different technical implementations when running firefox. If people are interested I can make a quick sample file to say what I am trying to say. John Ophof http://open-modeling.sourceforge.net --- In

[svg-developers] Generate event, firing an event

2006-02-24 Thread jophof007
Hi, Is it possible to generate an event in Adobe SVG plug-inn. I want to generate the onmousedown event, to show the contextmenu on demand. Due to timing isssues (the contextmenu is drawn in a callback routine of getURL) we must fire it on demand. John http://open-modeling.sourceforge.net

[svg-developers] Re: SVG to DWG

2006-01-10 Thread jophof007
Hi, You can use FOP part of the apache project. We use it in our open source software to convert diagrams, like flowcharts, organization charts, entity relationship diagrams to PDF. You can found FOP here: http://xmlgraphics.apache.org/fop/ John http://open-modeling.sourceforge.net - -- In

[svg-developers] Re: printing from browser on Mac

2006-01-04 Thread jophof007
funky. AARG!!! I love svg because I can use a program to generate maps like the crop map. But I do get frustrated when I can't do simple things, like print the map. TIA Russ . --- In svg-developers@yahoogroups.com, jophof007 [EMAIL PROTECTED] wrote: Hi, Firefox supports

[svg-developers] Re: printing from browser on Mac

2006-01-03 Thread jophof007
Hi, Firefox supports native SVG on the Mac (no plug-inn needed). Printing can be done by FOP (convert SVG to PDF on the server). John http://open-modeling.sourceforge.net --- In svg-developers@yahoogroups.com, russellgum [EMAIL PROTECTED] wrote: Is there a Mac browser that can print an svg

[svg-developers] Contextmenu firefox 1.5

2005-12-11 Thread jophof007
Hi, I have a XML file loading mixed page something like this: html xmlns=http://www.w3.org/1999/xhtml; body oncontextmenu='return (false) ' link href=../../include/contextmenu/contextmenu.css rel=stylesheet type=text/css / svg xmlns=http://www.w3.org/2000/svg;

[svg-developers] Re: Firefox 1.5 with SVG now officially released

2005-11-30 Thread jophof007
Hi, We want to use inline SVG with Ffx and studied http://svg-whiz.com/wiki/index.php?title=Inline_SVG when I run the example on that page it is rendered OK but Ffx browserx first thinks what to do with it (download, open etc dialogue). I configured Apache and Tomcat according to the Wiki page

[svg-developers] Inline SVG Tomcat Apache

2005-11-29 Thread jophof007
Hi, I have made a xhtml document put on the webserver. Apache and Tomcat running OK. To let inline SVG work I have made a document with extension .xhtml. The file is loaded in the browser as a document (with save etc dialogue), I want to treat that kind of pages like html pages. I put .htaccess

[svg-developers] Inline SVG and events

2005-11-26 Thread jophof007
Hi, I saw on Doug Schepers site that events in ASV3 are targetting to the top element. If we use firefox 1.5 are the events on the elements as expected? John Yahoo! Groups Sponsor ~-- Get fast access to your favorite Yahoo! Groups. Make Yahoo!

[svg-developers] Re: Inline SVG and events

2005-11-26 Thread jophof007
:55, jophof007 a écrit : Hi, I saw on Doug Schepers site that events in ASV3 are targetting to the top element. If we use firefox 1.5 are the events on the elements as expected? John Yes (most of the time

[svg-developers] Re: Get the sourcename of the svg file to get the querystring

2005-11-02 Thread jophof007
. John --- In svg-developers@yahoogroups.com, Jonathan Watt [EMAIL PROTECTED] wrote: In Moz it definately includes the querystring. I just tested it in ASV 3.03to see if it gets this wrong, but in my test it also includes the querystring. -Jonathan On 10/19/05, jophof007 [EMAIL PROTECTED

[svg-developers] Get the sourcename of the svg file to get the querystring

2005-10-19 Thread jophof007
Hi, Does any one has an example of getting the source name (I think it must be done with .getSrc () ) of the svg file. The code must run in the SVG file (running Adobe but a problem that runs fine in Firefox Beta would also be nice). If I have the name of the file. I can get the querystring

[svg-developers] Re: Get the sourcename of the svg file to get the querystring

2005-10-19 Thread jophof007
To quick with answere only the svg file is reported (without the querystring). J --- In svg-developers@yahoogroups.com, Jonathan Watt [EMAIL PROTECTED] wrote: Are you looking for document.URL On 10/19/05, jophof007 [EMAIL PROTECTED] wrote: Hi, Does any one has an example of getting

[svg-developers] Re: Get the sourcename of the svg file to get the querystring

2005-10-19 Thread jophof007
-modeling.sourceforge.net --- In svg-developers@yahoogroups.com, Jonathan Watt [EMAIL PROTECTED] wrote: In Moz it definately includes the querystring. I just tested it in ASV 3.03to see if it gets this wrong, but in my test it also includes the querystring. -Jonathan On 10/19/05, jophof007 [EMAIL

[svg-developers] Re: Get the sourcename of the svg file to get the querystring

2005-10-19 Thread jophof007
Thanx fellow! --- In svg-developers@yahoogroups.com, Jonathan Watt [EMAIL PROTECTED] wrote: Are you looking for document.URL On 10/19/05, jophof007 [EMAIL PROTECTED] wrote: Hi, Does any one has an example of getting the source name (I think it must be done with .getSrc

[svg-developers] Re: Deerpark SVG and Kevlin 2djs lib

2005-08-24 Thread jophof007
Jim. I changed the server and http://www.openmodeling.info/svg/linegui.svg works for me in Deerpark fine now. John --- In svg-developers@yahoogroups.com, jophof007 [EMAIL PROTECTED] wrote: Jim, You are right the content type is defined at the server I learned. I can not change that easily

[svg-developers] Re: Deerpark SVG and Kevlin 2djs lib

2005-08-23 Thread jophof007
but you got the idea. The code is the same as Kevlin's library. J --- In svg-developers@yahoogroups.com, Holger Will [EMAIL PROTECTED] wrote: jophof007 schrieb: Jim, Changed Thanx for feedback. J Hi John it seems the file is still send with text/plain as mimeType. could you

[svg-developers] Deerpark SVG and Kevlin 2djs lib

2005-08-22 Thread jophof007
Hi, On mine weblog I have some example code of running Kevlin GUI stuff in Deerpark. http://openmodeling.blogspot.com John Yahoo! Groups Sponsor ~-- font face=arial size=-1a

[svg-developers] Re: Deerpark SVG and Kevlin 2djs lib

2005-08-22 Thread jophof007
Jim, Changed Thanx for feedback. J --- In svg-developers@yahoogroups.com, Jim Ley [EMAIL PROTECTED] wrote: jophof007 [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi, On mine weblog I have some example code of running Kevlin GUI stuff in Deerpark. http

[svg-developers] Re: SWiNE - new svg widgets

2005-08-17 Thread jophof007
I tried it in Firefox running ASV6Beta but got some event errors. John --- In svg-developers@yahoogroups.com, arosyada [EMAIL PROTECTED] wrote: Hi all, It's been very long time since my last posting I have finished the alpha version of my svg widgets (SWiNE). It's under LGPL and

[svg-developers] Re: Export SVG to PDF

2005-08-03 Thread jophof007
Hi, Search for FOP Apache in Google and you can convert SVG to XML. In Open-modeling we use it to print flowcharts. John --- In svg-developers@yahoogroups.com, joseramartos [EMAIL PROTECTED] wrote: Hello: Is it possible to export an SVG graphic to PDF? Thank you Yours sincerelly

[svg-developers] Re: Newbie SVG Developer

2005-08-02 Thread jophof007
Building complex logic in XSLT is very hard to do. Some if else is possible but not recursion for example sometimes needed for complex algorithms. John --- In svg-developers@yahoogroups.com, Chris Serio [EMAIL PROTECTED] wrote: Yeah i'd be using .NET. I'm not sure what XSLT is but i'm going to

[svg-developers] Re: Newbie SVG Developer

2005-08-02 Thread jophof007
@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of jophof007 Sent: Tuesday, August 02, 2005 2:09 PM To: svg-developers@yahoogroups.com Subject: [svg-developers] Re: Newbie SVG Developer Building complex logic in XSLT is very hard to do. Some if else is possible but not recursion for example

[svg-developers] Re: Loading SVG in a JSP

2005-07-28 Thread jophof007
Hi, You can choose detect at the client (if you know the node of course) send you outcome to the server where server can compare with database values. Or you can parse the complete SVG server site and let the server find out. Solution is depending on your exact problem definition and the size of

[svg-developers] Re: Detect native SVG support

2005-07-27 Thread jophof007
deeply. ;-) On 7/23/05, jophof007 [EMAIL PROTECTED] wrote: Hi, Does anyone has a solution on detecting native svg support. Deer park Alpha 2 supports native svg. How can a client javascript detect that deerpark alpha 2 is running or how can a client javascript detect that native

[svg-developers] Re: Is it possible to capture software screens direct into SVG?

2005-07-26 Thread jophof007
Hi, There are solutions available which converts JPEG to SVG. Look at http://delineate.sourceforge.net John Ophof --- In svg-developers@yahoogroups.com, Jim [EMAIL PROTECTED] wrote: Hello, I am trying to figure out a way to take screen captures from any type of software - direct into SVG

[svg-developers] Re: slider without using parseXML, is it possible? (Firefox native SVG)

2005-07-25 Thread jophof007
Hi you can easily replace parseXML like this: if (typeof parseXML=='undefined') { parseXML = function (cstring) { var parser = new DOMParser(); return ( parser.parseFromString( cstring, text/xml) ) } } John Ophof http://open-modeling.sourceforge.net --- In

[svg-developers] Re: Problem to parseXML

2005-07-25 Thread jophof007
Hi Carine, You can also try something like this. More DOM tree insertion and an extra g element. ?xml version=1.0 ? svg id=root xmlns=http://www.w3.org/2000/svg; width=200 height=200 script![CDATA[ function charge(evt){ addrect (evt.target); } function addrect (otarget) { var oparent =

[svg-developers] Re: getURL refresh

2005-07-25 Thread jophof007
Hi Martin, Make a routine which is run by a timer in the routine your getrul is ther somethink like: function refreshcontent () { geturl ( yoururl, callbackfunction); } function callbackfunction () { // check if geturl did well if not stop the timer } otimerframe = setTimeout (

[svg-developers] Path in Deerpark

2005-07-24 Thread jophof007
Hi, I want to create a path element by means of the DOM insertion I use this piece of code. No path is on my drawboard: ?xml version=1.0 standalone=no? !DOCTYPE svg PUBLIC -//W3C//DTD SVG 1.1//EN http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd; svg xmlns=http://www.w3.org/2000/svg;

[svg-developers] Re: Highlighting question

2005-07-24 Thread jophof007
Thanx for your fast reply! Now the complete flowchart appears. John --- In svg-developers@yahoogroups.com, Bart [EMAIL PROTECTED] wrote: On 7/23/05, Garry Haywood [EMAIL PROTECTED] wrote: rolling quickly from one polygon, over path, onto the next polygon seems to create the condition

[svg-developers] Detect native SVG support

2005-07-23 Thread jophof007
Hi, Does anyone has a solution on detecting native svg support. Deer park Alpha 2 supports native svg. How can a client javascript detect that deerpark alpha 2 is running or how can a client javascript detect that native svg support is available? We like to make our diagram editor native svg

[svg-developers] Re: context menu

2005-07-04 Thread jophof007
Hi, In Firefox the SVG is build in so you can program you own contextmenu as in normal HTML pages. In our open source modeling software (http://open-modeling.sourceforge.net) we programmed the custom contextmenu depending on the content (now in SVG you can do the same). Capture the oncontextmenu

[svg-developers] Re: getURL() callback and class instance variables

2005-04-25 Thread jophof007
Hi, Indeed you can only refer to a function definition not tight to a particular instance. You can also use bla.prototype.arrange_some where bla.prototype.arrange_some = function () { } But if you use this in this function it is not set as the way you like! With a global setting you can

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

2005-04-11 Thread jophof007
Hi, We have a database solution to relate things and also have a editor/viewer for diagrams (see http://open-modeling.sourceforge.net). With the framework authorised user can change the diagram by using the editor functionality. In the editor you can reshape symbols, (re)attach lines, change

[svg-developers] Generic diagram editor

2005-04-02 Thread jophof007
Hi, In our framework we made an generic diagram SVG editor (now it is possible to draw data flow diagram, entity relationship diagram and screen flow diagram). You can find our sourceforge homepage at: http://open-modeling.sourceforge.net This week I make a new demo site corresponding to our