When I drag an object from the Active X tab, I get this error
[quote]java.lang.IllegalStateException: OleObject is not created.
at com.jniwrapper.win32.automation.OleContainer.doVerb(SourceFile:903)
at com.inductiveautomation.vision.activex.components.ActiveXComponent.showOleObject(ActiveXComponent.java:248)
at com.inductiveautomation.vision.activex.components.ActiveXComponent.doShowOleObject(ActiveXComponent.java:236)
at com.inductiveautomation.vision.activex.components.ActiveXComponent.access$000(ActiveXComponent.java:28)
at com.inductiveautomation.vision.activex.components.ActiveXComponent$1.ancestorAdded(ActiveXComponent.java:81)
at javax.swing.AncestorNotifier.fireAncestorAdded(Unknown Source)
at javax.swing.AncestorNotifier.propertyChange(Unknown Source)
at java.beans.PropertyChangeSupport.fire(Unknown Source)
at java.beans.PropertyChangeSupport.firePropertyChange(Unknown Source)
at java.beans.PropertyChangeSupport.firePropertyChange(Unknown Source)
at java.awt.Component.firePropertyChange(Unknown Source)
at javax.swing.JComponent.addNotify(Unknown Source)
at java.awt.Container.addImpl(Unknown Source)
at java.awt.Container.add(Unknown Source)
at com.inductiveautomation.factorypmi.application.components.BasicContainer.privateAdd(BasicContainer.java:210)
at com.inductiveautomation.factorypmi.application.components.BasicContainer.addComponent(BasicContainer.java:184)
at com.inductiveautomation.factorypmi.designer.workspace.LayoutManipulator.add(LayoutManipulator.java:159)
at com.inductiveautomation.factorypmi.designer.workspace.WindowWorkspace.add(WindowWorkspace.java:946)
at com.inductiveautomation.factorypmi.designer.workspace.WindowWorkspace.add(WindowWorkspace.java:934)
at com.inductiveautomation.factorypmi.designer.workspace.WindowWorkspace$Delegate.addObject(WindowWorkspace.java:3041)
at com.inductiveautomation.factorypmi.designer.workspace.tools.InstantiationTool.onClick(InstantiationTool.java:97)
at com.inductiveautomation.ignition.designer.designable.DesignPanel$ToolMouseListener.onClick(DesignPanel.java:992)
at com.inductiveautomation.ignition.client.util.gui.CommonMouseAdapter.mouseReleased(CommonMouseAdapter.java:69)
at java.awt.AWTEventMulticaster.mouseReleased(Unknown Source)
at java.awt.AWTEventMulticaster.mouseReleased(Unknown Source)
at java.awt.AWTEventMulticaster.mouseReleased(Unknown Source)
at java.awt.AWTEventMulticaster.mouseReleased(Unknown Source)
at java.awt.Component.processMouseEvent(Unknown Source)
at javax.swing.JComponent.processMouseEvent(Unknown Source)
at java.awt.Component.processEvent(Unknown Source)
at java.awt.Container.processEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Window.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.awt.EventQueue.access$200(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
at java.awt.EventQueue$4.run(Unknown Source)
at java.awt.EventQueue$4.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)
Ignition v7.6.2 (b2368)
Java: Oracle Corporation 1.7.0_45
[/quote]
And I also get the error ActiveX control is missing when I try to drag either the pdfviewer or activex (activex.png)
Is there a fix for this? Thank You!