How to create a template with custom properties 
Author Message
 How to create a template with custom properties

Hello,
I was wondering if enyone can tell me or point to some
document that describes how to create new Visio templates
with custom properties that can modify the way the
template is represeted on the drawing. I was trying to
extend the Flip-Flop object in "Analog and Digital Logic"
set to add additional flip-flop types. However, I didn't
want to create separate templates for each flip-flop. I
just wanted to have one with the selectable properties.

Thanks a lot for the help,
Ilya.



Fri, 01 Jul 2005 07:38:05 GMT  
 How to create a template with custom properties

Make a copy of the *.vss file you want to change and modify the shapes (or
add new ones). It's preferable to leave the original stencils intact.

John...    Visio MVP

Need stencils or ideas? http://www.mvps.org/visio/3rdparty.htm
Need VBA examples?   http://www.mvps.org/visio/VBA.htm
Common Visio Questions http://www.mvps.org/visio/common_questions.htm

Quote:
> Hello,
> I was wondering if enyone can tell me or point to some
> document that describes how to create new Visio templates
> with custom properties that can modify the way the
> template is represeted on the drawing. I was trying to
> extend the Flip-Flop object in "Analog and Digital Logic"
> set to add additional flip-flop types. However, I didn't
> want to create separate templates for each flip-flop. I
> just wanted to have one with the selectable properties.

> Thanks a lot for the help,
> Ilya.



Sat, 02 Jul 2005 01:41:47 GMT  
 How to create a template with custom properties
Hi John,
thanks a lot for the reply.
However, I don't really wont to modify any stencil. I
just want to create a new element to my own stencil. But,
I want this element to have a set of custom properties
that will allow a user to change the way this element
looks on the diagram. (it is sort of the way the Flip-
Flop is implemented - there is a pull-down menu that you
can specify the type of flip-flop, and then the actual
image changes acoording to the selection. I just want to
create this sort of menu.)

Thanks for help,
Ilya.

Quote:
>-----Original Message-----
>Make a copy of the *.vss file you want to change and

modify the shapes (or
Quote:
>add new ones). It's preferable to leave the original
stencils intact.

>John...    Visio MVP

>Need stencils or ideas?

http://www.mvps.org/visio/3rdparty.htm
Quote:
>Need VBA examples?   http://www.mvps.org/visio/VBA.htm
>Common Visio Questions

http://www.mvps.org/visio/common_questions.htm
Quote:


>> Hello,
>> I was wondering if enyone can tell me or point to some
>> document that describes how to create new Visio
templates
>> with custom properties that can modify the way the
>> template is represeted on the drawing. I was trying to
>> extend the Flip-Flop object in "Analog and Digital
Logic"
>> set to add additional flip-flop types. However, I
didn't
>> want to create separate templates for each flip-flop. I
>> just wanted to have one with the selectable properties.

>> Thanks a lot for the help,
>> Ilya.

>.



Sat, 02 Jul 2005 05:24:32 GMT  
 How to create a template with custom properties

The flip flop can be dragged from the original stencil to a new stencil and
then edited.

Choose Stencil under the File menu and then New Stencil.

John...    Visio MVP

Need stencils or ideas? http://www.mvps.org/visio/3rdparty.htm
Need VBA examples?   http://www.mvps.org/visio/VBA.htm
Common Visio Questions http://www.mvps.org/visio/common_questions.htm

Quote:
> Hi John,
> thanks a lot for the reply.
> However, I don't really wont to modify any stencil. I
> just want to create a new element to my own stencil. But,
> I want this element to have a set of custom properties
> that will allow a user to change the way this element
> looks on the diagram. (it is sort of the way the Flip-
> Flop is implemented - there is a pull-down menu that you
> can specify the type of flip-flop, and then the actual
> image changes acoording to the selection. I just want to
> create this sort of menu.)

> Thanks for help,
> Ilya.

> >-----Original Message-----
> >Make a copy of the *.vss file you want to change and
> modify the shapes (or
> >add new ones). It's preferable to leave the original
> stencils intact.

> >John...    Visio MVP

> >Need stencils or ideas?
> http://www.mvps.org/visio/3rdparty.htm
> >Need VBA examples?   http://www.mvps.org/visio/VBA.htm
> >Common Visio Questions
> http://www.mvps.org/visio/common_questions.htm


> >> Hello,
> >> I was wondering if enyone can tell me or point to some
> >> document that describes how to create new Visio
> templates
> >> with custom properties that can modify the way the
> >> template is represeted on the drawing. I was trying to
> >> extend the Flip-Flop object in "Analog and Digital
> Logic"
> >> set to add additional flip-flop types. However, I
> didn't
> >> want to create separate templates for each flip-flop. I
> >> just wanted to have one with the selectable properties.

> >> Thanks a lot for the help,
> >> Ilya.

> >.



Sat, 02 Jul 2005 21:02:47 GMT  
 How to create a template with custom properties
Hi John,
thanks for the help.
Just one last question about that flip-flop model:
The model currently supports a sertain number of flip-flop
types. When a user selects a particular type, the letters
on the model change (say J and K for JK-flip flop to S and
R for SR-flip flop). What should I do if I want to add
more types of flip-flops to the list and make the list
fully function - i.e. the letters in the model change
according to the selected new type?
Can this e done, or I would have to create a new model for
each separate flip-flop?

Thanks,
Ilya.

Quote:
>-----Original Message-----
>The flip flop can be dragged from the original stencil to
a new stencil and
>then edited.

>Choose Stencil under the File menu and then New Stencil.

>John...    Visio MVP

>Need stencils or ideas?

http://www.mvps.org/visio/3rdparty.htm
Quote:
>Need VBA examples?   http://www.mvps.org/visio/VBA.htm
>Common Visio Questions

http://www.mvps.org/visio/common_questions.htm
Quote:


>> Hi John,
>> thanks a lot for the reply.
>> However, I don't really wont to modify any stencil. I
>> just want to create a new element to my own stencil.
But,
>> I want this element to have a set of custom properties
>> that will allow a user to change the way this element
>> looks on the diagram. (it is sort of the way the Flip-
>> Flop is implemented - there is a pull-down menu that you
>> can specify the type of flip-flop, and then the actual
>> image changes acoording to the selection. I just want to
>> create this sort of menu.)

>> Thanks for help,
>> Ilya.

>> >-----Original Message-----
>> >Make a copy of the *.vss file you want to change and
>> modify the shapes (or
>> >add new ones). It's preferable to leave the original
>> stencils intact.



Sun, 10 Jul 2005 03:10:04 GMT  
 How to create a template with custom properties

What other types of flip flops are there? (My use of flip flops dates back
to the 60s)

John...    Visio MVP

Need stencils or ideas? http://www.mvps.org/visio/3rdparty.htm
Need VBA examples?   http://www.mvps.org/visio/VBA.htm
Common Visio Questions http://www.mvps.org/visio/common_questions.htm

Quote:
> Hi John,
> thanks for the help.
> Just one last question about that flip-flop model:
> The model currently supports a sertain number of flip-flop
> types. When a user selects a particular type, the letters
> on the model change (say J and K for JK-flip flop to S and
> R for SR-flip flop). What should I do if I want to add
> more types of flip-flops to the list and make the list
> fully function - i.e. the letters in the model change
> according to the selected new type?
> Can this e done, or I would have to create a new model for
> each separate flip-flop?

> Thanks,
> Ilya.

> >-----Original Message-----
> >The flip flop can be dragged from the original stencil to
> a new stencil and
> >then edited.

> >Choose Stencil under the File menu and then New Stencil.

> >John...    Visio MVP

> >Need stencils or ideas?
> http://www.mvps.org/visio/3rdparty.htm
> >Need VBA examples?   http://www.mvps.org/visio/VBA.htm
> >Common Visio Questions
> http://www.mvps.org/visio/common_questions.htm


> >> Hi John,
> >> thanks a lot for the reply.
> >> However, I don't really wont to modify any stencil. I
> >> just want to create a new element to my own stencil.
> But,
> >> I want this element to have a set of custom properties
> >> that will allow a user to change the way this element
> >> looks on the diagram. (it is sort of the way the Flip-
> >> Flop is implemented - there is a pull-down menu that you
> >> can specify the type of flip-flop, and then the actual
> >> image changes acoording to the selection. I just want to
> >> create this sort of menu.)

> >> Thanks for help,
> >> Ilya.

> >> >-----Original Message-----
> >> >Make a copy of the *.vss file you want to change and
> >> modify the shapes (or
> >> >add new ones). It's preferable to leave the original
> >> stencils intact.



Sun, 10 Jul 2005 23:16:29 GMT  
 How to create a template with custom properties
Oh, there are some more types (like T, or negative logic
ones). But that is not the point.
This Flip-FLop model is just an example. Currently when
the user selects different type of FF, the model chamges
(it changes the letters). I just wanted to add some more
types and make the model change accordingly.

Ilya.

Quote:
>-----Original Message-----
>What other types of flip flops are there? (My use of flip
flops dates back
>to the 60s)

>John...    Visio MVP

>Need stencils or ideas?

http://www.mvps.org/visio/3rdparty.htm
Quote:
>Need VBA examples?   http://www.mvps.org/visio/VBA.htm
>Common Visio Questions

http://www.mvps.org/visio/common_questions.htm
Quote:


>> Hi John,
>> thanks for the help.
>> Just one last question about that flip-flop model:
>> The model currently supports a sertain number of flip-
flop
>> types. When a user selects a particular type, the
letters
>> on the model change (say J and K for JK-flip flop to S
and
>> R for SR-flip flop). What should I do if I want to add
>> more types of flip-flops to the list and make the list
>> fully function - i.e. the letters in the model change
>> according to the selected new type?
>> Can this e done, or I would have to create a new model
for
>> each separate flip-flop?

>> Thanks,
>> Ilya.

>> >-----Original Message-----
>> >The flip flop can be dragged from the original stencil
to
>> a new stencil and
>> >then edited.

>> >Choose Stencil under the File menu and then New
Stencil.

>> >John...    Visio MVP

>> >Need stencils or ideas?
>> http://www.mvps.org/visio/3rdparty.htm
>> >Need VBA examples?   http://www.mvps.org/visio/VBA.htm
>> >Common Visio Questions
>> http://www.mvps.org/visio/common_questions.htm


>> >> Hi John,
>> >> thanks a lot for the reply.
>> >> However, I don't really wont to modify any stencil. I
>> >> just want to create a new element to my own stencil.
>> But,
>> >> I want this element to have a set of custom
properties
>> >> that will allow a user to change the way this element
>> >> looks on the diagram. (it is sort of the way the
Flip-
>> >> Flop is implemented - there is a pull-down menu that
you
>> >> can specify the type of flip-flop, and then the
actual
>> >> image changes acoording to the selection. I just
want to
>> >> create this sort of menu.)

>> >> Thanks for help,
>> >> Ilya.

>> >> >-----Original Message-----
>> >> >Make a copy of the *.vss file you want to change and
>> >> modify the shapes (or
>> >> >add new ones). It's preferable to leave the original
>> >> stencils intact.

>.



Wed, 13 Jul 2005 13:59:47 GMT  
 
 [ 7 post ] 

 Relevant Pages 

1. Creating properties of custom properties?

2. Problem with custom toolbar in custom template

3. create custom icon,custom combobox in custom toolbar

4. create custom icon,custom combobox(to insert values)in custom toolbar

5. Unable to create custom properties in Access.

6. Q: Create custom property on form/report controls ?

7. create custom property for textbox!?

8. Creating Lines that Link to Custom Properties

9. Creating Parent property for a custom class

10. Creating and Searching by Custom Properties

11. Create custom control change property default

12. Can't create and set a new custom database property

 

 
Powered by phpBB® Forum Software