Page 1 of 1

Multi-view

PostPosted: Thu Apr 07, 2016 9:43 pm
by DBrennfoerder
I used to have 10 MV windows and have closed some in the past. The toolbar gives me the option to turn them on/off, but that only affects the remaining 5. How do I get all 10 on again?
I'm on v18 and W10.

Re: Multi-view

PostPosted: Fri Apr 08, 2016 12:54 am
by joshhuggins
If checking all the Window boxes in the View, Toolbars dialog doesn't show all of them when View, Multiview is toggled on, they are probably off screen. I would make a backup copy of the DcadwinToolbars.gui before doing the following. With Datacad closed, open the DcadwinToolbars.gui file and delete the 10 [TBMView#] sections or just the ones you want if you know the missing windows numbers). Close and save the file and restart Datacad. The deleted multiview windows should return to their default locations near the symbol browser when toggled back on.

Code: Select all[TBMView0]
Rev=2000
Visible=1
DockedTo=TBDockRight
LastDock=TBDockRight
DockRow=1
DockPos=-1
FloatLeft=0
FloatTop=0
FloatCWidth=174
FloatCHeight=98
WindowOn=1
[TBMView1]
Rev=2000
Visible=1
DockedTo=TBDockRight
LastDock=TBDockRight
DockRow=1
DockPos=-1
FloatLeft=0
FloatTop=0
FloatCWidth=174
FloatCHeight=98
WindowOn=1
[TBMView2]
Rev=2000
Visible=1
DockedTo=TBDockRight
LastDock=TBDockRight
DockRow=1
DockPos=-1
FloatLeft=0
FloatTop=0
FloatCWidth=174
FloatCHeight=98
WindowOn=1
[TBMView3]
Rev=2000
Visible=1
DockedTo=TBDockRight
LastDock=TBDockRight
DockRow=1
DockPos=-1
FloatLeft=0
FloatTop=0
FloatCWidth=174
FloatCHeight=98
WindowOn=1
[TBMView4]
Rev=2000
Visible=1
DockedTo=TBDockRight
LastDock=TBDockRight
DockRow=1
DockPos=-1
FloatLeft=0
FloatTop=0
FloatCWidth=174
FloatCHeight=98
WindowOn=1
[TBMView5]
Rev=2000
Visible=1
DockedTo=TBDockRight
LastDock=TBDockRight
DockRow=1
DockPos=-1
FloatLeft=0
FloatTop=0
FloatCWidth=174
FloatCHeight=98
WindowOn=1
[TBMView6]
Rev=2000
Visible=1
DockedTo=TBDockRight
LastDock=TBDockRight
DockRow=1
DockPos=-1
FloatLeft=0
FloatTop=0
FloatCWidth=174
FloatCHeight=98
WindowOn=1
[TBMView7]
Rev=2000
Visible=1
DockedTo=TBDockRight
LastDock=TBDockRight
DockRow=1
DockPos=-1
FloatLeft=0
FloatTop=0
FloatCWidth=174
FloatCHeight=98
WindowOn=1
[TBMView8]
Rev=2000
Visible=1
DockedTo=TBDockRight
LastDock=TBDockRight
DockRow=1
DockPos=-1
FloatLeft=0
FloatTop=0
FloatCWidth=174
FloatCHeight=98
WindowOn=1
[TBMView9]
Rev=2000
Visible=1
DockedTo=TBDockRight
LastDock=TBDockRight
DockRow=1
DockPos=-1
FloatLeft=0
FloatTop=0
FloatCWidth=174
FloatCHeight=98
WindowOn=1

Re: Multi-view

PostPosted: Fri Apr 08, 2016 8:26 am
by DBrennfoerder
Thanks for the tip, Josh. It was even easier than that. All I did was locate the ones that had "visible=0" and change to visible=1".
That fixed it.

Re: Multi-view

PostPosted: Fri Apr 08, 2016 8:55 am
by Paul Nida
Couldn't you just go to the View/Toolbars drop down menu and check the box next to the ones that were closed?

Re: Multi-view

PostPosted: Fri Apr 08, 2016 9:22 am
by DBrennfoerder
Oops, you're right. All I saw was the multi-view on/off check point.