Suppress Connect project chooser dialog

How do I disable Connect project chooser dialog when using Multiframe COM automation interface.  Multiframe requires user input at this dialog (either cancel or select a project) - takes away from the whole point of using COM interface.  For our purposes, the file does not need to be associated with a project.

Top Replies

Parents
  • If you are opening an existing file, then first manually associate it with a project (even if its a dummy one) once this is done, you wont get prompted again.

    Another way  is to log out of the connection centre. This will give a one-time warning when the Multiframe first starts but then the dialog will not be shown. This warning dialog can be prevented from displaying by changing the registry setting to zero:

    HKEY_CURRENT_USER\Software\Bentley\MultiframeCommon21\ShowConnectFailMessage

    we will look to see if we can disable the Project chooser when run via COM

Reply
  • If you are opening an existing file, then first manually associate it with a project (even if its a dummy one) once this is done, you wont get prompted again.

    Another way  is to log out of the connection centre. This will give a one-time warning when the Multiframe first starts but then the dialog will not be shown. This warning dialog can be prevented from displaying by changing the registry setting to zero:

    HKEY_CURRENT_USER\Software\Bentley\MultiframeCommon21\ShowConnectFailMessage

    we will look to see if we can disable the Project chooser when run via COM

Children