With regard to the crash when resizing the screen with the map visible: I started the jar with "java -verbose -XstartOnFirstThread -jar RouteConverterPrereleaseMac64.jar". Now this verbose option generates loads of messages. When trying to resize the window the following messages are generated. I hope it gives you some extra info.
When starting the application and select from the menu "View -> Maximize Map", I get the complete map and can scroll, move, zoom in/out.
When I then select "View -> Show Map and Position list" I can also scroll, move, zoom in/out. It's not 100% stable yet, but in case it's again partially visible I do the "maximize, map&postion" trick again.
I now get the idea that the map window size is not correctly determined/initialized, until you maximize it (known screen size) and then set it back where it now "remembers" the original size and intitializes it correctly.
The right-click insert/remove still doesn't work due to that not working webkit internal http connection that you explained.
Code:
[Loaded apple.awt.CWindow$14 from /System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Classes/ui.jar]
[Loaded apple.awt.CToolkit$CPeerEvent from /System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Classes/ui.jar]
[Loaded sun.awt.SunToolkitSubclass from /System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Classes/ui.jar]
[Loaded chrriis.dj.nativeswing.swtimpl.NativeComponent$CMN_getPreferredSize from file:/Users/Shared/development/RouteConverter/Routeconverter/prerelease20100528/RouteConverterPrereleaseMac64.jar]When starting the application and select from the menu "View -> Maximize Map", I get the complete map and can scroll, move, zoom in/out.
When I then select "View -> Show Map and Position list" I can also scroll, move, zoom in/out. It's not 100% stable yet, but in case it's again partially visible I do the "maximize, map&postion" trick again.
I now get the idea that the map window size is not correctly determined/initialized, until you maximize it (known screen size) and then set it back where it now "remembers" the original size and intitializes it correctly.
The right-click insert/remove still doesn't work due to that not working webkit internal http connection that you explained.
