Getting Started Common Acronyms FAQ Forum Help Forum Tips FTP Site Helpful Guidelines Product Community Directory SELECTsupport
I found to solve the problem. I click on bottom of bar (MicroStation V8 XM) for open message center. It tells me that Macro_Startup_loaded put all view to set for active depth. It cause popup all views. So, I go look up Startup_Civil.bas. I put " ' " for all lines. It stopped popup all views. It works for smooth to open up MicroStation without popup all views.
' For iView = 1 to MBE_MaxViews
' if (MbeViews(iView).active = 1) then
' MbeSendDataPoint point, iView
' else
' MbeSendCommand "VIEW ON " + Str$(iView)
' MbeSendCommand "VIEW OFF " + Str$(iView)
' end if
' Next iView
Thanks, Darren
DHuete,
config files don't control which views open in a file. This is a file based setting controlled by using the Save Settings option under the File menu. You turn on\off the views you wish to have open and then choose Save Settings. This should cuase the file to remember how you had the views set up. If it doesn't then I suggest you have other issues, maybe permission based.
Personally, this is where a Window Position tool for Users would be a great idea. Bentley?
I did save settings. It still same problem.
I looked up both Civil.ucf and untitled.ucf for user when open MicroStation V8 XM. Both are different. Civil.ucf has popup all view 1 to 8 but untitled.ucf as normal to open up MicoStation V8 XM with open one view 1. Maybe you can find which line that can be turning it off in Civil.ucf.
See two attachment files.
Thanks,
DHuete
Are you saying that when you open a DGN that there are 8 view windows open and you only want 1 to be open?
If that is the case: once you have the drawing open, close all but window 1 and then save settings. now exit that drawings and open it again. do you still get 8 windows?
I am using MicroStation V8 XM Edition. When I open dgn file and there is too many popup as View 1 to 8 until stop to View 1 as open. How to stop popup too many View 1 to 8? I need your help how to stop popup in many views 1 to 8.
Thanks, DHuete