27.08.2010, 19:23
(26.08.2010, 13:46)routeconverter Wrote: What I've changed was that events are polled from the web browser. If you want to disable it, go to class BaseMapView around line 507 and comment out
if(!receivedCallback[0]) {
setCallbackListenerPort(-1);
initializeCallbackPoller();
}
This disables polling. Then edit the Debug configuration in IntelliJ to include -XstartOnFirstThread in 'VM parameters'. Now does this change the slow menu behaviour?
Yes, it certainly does. With the code enabled it is slow. With the code disabled it is normal speed. The "right-click insert" doesn't work anymore, but I assume that's exactly the point.