Re: Speed improvement
- From: "Mark Nelson [MS]" <marknel@xxxxxxxxxxxxxxxxxxxx>
- Date: Tue, 4 Sep 2007 19:46:32 -0700
It's not clear what you want me to look at unless you posted code I'm
unaware of.
One potentially helpful tool is the Event Monitor app that comes in the
Visio SDK. I'd be curious to see what it reported during that 90 seconds.
Perhaps your code or another Visio add-on is doing work.
--
Mark Nelson
Office Graphics - Visio
Microsoft Corporation
This posting is provided "AS IS" with no warranties, and confers no rights.
"Florin Capra" <florincapra@xxxxxxxxx> wrote in message
news:uBBDgks7HHA.5212@xxxxxxxxxxxxxxxxxxxxxxx
Thank you Mark for your help.
Unfortunately I saw that DropManyLinkedU method was added in Visio 2007
and I am working with Visio 2003. I am connecting shapes with connectors
using GlueTo method. To have an idea about my situation please take a look
: the method (after some improvements using DropMany method and others)
that drop 140 normal shapes and 170 Connectors both with some properties
and connect them takes 50 seconds BUT until the page is displayed takes
other 90+ seconds. I really don't know if I could improve this part.
Best regards!
Mark Nelson [MS] wrote:
The final page display time is long only because of the work done to
create the diagram. Your best bet is probably to use DropManyLinkedU to
drop all shapes and connectors on the page. Then glue them together
using GlueTo. Finally make one call to Layout to arrange things if
needed. If you are setting individual properties on a shape, it will
take a lot of time.
.
- References:
- Re: Speed improvement
- From: Mark Nelson [MS]
- Re: Speed improvement
- From: Florin Capra
- Re: Speed improvement
- Prev by Date: Re: Professional vs. Architect version
- Next by Date: Re: Visio 2007 Dynamic Connector reroutes
- Previous by thread: Re: Speed improvement
- Next by thread: Visio 2007 Dynamic Connector reroutes
- Index(es):
Relevant Pages
|
Loading