Author Topic: Drop down menu from shapes  (Read 14435 times)

0 Members and 1 Guest are viewing this topic.

krishnac

  • Newbie
  • *
  • Posts: 1
Drop down menu from shapes
« on: February 10, 2015, 03:36:19 PM »
Hey I was just wondering if visio has the feature of drop down menus from the shapes if one were to make a chart in visio. If so how can I do this?

cliff50

  • Full Member
  • ***
  • Posts: 225
Re: Drop down menu from shapes
« Reply #1 on: February 10, 2015, 11:21:19 PM »
Hi,
Try enabling Actions section in a shape's shapesheet.
The actions section has the ability to provide a drop down selection of actions and/or attributes when the user right clicks on the shape.

cheers
cliff

vojo

  • Hero Member
  • *****
  • Posts: 1708
Re: Drop down menu from shapes
« Reply #2 on: February 11, 2015, 09:42:34 AM »
And can invoke panels for more details by using docmd(1312) either in the actions cells or in the double click cells.

From there you can get slick and control which props are shown based on action.   aka a subset of all props...like all network props or all storage props or all inventory props.

JohnGoldsmith

  • Sr. Member
  • ****
  • Posts: 358
    • John Goldsmith's visLog
Re: Drop down menu from shapes
« Reply #3 on: February 11, 2015, 02:14:58 PM »
Hi,

Also, I wrote a post on context menus a while ago that might be useful:

http://visualsignals.typepad.co.uk/vislog/2009/09/visio-2010-custom-context-menus.html

Best regards

John
John Goldsmith - Visio MVP
http://visualsignals.typepad.co.uk/

cliff50

  • Full Member
  • ***
  • Posts: 225
Re: Drop down menu from shapes
« Reply #4 on: February 11, 2015, 10:05:31 PM »
great link! @John Goldsmith

slick ..very slick  :D