26.08.2010, 13:46
(This post was last modified: 26.08.2010, 13:46 by routeconverter.)
(26.08.2010, 10:57)hvdwolf Wrote: However, when started in debug mode from IntelliJ, the "-XstartOnFirstThread" is not given and RouteConverter starts without map. Than it functions perfectly allright: opening, saving, preferences. All work fine.
Ok, so it's really related to the SWT stuff.
(26.08.2010, 10:57)hvdwolf Wrote: You changed that to make it possible for Linux/MacOSX/BSD users to insert points.
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?
--
Christian
Christian
