Traceback (most recent call last):
File “event:actionPerformed”, line 5, in
java.lang.Error: java.lang.Error: Fatal: Resource for ServiceUI is broken; there is no tab.general.vkMnemonic key in resource
caused by Error: Fatal: Resource for ServiceUI is broken; there is no tab.general.vkMnemonic key in resource
Ignition v7.5.2 (b1146)
Java: Oracle Corporation 1.7.0_07
This is the error I got when I hit the print button on one of my windows.
This is the ActionPerformed code that worked before:
rc = system.gui.getParentWindow(event).getRootContainer()
job = system.print.createPrintJob(rc)
job.setMargins(0.5)
job.showPageFormat = 0
job.print()