hey everyone!
I’ve been playing with SpeckleUI to try and get a SpeckleWindow up in Robot, but am getting a missing method exception for RegisterAsyncJsObject when trying to create the SpeckleUiWindow. I’m assuming it’s got something to do with my shoddy implementation of SpeckleUiBindings (I’m makin it rain NotImplementedExceptions at the moment). is this a correct assumption and if so, what is the minimum implementation to just get the SpeckleWindow up? it’d be helpful to get that working, so I can use the window to debug as I work on the other bits.
more specifically, I’m getting the error running:
SpeckleWindow = new SpeckleUiWindow(bindings, @"http://localhost:8080/");
and the error message is :
Method not found: ‘Void CefSharp.Wpf.ChromiumWebBrowser.RegisterAsyncJsObject(System.String, System.Object, CefSharp.BindingOptions)’.
any advice is appreciated! thanks