SVG

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

SVG

BJ Freeman
is see it is defined for FOP.
I have not dug into how it is implemments, hopeing someone will give me
a pionter to docs that will help me.
what I want to use this for is diagraming ofbiz using this
http://free-man.net/customersupport/svg/blackbox.svg
where a toplevel black box you could click on and get the links to the
black box that are included.
then you finally get down to the code of a minilanq for a method in a class.
ultimately this would be used to automatically generate junit tests and
to give representation in projectmgr of process requirements, in a task.


=========================
BJ Freeman
Strategic Power Office with Supplier Automation  <http://www.businessesnetwork.com/automation/viewforum.php?f=52>
Specialtymarket.com  <http://www.specialtymarket.com/>
Systems Integrator-- Glad to Assist

Chat  Y! messenger: bjfr33man

Reply | Threaded
Open this post in threaded view
|

Re: SVG

Paul Foxworthy
Hi BJ,

I'm no expert but Inkscape (inkscape.org) has a raw SVG editing mode and you can see the results straight away, so it might be a useful tool for testing and debugging.

Cheers

Paul Foxworthy
--
Coherent Software Australia Pty Ltd
http://www.coherentsoftware.com.au/

Bonsai ERP, the all-inclusive ERP system
http://www.bonsaierp.com.au/
Reply | Threaded
Open this post in threaded view
|

Re: SVG

BJ Freeman
thanks paul.
actually looking for way to problematically generate the images


=========================
BJ Freeman
Strategic Power Office with Supplier Automation  <http://www.businessesnetwork.com/automation/viewforum.php?f=52>
Specialtymarket.com  <http://www.specialtymarket.com/>
Systems Integrator-- Glad to Assist

Chat  Y! messenger: bjfr33man


Paul Foxworthy sent the following on 2/20/2011 5:16 PM:

>
> Hi BJ,
>
> I'm no expert but Inkscape (inkscape.org) has a raw SVG editing mode and you
> can see the results straight away, so it might be a useful tool for testing
> and debugging.
>
> Cheers
>
> Paul Foxworthy

Reply | Threaded
Open this post in threaded view
|

Re: SVG

Bilgin Ibryam-2
In reply to this post by BJ Freeman
BJ,

it is not clear to me what is your question but I have used svg to visualize
ofbiz data the following way:

Create/modify an svg template using inkscape or even a simple xml editor.
Then before rendering it as part of ofbiz screen, parse it (it is an xml)
and populate with real data from the system.
You can also call javascript functions (when the user clicks or mouseover on
different elements) or create links in the svg file, which makes it kind of
interactive compared to other image formats

Bilgin Ibryam




On Wed, Feb 16, 2011 at 4:30 AM, BJ Freeman <[hidden email]> wrote:

> is see it is defined for FOP.
> I have not dug into how it is implemments, hopeing someone will give me a
> pionter to docs that will help me.
> what I want to use this for is diagraming ofbiz using this
> http://free-man.net/customersupport/svg/blackbox.svg
> where a toplevel black box you could click on and get the links to the
> black box that are included.
> then you finally get down to the code of a minilanq for a method in a
> class.
> ultimately this would be used to automatically generate junit tests and to
> give representation in projectmgr of process requirements, in a task.
>
>
> =========================
> BJ Freeman
> Strategic Power Office with Supplier Automation  <
> http://www.businessesnetwork.com/automation/viewforum.php?f=52>
> Specialtymarket.com  <http://www.specialtymarket.com/>
> Systems Integrator-- Glad to Assist
>
> Chat  Y! messenger: bjfr33man
>
>
Reply | Threaded
Open this post in threaded view
|

Re: SVG

BJ Freeman
thanks that is what I wanted to know, btw I rand into a few webbased
editors.
http://svg-edit.googlecode.com/svn/branches/2.4/editor/svg-editor.html



=========================
BJ Freeman
Strategic Power Office with Supplier Automation  <http://www.businessesnetwork.com/automation/viewforum.php?f=52>
Specialtymarket.com  <http://www.specialtymarket.com/>
Systems Integrator-- Glad to Assist

Chat  Y! messenger: bjfr33man
Bilgin Ibryam sent the following on 2/21/2011 2:08 AM:

> BJ,
>
> it is not clear to me what is your question but I have used svg to visualize
> ofbiz data the following way:
>
> Create/modify an svg template using inkscape or even a simple xml editor.
> Then before rendering it as part of ofbiz screen, parse it (it is an xml)
> and populate with real data from the system.
> You can also call javascript functions (when the user clicks or mouseover on
> different elements) or create links in the svg file, which makes it kind of
> interactive compared to other image formats
>
> Bilgin Ibryam
>
>
>
>
> On Wed, Feb 16, 2011 at 4:30 AM, BJ Freeman<[hidden email]>  wrote:
>
>> is see it is defined for FOP.
>> I have not dug into how it is implemments, hopeing someone will give me a
>> pionter to docs that will help me.
>> what I want to use this for is diagraming ofbiz using this
>> http://free-man.net/customersupport/svg/blackbox.svg
>> where a toplevel black box you could click on and get the links to the
>> black box that are included.
>> then you finally get down to the code of a minilanq for a method in a
>> class.
>> ultimately this would be used to automatically generate junit tests and to
>> give representation in projectmgr of process requirements, in a task.
>>
>>
>> =========================
>> BJ Freeman
>> Strategic Power Office with Supplier Automation<
>> http://www.businessesnetwork.com/automation/viewforum.php?f=52>
>> Specialtymarket.com<http://www.specialtymarket.com/>
>> Systems Integrator-- Glad to Assist
>>
>> Chat  Y! messenger: bjfr33man
>>
>>
>