dymo-connect-framework icon indicating copy to clipboard operation
dymo-connect-framework copied to clipboard

Dynamically load and unload framework

Open shunman opened this issue 3 years ago • 2 comments

Hi. dymo framework did not work check connection status with web service after initialize framework.

so I'm using a jquery getScripts library for dynamically load/unload dymo framework.

previoulsy version dymo.label.framework can handle this, dymo.connect.framework return error message when already framework loaded. "Namespace "goog.debug.Error" already declared."

How can I unload or clear already bind framework?

I tried simply window.dymo = null; window.goog = null did not work

shunman avatar Sep 30 '21 05:09 shunman

Any update on this issue? is it still happening?

OndraPulkert avatar Apr 13 '22 11:04 OndraPulkert

@OndraPulkert I use some internal code like to. it's working but I'm not sure that correct is.

_createFramework.resetFramework();

window.dymo = undefined; window.goog = {};

shunman avatar Jul 08 '22 01:07 shunman