| View previous topic :: View next topic |
| Author |
Message |
perahi Member
Joined: 02 Mar 2005 Posts: 4
|
Posted: 02/03/05 13:16 Post subject: TSimpleGraph |
|
|
Hi!
1. How can I get multiline text at de links between objects in TSimpleGraph?
2. And is it possible to get multiple text areas in one node?
Thanx
Perahi
|
|
| Back to top |
|
 |
Stefan Junior Member
Joined: 27 Sep 2004 Posts: 61 Location: Netherlands
|
Posted: 03/03/05 11:03 Post subject: |
|
|
Hi,
1. As far as I know, it is not possible.
2. See 1.
But these could be good requests for the ExtGraph project; visit:
http://sourceforge.net/projects/extgraph and
go to the "Request Feature" section on that site and describe your request.
Cheers,
Stefan
|
|
| Back to top |
|
 |
perahi Member
Joined: 02 Mar 2005 Posts: 4
|
Posted: 03/03/05 12:50 Post subject: |
|
|
thank you for your answer!
I have tried to modify the Demo, so that you can write mulitilinetext in the linkproperties.
But the outcome of this is two boxes between the lines, insted of lineshift.
I see theese boxes also when i rezise a node so that the text is to big to fit into the node.
Perahi
|
|
| Back to top |
|
 |
Stefan Junior Member
Joined: 27 Sep 2004 Posts: 61 Location: Netherlands
|
Posted: 04/03/05 13:53 Post subject: |
|
|
I don't know what you mean by
"But the outcome of this is two boxes between the lines, insted of lineshift.
I see theese boxes also when i rezise a node so that the text is to big to fit into the node."
Please explain?
|
|
| Back to top |
|
 |
perahi Member
Joined: 02 Mar 2005 Posts: 4
|
Posted: 04/03/05 15:04 Post subject: |
|
|
Sorry
Here is a screenshot....
| Description: |
|
| Filesize: |
3.6 KB |
| Viewed: |
42 Time(s) |
|
|
|
| Back to top |
|
 |
Stefan Junior Member
Joined: 27 Sep 2004 Posts: 61 Location: Netherlands
|
Posted: 04/03/05 15:14 Post subject: |
|
|
Aha... those boxes!
That's one for the CR and one for the LF...
You've only changed the TEdit to a TMemo, which does indeed allow you to enter more lines but that doesn't mean the property it's setting and the drawing engine, drawing that property's value, know what to do with it.
In short, you / we'll need to update the part that draws the text you enter, so that it support multiple lines. As I said, you could fill in a Feature Request at SourceForge: go here
and click "Submit new" to create a new request.
Cheers,
Stefan
|
|
| Back to top |
|
 |
perahi Member
Joined: 02 Mar 2005 Posts: 4
|
Posted: 04/03/05 16:31 Post subject: |
|
|
ok...
Thank you for your answers
Perahi
|
|
| Back to top |
|
 |
Stefan Junior Member
Joined: 27 Sep 2004 Posts: 61 Location: Netherlands
|
Posted: 04/03/05 16:33 Post subject: |
|
|
Any time
|
|
| Back to top |
|
 |
|