Easy Chart problem

Hi everyone.
I’ve discovered such problem:
-when I try to edit pen or add pen in easy chart customizer, appropriate windows don’t open.

Ignition version - 7.3.7 (b642) x32

P.S. Before we had 7.3.6 version but I’m afraid I can’t say exactly if the problem began after upgrade to 7.3.7

P.S.S found such messages in designer console:

[quote]Exception in thread “AWT-EventQueue-0” java.lang.NullPointerException
at com.inductiveautomation.factorypmi.designer.property.customizers.easychart.PenEditPanel.createTitledBorder(PenEditPanel.java:390)
at com.inductiveautomation.factorypmi.designer.property.customizers.easychart.PenEditPanel.initLayout(PenEditPanel.java:339)
at com.inductiveautomation.factorypmi.designer.property.customizers.easychart.PenEditPanel.(PenEditPanel.java:136)
at com.inductiveautomation.factorypmi.designer.property.customizers.EasyChartCustomizer$PenPanel$PenEditor.(EasyChartCustomizer.java:1150)
at com.inductiveautomation.factorypmi.designer.property.customizers.EasyChartCustomizer$PenPanel$PenEditor.createPen(EasyChartCustomizer.java:1143)
at com.inductiveautomation.factorypmi.designer.property.customizers.EasyChartCustomizer$PenPanel$EventHandler.actionPerformed(EasyChartCustomizer.java:909)
[/quote]

Hi,

This is one of the Java 7 incompatibilities that we’ve had to track down in various places. Unfortunately, it was fixed in 7.4.3, and not in 7.3.

If you can upgrade to 7.4 (or 7.5), that should fix it. If not, using Java 6 instead of Java 7 should also take care of it.

Regards,