D
dirk.devos
I would like to find out what is the most effcient way to find and
select a shape given the following.
I have 2 data sources. The one contains a list of tasks and for each
task I want to place a shape on a page. For each task I have my own
task ID as well as a task name. I put this task ID in the text property
of the shape. The other data source contains a list of task
relationships. Each line in this file has a "from" task ID and a "to"
task ID.
I first read the first data source and drop all the tasks on the page.
I then read the second source and search thru all the dropped tasks
until I find both the "from" and the "to" task IDs that was stored in
the text property of the shape.
This works well if I only have a couple of tasks but when I get into
the hundreds of tasks and relationships things slow down so much that
it becomes a pain to do.
Is there any other way to assign something to the shape after dropping
it on the page that will allow me to select the shape quicker. I tried
the ID property of the shape but it is read only.
select a shape given the following.
I have 2 data sources. The one contains a list of tasks and for each
task I want to place a shape on a page. For each task I have my own
task ID as well as a task name. I put this task ID in the text property
of the shape. The other data source contains a list of task
relationships. Each line in this file has a "from" task ID and a "to"
task ID.
I first read the first data source and drop all the tasks on the page.
I then read the second source and search thru all the dropped tasks
until I find both the "from" and the "to" task IDs that was stored in
the text property of the shape.
This works well if I only have a couple of tasks but when I get into
the hundreds of tasks and relationships things slow down so much that
it becomes a pain to do.
Is there any other way to assign something to the shape after dropping
it on the page that will allow me to select the shape quicker. I tried
the ID property of the shape but it is read only.