bfay65

Results 9 comments of bfay65

Note: When I move the "MyFarm" function shape, all 5 servers move with it, so it seems to still be a parent even though it may not encompass all servers...

Exact same thing, just the whole set of objects appear down further in the middle of the pager (with regard to Y coord.)

Figured part of it out...If I surround everything in the Swimlane into another object, then it works. I just would prefer not to have that extra layer: ![image](https://user-images.githubusercontent.com/19259186/71926490-1311b780-3159-11ea-9bb0-68c3fa2178c6.png) New-VisioContainer -shape...

Sure, so can I "set New-VisioContainer -shape (Get-VisioShape Logical)" equal to a variable when I first introduce it to get the object back again? I.E. $Log = New-VisioContainer -shape (Get-VisioShape...

Hmmm...Same result with: New-VisioContainer -shape (Get-VisioShape Swimlane) -label MyFarm -contents { New-VisioContainer -shape (Get-VisioShape Logical) -label MyFarm -contents { New-VisioContainer -shape (get-visioshape Domain) -label MyDomain_1 -contents { Set-NextShapePosition -x 3...

Did that wrong...When I do it "right", am losing the swimlane as well... ![image](https://user-images.githubusercontent.com/19259186/71928693-a1883800-315d-11ea-9669-86118ba136d8.png) New-VisioContainer -shape (Get-VisioShape Swimlane) -label Swim_1 -contents { New-VisioContainer -shape (Get-VisioShape Logical) -label MyFarm -name Wrapper...

Ok, it worked to put it at the VERY end...Thanks!!! FYI, I added a little tweak to get the multiple objects to stack in a slanted style so the labels...

Ok, I fudged it to this for now...but this is assuming each lane has equal height. Not to mention, we really only want a title on the FIRST lane, but...

Hey Mike, Since I'm working with Cross-functional flowcharts, do you know of a way to add functions (Swim Lanes) to a drawing where they snap/stack directly on top of one-another...