Visio developer
Mon, 23 Jun 2008 10:01:02 -0700
I am new Visio development. I am trying to extend Visio to have my own custom
stencil and shapes. These shapes can be custom created or picked from the
existing shapes.
I would like to find out
1) how to a create a custom stencil with the existing shapes
2) how to create custom shapes
Any help is grea ...
|
Re: Code-signed macros in template expiring
Mon, 23 Jun 2008 05:53:00 -0700 (PDT)
Have checked one more thing. I have removed all the stuff
from registry, and signed VB project once more.
(i.e. without timestamping).
In this case when I set current date to 2011,
Visio does complain about expired certificate:
http://pix.academ.org/img/2008/06/23/5f753f56b674fcc22354abc48e6f1fc3
So this ...
|
Re: Code-signed macros in template expiring
Mon, 23 Jun 2008 04:50:22 -0700 (PDT)
Have set the clock to 23.06.2011
(three years ahead. Certificate expires in 2010)
No difference. I.e. I'm getting exactly the same warning from Visio.
If I allow adding publisher to trusted publishers, no warnings
anymore.
It seems that signature itself did not expire.
Though the ability to sign with the cer ...
|
Re: Code-signed macros in template expiring
Mon, 23 Jun 2008 12:08:30 +0100
On Mon, 23 Jun 2008 02:34:32 -0700 (PDT), Nikolay Belyh
<nbelyh@gmail.com> wrote:
>I see.
>Have tried that for myself just now, we also
>have chosen COMODO cert (as the least overpriced one ;-)
>So,
>
>- I have created the following registry keys
>(below is the content of exported reg file):
>
>[HKEY_CUR ...
|
COM Addin Connect?
Wed, 18 Jun 2008 12:06:36 -0700 (PDT)
I created a COM addin with the "Visio add-in and add-on wizard".
I want to load the addin on demand, not when Visio starts up.
With the Visio application, I accomplish this from:
Tools > Trust Center > Addins --> Manage COM addins
After checking the checkbox from the COM Add-ins dialog, the message
box fr ...
|
Text no longer centres
Wed, 18 Jun 2008 07:24:59 -0700 (PDT)
Visio 2003/2007
If I have a rectangle that contains some centred text, if i stretch
the width of the rectangle to exceed 1324mm, the text is no longer
centred.
I inserted a text transform, the formula for TxtPinX is correct as
Width*0.5, just it seems to give the wrong result.
...
|
VBA cannot be initialized
Wed, 18 Jun 2008 00:22:36 -0700 (PDT)
This morning I opened a Visio template I've been working on for a
while now and I cant get to my VBA code anymore.
I'm getting the error :
"The operation cannot be performed because VBA is not installed or
could not
be initialized. You can continue running Visio."
I've tried some of my older backups, VBA e ...
|
|
|
Visio ComAddIn Problem
Mon, 16 Jun 2008 02:58:48 -0700 (PDT)
Hi everybody,
I developed a Visio ComAddIn ("flashvisio") for flashing shapes and to
continue them rotate. This dll (in-proc-server) has an interface to
the control program (to say what shapes have to flash and to rotate)
and an another interface to Visio 2003 / 2007 to accomplish the shapes
operations. After ...
|
Hyperlinks issue in Visio 2007 (Getting "../" in gif_1.htm file)
Sun, 15 Jun 2008 22:06:27 -0700 (PDT)
Hi All,
I am creating hyperlink to a document from a image in Visio 2007 by
using INSERT-->Hyperlinks (checking the relative path option). After
that I am saving it as web page and publishing it.
The complete web address of the document will be provided later by my
code. When I run my code hyperlinks doesn't wo ...
|
Code-signed macros in template expiring
Thu, 12 Jun 2008 15:29:14 +0100
Hi everyone,
all of my Visio application templates and add-ons are digitally signed
witha code-signing certificate. Now, the certificates have a limited
life for signing and have to be renewed, or rather, a new certificate
has to be purchased, the old certificate expires.
This is not a problem when .exe or .vsl ...
|