TheSwamp

Code Red => .NET => Topic started by: WILL HATCH on July 27, 2013, 03:24:29 PM

Title: Quirky DocumentManager.Open
Post by: WILL HATCH on July 27, 2013, 03:24:29 PM
I've found a strange quirk and I'm wondering if anybody else has come across it.  Using Vanilla 2013 a call to
Code - C#: [Select]
  1. Application.DocumentManager.Open(FileToOpen.FullName, false)
skips the usual warning about proxy objects and opens the xref dialog.  I'm very confused about why this is happening, it seems that the internal open method and this new open extension method are different  :|