 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
M. Guest
|
Posted: Fri Dec 16, 2005 9:21 am Post subject: Diagram component |
|
|
Hi,
I'm looking for a diagram component, free or commercial, for preferrably D5
but D2005 could do as well.
The component is needed for displaying charts where each shape has 0 or more
inputs and outputs that can be connected with arrows. So any basic flow
chart component would do, except that the number of connection points for
each box has to be configurable. Custom painting for these points is also
needed, so that they could be labeled etc. Zooming, panning, dragging etc
too.
Any ideas?
M
|
|
| Back to top |
|
 |
Falanga Alain Guest
|
Posted: Fri Dec 16, 2005 9:35 am Post subject: Re: Diagram component |
|
|
M. vient de nous annoncer :
| Quote: | Hi,
I'm looking for a diagram component, free or commercial, for preferrably D5
but D2005 could do as well.
The component is needed for displaying charts where each shape has 0 or more
inputs and outputs that can be connected with arrows. So any basic flow chart
component would do, except that the number of connection points for each box
has to be configurable. Custom painting for these points is also needed, so
that they could be labeled etc. Zooming, panning, dragging etc too.
Any ideas?
M
|
Try TMS one, they just release version 2.0.
Amazing product and support man (Wagner) is very cool guy :)
Greetings,
Alain
--
++sign
A.Falanga
"The French Frog TeamZed Member"
|
|
| Back to top |
|
 |
Nils Haeck Guest
|
Posted: Fri Dec 16, 2005 12:52 pm Post subject: Re: Diagram component |
|
|
You can give DtpDocuments a try (trial available):
http://www.simdesign.nl/dtpdocuments.html
Much of the diagramming you'll have to do yourself, but it takes care of the
rendering and printing (very efficiently and with high quality).
Kind regards,
Nils Haeck
(author of DtpDocuments)
"M." <thisisnot (AT) anadress (DOT) nop> schreef in bericht
news:43a286e7$1 (AT) newsgroups (DOT) borland.com...
| Quote: | Hi,
I'm looking for a diagram component, free or commercial, for preferrably
D5 but D2005 could do as well.
The component is needed for displaying charts where each shape has 0 or
more inputs and outputs that can be connected with arrows. So any basic
flow chart component would do, except that the number of connection points
for each box has to be configurable. Custom painting for these points is
also needed, so that they could be labeled etc. Zooming, panning, dragging
etc too.
Any ideas?
M
|
|
|
| Back to top |
|
 |
M. Guest
|
Posted: Fri Dec 16, 2005 12:54 pm Post subject: Re: Diagram component |
|
|
Thanks,
Actually I found your component earlier by googling. It was just the
question of being able to draw the diagram blocks so that there would be a
few connection points in one block, something like this:
_______
| Quote: | |----
--->| |----
_______|----
|
"Wagner R. Landgraf" <wagner (AT) automa (DOT) com.br> kirjoitti
viestissä:43a2b6c3$1 (AT) newsgroups (DOT) borland.com...
| Quote: | Thank you for the compliments Alain! :-)
M, in case you don't know, here is the direct link for the diagram page at
TMS site:
http://www.tmssoftware.com/go/?diagram
--
Kind Regards,
Wagner R. Landgraf
Automa Consultoria & Informática Ltda.
TMS Technology Partner
[email]wagner (AT) automa (DOT) com.br[/email]
"Falanga Alain" <afalanga~r~emove-this (AT) laposte (DOT) net> escreveu na mensagem
news:mn.827b7d5c117ec8ff.10843 (AT) laposte (DOT) net...
M. vient de nous annoncer :
Hi,
I'm looking for a diagram component, free or commercial, for preferrably
D5 but D2005 could do as well.
The component is needed for displaying charts where each shape has 0 or
more inputs and outputs that can be connected with arrows. So any basic
flow chart component would do, except that the number of connection
points for each box has to be configurable. Custom painting for these
points is also needed, so that they could be labeled etc. Zooming,
panning, dragging etc too.
Any ideas?
M
Try TMS one, they just release version 2.0.
Amazing product and support man (Wagner) is very cool guy :)
Greetings,
Alain
--
++sign
A.Falanga
"The French Frog TeamZed Member"
|
|
|
| Back to top |
|
 |
Wagner R. Landgraf Guest
|
Posted: Fri Dec 16, 2005 1:45 pm Post subject: Re: Diagram component |
|
|
Thank you for the compliments Alain! :-)
M, in case you don't know, here is the direct link for the diagram page at
TMS site:
http://www.tmssoftware.com/go/?diagram
--
Kind Regards,
Wagner R. Landgraf
Automa Consultoria & Informática Ltda.
TMS Technology Partner
[email]wagner (AT) automa (DOT) com.br[/email]
"Falanga Alain" <afalanga~r~emove-this (AT) laposte (DOT) net> escreveu na mensagem
news:mn.827b7d5c117ec8ff.10843 (AT) laposte (DOT) net...
| Quote: | M. vient de nous annoncer :
Hi,
I'm looking for a diagram component, free or commercial, for preferrably
D5 but D2005 could do as well.
The component is needed for displaying charts where each shape has 0 or
more inputs and outputs that can be connected with arrows. So any basic
flow chart component would do, except that the number of connection
points for each box has to be configurable. Custom painting for these
points is also needed, so that they could be labeled etc. Zooming,
panning, dragging etc too.
Any ideas?
M
Try TMS one, they just release version 2.0.
Amazing product and support man (Wagner) is very cool guy :)
Greetings,
Alain
--
++sign
A.Falanga
"The French Frog TeamZed Member"
|
|
|
| Back to top |
|
 |
Wagner R. Landgraf Guest
|
Posted: Fri Dec 16, 2005 2:28 pm Post subject: Re: Diagram component |
|
|
M,
this is possible, each block has a property called LinkPoints which is a
collection. There you can add and remove as many linkpoints as you want, at
the position you want.
Also, using some events you can control whenever a line can be linked to a
specific linkpoint or not.
--
Kind Regards,
Wagner R. Landgraf
Automa Consultoria & Informática Ltda.
TMS Technology Partner
[email]wagner (AT) automa (DOT) com.br[/email]
"M." <thisisnot (AT) anadress (DOT) nop> escreveu na mensagem
news:43a2b8a3$1 (AT) newsgroups (DOT) borland.com...
| Quote: | Thanks,
Actually I found your component earlier by googling. It was just the
question of being able to draw the diagram blocks so that there would be a
few connection points in one block, something like this:
_______
| |----
--->| |----
|_______|----
"Wagner R. Landgraf" <wagner (AT) automa (DOT) com.br> kirjoitti
viestissä:43a2b6c3$1 (AT) newsgroups (DOT) borland.com...
Thank you for the compliments Alain! :-)
M, in case you don't know, here is the direct link for the diagram page
at TMS site:
http://www.tmssoftware.com/go/?diagram
--
Kind Regards,
Wagner R. Landgraf
Automa Consultoria & Informática Ltda.
TMS Technology Partner
[email]wagner (AT) automa (DOT) com.br[/email]
"Falanga Alain" <afalanga~r~emove-this (AT) laposte (DOT) net> escreveu na mensagem
news:mn.827b7d5c117ec8ff.10843 (AT) laposte (DOT) net...
M. vient de nous annoncer :
Hi,
I'm looking for a diagram component, free or commercial, for
preferrably D5 but D2005 could do as well.
The component is needed for displaying charts where each shape has 0 or
more inputs and outputs that can be connected with arrows. So any basic
flow chart component would do, except that the number of connection
points for each box has to be configurable. Custom painting for these
points is also needed, so that they could be labeled etc. Zooming,
panning, dragging etc too.
Any ideas?
M
Try TMS one, they just release version 2.0.
Amazing product and support man (Wagner) is very cool guy :)
Greetings,
Alain
--
++sign
A.Falanga
"The French Frog TeamZed Member"
|
|
|
| Back to top |
|
 |
Juan J Velazquez Guest
|
Posted: Fri Dec 16, 2005 10:14 pm Post subject: Re: Diagram component |
|
|
Hi Nils,
| Quote: | Much of the diagramming you'll have to do yourself
Can you be more specific? |
Thanks,
Juan
|
|
| Back to top |
|
 |
Adem Guest
|
Posted: Sat Dec 17, 2005 1:23 am Post subject: Re: Diagram component |
|
|
Wagner R. Landgraf wrote:
| Quote: | this is possible, each block has a property called LinkPoints
which is a collection. There you can add and remove as many
linkpoints as you want, at the position you want. Also, using
some events you can control whenever a line can be linked to
a specific linkpoint or not.
|
I dont know if it has this; if not it would be my wish list:
Automatic repositioning, or automatic re-placement. I am not sure
this is what it is called in the technical jargon, so I might
as well describe it.
I would like all the diagram objects automatically repositioned
according to a some criteria, say, shortest link paths, *and/or*
a value returned from a user function (similar to a sort routine).
Would you consider such a thing?
Cheers,
Adem
|
|
| Back to top |
|
 |
Wagner R. Landgraf Guest
|
Posted: Sat Dec 17, 2005 1:32 pm Post subject: Re: Diagram component |
|
|
Diagram Studio does not provide automatic repositioning of objects in
current version. It's something we're considering to add in the future, but
it's not related to diagram "kernel".
I mean, you could easily write your own positioning algorithm and apply it
to diagram, it's a matter of getting the current block position,
calculating, and setting the position again.
But I agree that it would be interesting if there would be a ready-to-use
feature.
--
Kind Regards,
Wagner R. Landgraf
Automa Consultoria & Informática Ltda.
TMS Technology Partner
[email]wagner (AT) automa (DOT) com.br[/email]
"Adem" <adembaba (AT) excite (DOT) com> escreveu na mensagem
news:xn0eb35t49kuxf000 (AT) forums (DOT) borland.com...
| Quote: | Wagner R. Landgraf wrote:
this is possible, each block has a property called LinkPoints
which is a collection. There you can add and remove as many
linkpoints as you want, at the position you want. Also, using
some events you can control whenever a line can be linked to
a specific linkpoint or not.
I dont know if it has this; if not it would be my wish list:
Automatic repositioning, or automatic re-placement. I am not sure
this is what it is called in the technical jargon, so I might
as well describe it.
I would like all the diagram objects automatically repositioned
according to a some criteria, say, shortest link paths, *and/or*
a value returned from a user function (similar to a sort routine).
Would you consider such a thing?
Cheers,
Adem
|
|
|
| Back to top |
|
 |
Eugene Kryukov Guest
|
Posted: Sun Dec 18, 2005 5:48 am Post subject: Re: Diagram component |
|
|
M. wrote:
| Quote: | Hi,
I'm looking for a diagram component, free or commercial, for preferrably D5
but D2005 could do as well.
|
You can try our BlockEngine - Visio like diagram editor.
www.ksdev.com
Eugene
|
|
| Back to top |
|
 |
M. Guest
|
Posted: Mon Dec 19, 2005 10:50 am Post subject: Re: Diagram component |
|
|
OK, looks good. Well one more thing: it says on the web page something about
collapsing/expanding nodes. Does this mean that that several blocks can be
grouped together, and then collapsed to show just one block? For example, in
an organization diagram, if there was a department with 10 employees = 10
blocks, it could be toggled to show either one or all 10 blocks? If so I
think we have a winner.
M.
"Wagner R. Landgraf" <wagner (AT) automa (DOT) com.br> kirjoitti
viestissä:43a2c0c3$1 (AT) newsgroups (DOT) borland.com...
| Quote: | M,
this is possible, each block has a property called LinkPoints which is a
collection. There you can add and remove as many linkpoints as you want,
at the position you want.
Also, using some events you can control whenever a line can be linked to a
specific linkpoint or not.
--
Kind Regards,
Wagner R. Landgraf
Automa Consultoria & Informática Ltda.
TMS Technology Partner
[email]wagner (AT) automa (DOT) com.br[/email]
"M." <thisisnot (AT) anadress (DOT) nop> escreveu na mensagem
news:43a2b8a3$1 (AT) newsgroups (DOT) borland.com...
Thanks,
Actually I found your component earlier by googling. It was just the
question of being able to draw the diagram blocks so that there would be
a few connection points in one block, something like this:
_______
| |----
--->| |----
|_______|----
"Wagner R. Landgraf" <wagner (AT) automa (DOT) com.br> kirjoitti
viestissä:43a2b6c3$1 (AT) newsgroups (DOT) borland.com...
Thank you for the compliments Alain! :-)
M, in case you don't know, here is the direct link for the diagram page
at TMS site:
http://www.tmssoftware.com/go/?diagram
--
Kind Regards,
Wagner R. Landgraf
Automa Consultoria & Informática Ltda.
TMS Technology Partner
[email]wagner (AT) automa (DOT) com.br[/email]
"Falanga Alain" <afalanga~r~emove-this (AT) laposte (DOT) net> escreveu na mensagem
news:mn.827b7d5c117ec8ff.10843 (AT) laposte (DOT) net...
M. vient de nous annoncer :
Hi,
I'm looking for a diagram component, free or commercial, for
preferrably D5 but D2005 could do as well.
The component is needed for displaying charts where each shape has 0
or more inputs and outputs that can be connected with arrows. So any
basic flow chart component would do, except that the number of
connection points for each box has to be configurable. Custom painting
for these points is also needed, so that they could be labeled etc.
Zooming, panning, dragging etc too.
Any ideas?
M
Try TMS one, they just release version 2.0.
Amazing product and support man (Wagner) is very cool guy :)
Greetings,
Alain
--
++sign
A.Falanga
"The French Frog TeamZed Member"
|
|
|
| Back to top |
|
 |
Wagner R. Landgraf Guest
|
Posted: Mon Dec 19, 2005 10:03 pm Post subject: Re: Diagram component |
|
|
Hello M.,
close to that. Collapsable nodes means that you can organize the blocks in a
tree structure. For example, you can have a block named "department", and
you can have 10 blocks *connected* to it, each block containing the name of
one employee. There is a linkpoint in department block where all employee
blocks are connected to. If you turn that link point into a collapsable
node, then by clicking that linkpoint you hide/show all employee blocks
connected to the department block.
The small difference from what you said is that there is not a "major" block
which groups smaller blocks, but instead you have a block connected to
others. Although you could position the other blocks "inside" the major
block of course, but it's the connection which defines which block will be
showed/hidden.
--
Kind Regards,
Wagner R. Landgraf
Automa Consultoria & Informática Ltda.
TMS Technology Partner
[email]wagner (AT) automa (DOT) com.br[/email]
"M." <thisisnot (AT) anadress (DOT) nop> escreveu na mensagem
news:43a6900e (AT) newsgroups (DOT) borland.com...
| Quote: | OK, looks good. Well one more thing: it says on the web page something
about collapsing/expanding nodes. Does this mean that that several blocks
can be grouped together, and then collapsed to show just one block? For
example, in an organization diagram, if there was a department with 10
employees = 10 blocks, it could be toggled to show either one or all 10
blocks? If so I think we have a winner.
M.
"Wagner R. Landgraf" <wagner (AT) automa (DOT) com.br> kirjoitti
viestissä:43a2c0c3$1 (AT) newsgroups (DOT) borland.com...
M,
this is possible, each block has a property called LinkPoints which is a
collection. There you can add and remove as many linkpoints as you want,
at the position you want.
Also, using some events you can control whenever a line can be linked to
a specific linkpoint or not.
--
Kind Regards,
Wagner R. Landgraf
Automa Consultoria & Informática Ltda.
TMS Technology Partner
[email]wagner (AT) automa (DOT) com.br[/email]
"M." <thisisnot (AT) anadress (DOT) nop> escreveu na mensagem
news:43a2b8a3$1 (AT) newsgroups (DOT) borland.com...
Thanks,
Actually I found your component earlier by googling. It was just the
question of being able to draw the diagram blocks so that there would be
a few connection points in one block, something like this:
_______
| |----
--->| |----
|_______|----
"Wagner R. Landgraf" <wagner (AT) automa (DOT) com.br> kirjoitti
viestissä:43a2b6c3$1 (AT) newsgroups (DOT) borland.com...
Thank you for the compliments Alain! :-)
M, in case you don't know, here is the direct link for the diagram page
at TMS site:
http://www.tmssoftware.com/go/?diagram
--
Kind Regards,
Wagner R. Landgraf
Automa Consultoria & Informática Ltda.
TMS Technology Partner
[email]wagner (AT) automa (DOT) com.br[/email]
"Falanga Alain" <afalanga~r~emove-this (AT) laposte (DOT) net> escreveu na
mensagem news:mn.827b7d5c117ec8ff.10843 (AT) laposte (DOT) net...
M. vient de nous annoncer :
Hi,
I'm looking for a diagram component, free or commercial, for
preferrably D5 but D2005 could do as well.
The component is needed for displaying charts where each shape has 0
or more inputs and outputs that can be connected with arrows. So any
basic flow chart component would do, except that the number of
connection points for each box has to be configurable. Custom
painting for these points is also needed, so that they could be
labeled etc. Zooming, panning, dragging etc too.
Any ideas?
M
Try TMS one, they just release version 2.0.
Amazing product and support man (Wagner) is very cool guy :)
Greetings,
Alain
--
++sign
A.Falanga
"The French Frog TeamZed Member"
|
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|