Discussion:
Custom properties are messing up glue points
(too old to reply)
r***@gmail.com
2005-02-11 23:10:28 UTC
Permalink
Hello,

I have a Visio drawing that I'm importing into a .NET application that
needs to know what types of materials the walls are made out of. I
could not find a property in Visio that wall types can be set as, so I
decided to create a custom property called "Material". It takes a
string variable, and I just pull that data from .NET.

But, there is a problem with creating this custom property. I select
all the walls that are to be wood, and go to custom properties, and
create a new one. When I am completed, all the glue points of the
selected walls get completely thrown off. Sometimes a wall that was
just 10 feet long turns 90 degrees and streches out 40 feet.

Does anybody know what causes this, or if there is another way to go
about it?

Thank you,
Ryan Barnard
John Smith
2005-03-28 18:29:53 UTC
Permalink
Definitely a defect in the Microsoft software.

Call Microsoft and force them to fix it.
Post by r***@gmail.com
Hello,
I have a Visio drawing that I'm importing into a .NET application that
needs to know what types of materials the walls are made out of. I
could not find a property in Visio that wall types can be set as, so I
decided to create a custom property called "Material". It takes a
string variable, and I just pull that data from .NET.
But, there is a problem with creating this custom property. I select
all the walls that are to be wood, and go to custom properties, and
create a new one. When I am completed, all the glue points of the
selected walls get completely thrown off. Sometimes a wall that was
just 10 feet long turns 90 degrees and streches out 40 feet.
Does anybody know what causes this, or if there is another way to go
about it?
Thank you,
Ryan Barnard
David Parker [Visio MVP]
2005-04-04 07:00:21 UTC
Permalink
Actually, there already is a custom property called "Material", but it's
label is empty and it is marked as hidden. So just fill in the label, and
unhide. The edit is done in the master. If you are doing this in cod, then
ensure that you use master.open and .close.
Post by John Smith
Definitely a defect in the Microsoft software.
Call Microsoft and force them to fix it.
Post by r***@gmail.com
Hello,
I have a Visio drawing that I'm importing into a .NET application that
needs to know what types of materials the walls are made out of. I
could not find a property in Visio that wall types can be set as, so I
decided to create a custom property called "Material". It takes a
string variable, and I just pull that data from .NET.
But, there is a problem with creating this custom property. I select
all the walls that are to be wood, and go to custom properties, and
create a new one. When I am completed, all the glue points of the
selected walls get completely thrown off. Sometimes a wall that was
just 10 feet long turns 90 degrees and streches out 40 feet.
Does anybody know what causes this, or if there is another way to go
about it?
Thank you,
Ryan Barnard
Continue reading on narkive:
Loading...