I am finding since about v2.30 that the Page context menu and Pg Up/Down navigation in ForeUI to switch pages stops working on a regular basis.
All do is load up a Plot and start modifying and at some point they stop working.
The following error is displayed when doing right mouse up on the Page:
6)EaSynthForeUIlibxmlrpc-client-1.1.jar” com.easynth.foreui.MainApp
Exception in thread “AWT-EventQueue-0” java.lang.NullPointerException
at com.easynth.foreui.widget.plot_area.String.mouseClicked(Unknown Sourc
e)
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.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)
Context menus for elements still work normally.
This is still happening in v2.35
3 answers
It seems like it could extend to general keyboard handling on the plot pages, I cannot use arrow keys to move elements around.
Restarting ForeUI results in working as expected .. for a while.
Just confirmed it is a bug on hotkey processing, which is introduced from V2.32. Will have it fixed in next version, thanks for reporting.
As for the context menu issue, I can not reproduce it yet. If you have a plot file that can always reproduce this issue, please send me for checking.
This question is now closed