prevent connector routing when elements placed on top of them in MS Visio 2007












22














Is there any chance to prevent MS Visio (preferably 2010) connectors from routing when a text block is placed on top of it? I want to achieve the effect as if the text block is on the upper layer, above the shapes and connectors, but that the layers are completely separate (not affecting each other's layout).



Is that possible?










share|improve this question





























    22














    Is there any chance to prevent MS Visio (preferably 2010) connectors from routing when a text block is placed on top of it? I want to achieve the effect as if the text block is on the upper layer, above the shapes and connectors, but that the layers are completely separate (not affecting each other's layout).



    Is that possible?










    share|improve this question



























      22












      22








      22


      3





      Is there any chance to prevent MS Visio (preferably 2010) connectors from routing when a text block is placed on top of it? I want to achieve the effect as if the text block is on the upper layer, above the shapes and connectors, but that the layers are completely separate (not affecting each other's layout).



      Is that possible?










      share|improve this question















      Is there any chance to prevent MS Visio (preferably 2010) connectors from routing when a text block is placed on top of it? I want to achieve the effect as if the text block is on the upper layer, above the shapes and connectors, but that the layers are completely separate (not affecting each other's layout).



      Is that possible?







      microsoft-visio connector microsoft-visio-2010






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Dec 10 '15 at 20:57









      Hennes

      58.8k792141




      58.8k792141










      asked May 5 '11 at 10:28









      Kornelije Petak

      70531222




      70531222






















          5 Answers
          5






          active

          oldest

          votes


















          23














          Sounds like you need to change connector re-routing. I think the option you want is "Never re-route".



          Firstly (if you haven't already) you need the Developer tab. Go to File|Options|Customize Ribbon and turn on"Developer" in the list of tabs.



          Now select the shape you want and in Developer|Behaviour go to the Placement tab and select 'Do not layout and route around' in the Placement behaviour drop down. That should do it.



          enter image description here






          share|improve this answer



















          • 2




            This link is dead (a nice example of why stackexchange sites discourage answers that don't actually answer the question, but just link to the answer)
            – Abacus
            Apr 7 '15 at 18:25



















          8














          Layering and grouping never seemed to make a difference for me (it still rerouted the connectors anyway), but changing the routing behavior of the placed object did. For Visio 2010 and 2013, the Behavior dialog is unfortunately and unnecessarily hidden by default. You have to customize the ribbon (File > Options > Customize Ribbon or just right-click on the Ribbon > Customize Ribbon), click the check mark next to the Developer item in the right-most tree view to enable it, and click OK. Then select the shape you want to layer before and behind, click Behavior on the ribbon (Developer>Shape Design>Behavior), and on the Placement tab in the Placement behavior drop-down list choose Do not lay out and route around.






          share|improve this answer























          • You even included the location of each option and where to click! I have to finish this Visio in 15 minutes so you just saved my butt! :-)
            – Moby Disk
            Aug 20 '15 at 16:48










          • This resolved the issue for me as well, although I had one more problem. If you are finding the Placement tab greyed out you need to set the Interaction Style on the Behaviour tab to Box (2-dimensional). This should enable the Placement tab.
            – Gibsnag
            Oct 17 '16 at 10:11





















          1














          Typically what I do is add meta information like that to its own layer and then group and lock the layer. At that point Visio just thinks its drawing on a blank canvas again and won't attempt to route the connectors anymore.



          Cheers! ~Chris






          share|improve this answer





























            1














            Recommend that the “Shape can split connectors” box is un-ticked in the Behaviours tab (of the behaviours dialogue box) so that dropping a shape on a connector does not re-route the connector and possibly shapes as well.






            share|improve this answer





























              0














              Very helpful comment from @Gibsnag about enabling the Behavior/Placement/Placement Behavior drop-down box. To get to it, open Developer/Behavior:
              Visio Ribbon Bar - Developer/Behavior
              Then, if the Placement Behavior drop-down is greyed out:
              enter image description here
              go back to the Behavior tab and select the Box (2-dimnensional)option:
              enter image description here






              share|improve this answer





















                Your Answer








                StackExchange.ready(function() {
                var channelOptions = {
                tags: "".split(" "),
                id: "3"
                };
                initTagRenderer("".split(" "), "".split(" "), channelOptions);

                StackExchange.using("externalEditor", function() {
                // Have to fire editor after snippets, if snippets enabled
                if (StackExchange.settings.snippets.snippetsEnabled) {
                StackExchange.using("snippets", function() {
                createEditor();
                });
                }
                else {
                createEditor();
                }
                });

                function createEditor() {
                StackExchange.prepareEditor({
                heartbeatType: 'answer',
                autoActivateHeartbeat: false,
                convertImagesToLinks: true,
                noModals: true,
                showLowRepImageUploadWarning: true,
                reputationToPostImages: 10,
                bindNavPrevention: true,
                postfix: "",
                imageUploader: {
                brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
                contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
                allowUrls: true
                },
                onDemand: true,
                discardSelector: ".discard-answer"
                ,immediatelyShowMarkdownHelp:true
                });


                }
                });














                draft saved

                draft discarded


















                StackExchange.ready(
                function () {
                StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f279495%2fprevent-connector-routing-when-elements-placed-on-top-of-them-in-ms-visio-2007%23new-answer', 'question_page');
                }
                );

                Post as a guest















                Required, but never shown

























                5 Answers
                5






                active

                oldest

                votes








                5 Answers
                5






                active

                oldest

                votes









                active

                oldest

                votes






                active

                oldest

                votes









                23














                Sounds like you need to change connector re-routing. I think the option you want is "Never re-route".



                Firstly (if you haven't already) you need the Developer tab. Go to File|Options|Customize Ribbon and turn on"Developer" in the list of tabs.



                Now select the shape you want and in Developer|Behaviour go to the Placement tab and select 'Do not layout and route around' in the Placement behaviour drop down. That should do it.



                enter image description here






                share|improve this answer



















                • 2




                  This link is dead (a nice example of why stackexchange sites discourage answers that don't actually answer the question, but just link to the answer)
                  – Abacus
                  Apr 7 '15 at 18:25
















                23














                Sounds like you need to change connector re-routing. I think the option you want is "Never re-route".



                Firstly (if you haven't already) you need the Developer tab. Go to File|Options|Customize Ribbon and turn on"Developer" in the list of tabs.



                Now select the shape you want and in Developer|Behaviour go to the Placement tab and select 'Do not layout and route around' in the Placement behaviour drop down. That should do it.



                enter image description here






                share|improve this answer



















                • 2




                  This link is dead (a nice example of why stackexchange sites discourage answers that don't actually answer the question, but just link to the answer)
                  – Abacus
                  Apr 7 '15 at 18:25














                23












                23








                23






                Sounds like you need to change connector re-routing. I think the option you want is "Never re-route".



                Firstly (if you haven't already) you need the Developer tab. Go to File|Options|Customize Ribbon and turn on"Developer" in the list of tabs.



                Now select the shape you want and in Developer|Behaviour go to the Placement tab and select 'Do not layout and route around' in the Placement behaviour drop down. That should do it.



                enter image description here






                share|improve this answer














                Sounds like you need to change connector re-routing. I think the option you want is "Never re-route".



                Firstly (if you haven't already) you need the Developer tab. Go to File|Options|Customize Ribbon and turn on"Developer" in the list of tabs.



                Now select the shape you want and in Developer|Behaviour go to the Placement tab and select 'Do not layout and route around' in the Placement behaviour drop down. That should do it.



                enter image description here







                share|improve this answer














                share|improve this answer



                share|improve this answer








                edited Apr 7 '15 at 19:26

























                answered Aug 25 '11 at 20:58









                Rhys Gibson

                3,81823245




                3,81823245








                • 2




                  This link is dead (a nice example of why stackexchange sites discourage answers that don't actually answer the question, but just link to the answer)
                  – Abacus
                  Apr 7 '15 at 18:25














                • 2




                  This link is dead (a nice example of why stackexchange sites discourage answers that don't actually answer the question, but just link to the answer)
                  – Abacus
                  Apr 7 '15 at 18:25








                2




                2




                This link is dead (a nice example of why stackexchange sites discourage answers that don't actually answer the question, but just link to the answer)
                – Abacus
                Apr 7 '15 at 18:25




                This link is dead (a nice example of why stackexchange sites discourage answers that don't actually answer the question, but just link to the answer)
                – Abacus
                Apr 7 '15 at 18:25













                8














                Layering and grouping never seemed to make a difference for me (it still rerouted the connectors anyway), but changing the routing behavior of the placed object did. For Visio 2010 and 2013, the Behavior dialog is unfortunately and unnecessarily hidden by default. You have to customize the ribbon (File > Options > Customize Ribbon or just right-click on the Ribbon > Customize Ribbon), click the check mark next to the Developer item in the right-most tree view to enable it, and click OK. Then select the shape you want to layer before and behind, click Behavior on the ribbon (Developer>Shape Design>Behavior), and on the Placement tab in the Placement behavior drop-down list choose Do not lay out and route around.






                share|improve this answer























                • You even included the location of each option and where to click! I have to finish this Visio in 15 minutes so you just saved my butt! :-)
                  – Moby Disk
                  Aug 20 '15 at 16:48










                • This resolved the issue for me as well, although I had one more problem. If you are finding the Placement tab greyed out you need to set the Interaction Style on the Behaviour tab to Box (2-dimensional). This should enable the Placement tab.
                  – Gibsnag
                  Oct 17 '16 at 10:11


















                8














                Layering and grouping never seemed to make a difference for me (it still rerouted the connectors anyway), but changing the routing behavior of the placed object did. For Visio 2010 and 2013, the Behavior dialog is unfortunately and unnecessarily hidden by default. You have to customize the ribbon (File > Options > Customize Ribbon or just right-click on the Ribbon > Customize Ribbon), click the check mark next to the Developer item in the right-most tree view to enable it, and click OK. Then select the shape you want to layer before and behind, click Behavior on the ribbon (Developer>Shape Design>Behavior), and on the Placement tab in the Placement behavior drop-down list choose Do not lay out and route around.






                share|improve this answer























                • You even included the location of each option and where to click! I have to finish this Visio in 15 minutes so you just saved my butt! :-)
                  – Moby Disk
                  Aug 20 '15 at 16:48










                • This resolved the issue for me as well, although I had one more problem. If you are finding the Placement tab greyed out you need to set the Interaction Style on the Behaviour tab to Box (2-dimensional). This should enable the Placement tab.
                  – Gibsnag
                  Oct 17 '16 at 10:11
















                8












                8








                8






                Layering and grouping never seemed to make a difference for me (it still rerouted the connectors anyway), but changing the routing behavior of the placed object did. For Visio 2010 and 2013, the Behavior dialog is unfortunately and unnecessarily hidden by default. You have to customize the ribbon (File > Options > Customize Ribbon or just right-click on the Ribbon > Customize Ribbon), click the check mark next to the Developer item in the right-most tree view to enable it, and click OK. Then select the shape you want to layer before and behind, click Behavior on the ribbon (Developer>Shape Design>Behavior), and on the Placement tab in the Placement behavior drop-down list choose Do not lay out and route around.






                share|improve this answer














                Layering and grouping never seemed to make a difference for me (it still rerouted the connectors anyway), but changing the routing behavior of the placed object did. For Visio 2010 and 2013, the Behavior dialog is unfortunately and unnecessarily hidden by default. You have to customize the ribbon (File > Options > Customize Ribbon or just right-click on the Ribbon > Customize Ribbon), click the check mark next to the Developer item in the right-most tree view to enable it, and click OK. Then select the shape you want to layer before and behind, click Behavior on the ribbon (Developer>Shape Design>Behavior), and on the Placement tab in the Placement behavior drop-down list choose Do not lay out and route around.







                share|improve this answer














                share|improve this answer



                share|improve this answer








                edited Oct 1 '15 at 16:18









                Joel B

                76021117




                76021117










                answered May 2 '14 at 2:08









                Dwayne Robinson

                18113




                18113












                • You even included the location of each option and where to click! I have to finish this Visio in 15 minutes so you just saved my butt! :-)
                  – Moby Disk
                  Aug 20 '15 at 16:48










                • This resolved the issue for me as well, although I had one more problem. If you are finding the Placement tab greyed out you need to set the Interaction Style on the Behaviour tab to Box (2-dimensional). This should enable the Placement tab.
                  – Gibsnag
                  Oct 17 '16 at 10:11




















                • You even included the location of each option and where to click! I have to finish this Visio in 15 minutes so you just saved my butt! :-)
                  – Moby Disk
                  Aug 20 '15 at 16:48










                • This resolved the issue for me as well, although I had one more problem. If you are finding the Placement tab greyed out you need to set the Interaction Style on the Behaviour tab to Box (2-dimensional). This should enable the Placement tab.
                  – Gibsnag
                  Oct 17 '16 at 10:11


















                You even included the location of each option and where to click! I have to finish this Visio in 15 minutes so you just saved my butt! :-)
                – Moby Disk
                Aug 20 '15 at 16:48




                You even included the location of each option and where to click! I have to finish this Visio in 15 minutes so you just saved my butt! :-)
                – Moby Disk
                Aug 20 '15 at 16:48












                This resolved the issue for me as well, although I had one more problem. If you are finding the Placement tab greyed out you need to set the Interaction Style on the Behaviour tab to Box (2-dimensional). This should enable the Placement tab.
                – Gibsnag
                Oct 17 '16 at 10:11






                This resolved the issue for me as well, although I had one more problem. If you are finding the Placement tab greyed out you need to set the Interaction Style on the Behaviour tab to Box (2-dimensional). This should enable the Placement tab.
                – Gibsnag
                Oct 17 '16 at 10:11













                1














                Typically what I do is add meta information like that to its own layer and then group and lock the layer. At that point Visio just thinks its drawing on a blank canvas again and won't attempt to route the connectors anymore.



                Cheers! ~Chris






                share|improve this answer


























                  1














                  Typically what I do is add meta information like that to its own layer and then group and lock the layer. At that point Visio just thinks its drawing on a blank canvas again and won't attempt to route the connectors anymore.



                  Cheers! ~Chris






                  share|improve this answer
























                    1












                    1








                    1






                    Typically what I do is add meta information like that to its own layer and then group and lock the layer. At that point Visio just thinks its drawing on a blank canvas again and won't attempt to route the connectors anymore.



                    Cheers! ~Chris






                    share|improve this answer












                    Typically what I do is add meta information like that to its own layer and then group and lock the layer. At that point Visio just thinks its drawing on a blank canvas again and won't attempt to route the connectors anymore.



                    Cheers! ~Chris







                    share|improve this answer












                    share|improve this answer



                    share|improve this answer










                    answered Sep 3 '11 at 4:28









                    C0D3M0NK3Y

                    56539




                    56539























                        1














                        Recommend that the “Shape can split connectors” box is un-ticked in the Behaviours tab (of the behaviours dialogue box) so that dropping a shape on a connector does not re-route the connector and possibly shapes as well.






                        share|improve this answer


























                          1














                          Recommend that the “Shape can split connectors” box is un-ticked in the Behaviours tab (of the behaviours dialogue box) so that dropping a shape on a connector does not re-route the connector and possibly shapes as well.






                          share|improve this answer
























                            1












                            1








                            1






                            Recommend that the “Shape can split connectors” box is un-ticked in the Behaviours tab (of the behaviours dialogue box) so that dropping a shape on a connector does not re-route the connector and possibly shapes as well.






                            share|improve this answer












                            Recommend that the “Shape can split connectors” box is un-ticked in the Behaviours tab (of the behaviours dialogue box) so that dropping a shape on a connector does not re-route the connector and possibly shapes as well.







                            share|improve this answer












                            share|improve this answer



                            share|improve this answer










                            answered Apr 26 '17 at 13:50









                            John Maton

                            111




                            111























                                0














                                Very helpful comment from @Gibsnag about enabling the Behavior/Placement/Placement Behavior drop-down box. To get to it, open Developer/Behavior:
                                Visio Ribbon Bar - Developer/Behavior
                                Then, if the Placement Behavior drop-down is greyed out:
                                enter image description here
                                go back to the Behavior tab and select the Box (2-dimnensional)option:
                                enter image description here






                                share|improve this answer


























                                  0














                                  Very helpful comment from @Gibsnag about enabling the Behavior/Placement/Placement Behavior drop-down box. To get to it, open Developer/Behavior:
                                  Visio Ribbon Bar - Developer/Behavior
                                  Then, if the Placement Behavior drop-down is greyed out:
                                  enter image description here
                                  go back to the Behavior tab and select the Box (2-dimnensional)option:
                                  enter image description here






                                  share|improve this answer
























                                    0












                                    0








                                    0






                                    Very helpful comment from @Gibsnag about enabling the Behavior/Placement/Placement Behavior drop-down box. To get to it, open Developer/Behavior:
                                    Visio Ribbon Bar - Developer/Behavior
                                    Then, if the Placement Behavior drop-down is greyed out:
                                    enter image description here
                                    go back to the Behavior tab and select the Box (2-dimnensional)option:
                                    enter image description here






                                    share|improve this answer












                                    Very helpful comment from @Gibsnag about enabling the Behavior/Placement/Placement Behavior drop-down box. To get to it, open Developer/Behavior:
                                    Visio Ribbon Bar - Developer/Behavior
                                    Then, if the Placement Behavior drop-down is greyed out:
                                    enter image description here
                                    go back to the Behavior tab and select the Box (2-dimnensional)option:
                                    enter image description here







                                    share|improve this answer












                                    share|improve this answer



                                    share|improve this answer










                                    answered Dec 15 at 21:30









                                    AFK

                                    11




                                    11






























                                        draft saved

                                        draft discarded




















































                                        Thanks for contributing an answer to Super User!


                                        • Please be sure to answer the question. Provide details and share your research!

                                        But avoid



                                        • Asking for help, clarification, or responding to other answers.

                                        • Making statements based on opinion; back them up with references or personal experience.


                                        To learn more, see our tips on writing great answers.





                                        Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


                                        Please pay close attention to the following guidance:


                                        • Please be sure to answer the question. Provide details and share your research!

                                        But avoid



                                        • Asking for help, clarification, or responding to other answers.

                                        • Making statements based on opinion; back them up with references or personal experience.


                                        To learn more, see our tips on writing great answers.




                                        draft saved


                                        draft discarded














                                        StackExchange.ready(
                                        function () {
                                        StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f279495%2fprevent-connector-routing-when-elements-placed-on-top-of-them-in-ms-visio-2007%23new-answer', 'question_page');
                                        }
                                        );

                                        Post as a guest















                                        Required, but never shown





















































                                        Required, but never shown














                                        Required, but never shown












                                        Required, but never shown







                                        Required, but never shown

































                                        Required, but never shown














                                        Required, but never shown












                                        Required, but never shown







                                        Required, but never shown







                                        Popular posts from this blog

                                        Index of /

                                        Tribalistas

                                        Listed building