Activex error

Hi,
when i use any activex compeneted i get this error once i drag and drop to the project.

[color=#0000FF]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:954)
at com.inductiveautomation.factorypmi.designer.workspace.WindowWorkspace.add(WindowWorkspace.java:942)
at com.inductiveautomation.factorypmi.designer.workspace.WindowWorkspace$Delegate.addObject(WindowWorkspace.java:2971)
at com.inductiveautomation.factorypmi.designer.workspace.tools.InstantiationTool.onDragEnd(InstantiationTool.java:163)
at com.inductiveautomation.ignition.designer.designable.DesignPanel$ToolMouseListener.onDragEnd(DesignPanel.java:1023)
at com.inductiveautomation.ignition.client.util.gui.CommonMouseAdapter.mouseReleased(CommonMouseAdapter.java:61)
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$000(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.5.1-beta5 (b1117)
Java: Oracle Corporation 1.7.0_05
[/color]

i don’t know what’s the problem.
sorry i asked a lot .as this is my first usage of Ignition after i got the training in Folsom.
Thanks

you likely have already found this but if you close and commit the window you dropped the control onto,
then reopen it the control will be in the tree view so you can select it and set properties/resize/move.
I dont know the root cause but this has happened to me allot too.
I would like to see them add a browser component instead of the activex.

We are aware of this issue. You may get the error and you probably wont see the component in the window. However, if you switch to the runtime you will see what you put on the window.

You may have to just close the window and re-open it. The problem occurs with Ignition 64-bit. We are working on a fix.

i am using Ignition 32-bit with Win Xp-SP3.

The problem is there with 32 bit, it’s just slightly different than 64 bit. In 64 bit you will not get the error displayed on the component like you do in 32 bit. As stated before, place the ActiveX component on the window and you will be able to see it in the runtime.