tomfrascone / diy-layout-creator

Automatically exported from code.google.com/p/diy-layout-creator
0 stars 0 forks source link

Copy-paste throws error #187

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?

Please use labels and text to provide additional information.

Original issue reported on code.google.com by bancika@gmail.com on 27 Nov 2012 at 10:43

GoogleCodeExporter commented 8 years ago
Steps to reproduce;

1. Copy something
2. Paste it (ctrl+v then click)

Work-around, after the error dialog has been dismissed, press [Esc] and it gets 
pasted.

Original comment by per.tre...@gmail.com on 4 Mar 2013 at 9:20

GoogleCodeExporter commented 8 years ago

Original comment by bancika@gmail.com on 4 Mar 2013 at 10:21

GoogleCodeExporter commented 8 years ago
Still get an error.

java.lang.NullPointerException
    at org.diylc.presenter.InstantiationManager.instantiateComponent(Unknown Source)
    at org.diylc.presenter.InstantiationManager.setComponentTypeSlot(Unknown Source)
    at org.diylc.presenter.Presenter.setNewComponentTypeSlot(Unknown Source)
    at org.diylc.presenter.Presenter.mouseClicked(Unknown Source)
    at org.diylc.swing.plugins.canvas.CanvasPlugin$4.mouseClicked(Unknown Source)
    at java.awt.AWTEventMulticaster.mouseClicked(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)

Original comment by per.tre...@gmail.com on 4 Mar 2013 at 10:35

GoogleCodeExporter commented 8 years ago
Can you send me the file and which components are you copy-pasting?

Original comment by bancika@gmail.com on 4 Mar 2013 at 10:42

GoogleCodeExporter commented 8 years ago
Actually, I think it has to do with the config, can you send me your config.xml?

Original comment by bancika@gmail.com on 4 Mar 2013 at 11:43