29.10.2010, 15:42 (This post was last modified: 29.10.2010, 15:45 by routeconverter.)
(29.10.2010, 07:02)routeconverter Wrote: I'm going to create some debug versions of RouteConverter with lots of debug information to analyze, what is actually different.
Hi Harry,
please download the latest prerelease if you've just uploaded. Clean your logs and start it.
On Windows, it starts as normal. And then opens a dialog with the callback message:
Does that happen on Mac OS X and Linux, too?
In any case, there is the same ugly button as in BrowserTest4 above the map. Please press it. Does the dialog with the callback message come up now?
(29.10.2010, 15:42)routeconverter Wrote: In any case, there is the same ugly button as in BrowserTest4 above the map. Please press it. Does the dialog with the callback message come up now?
And finally: please attach the logs to your post.
Unfortunately now call back popup, not on mac and neither on linux.
(29.10.2010, 16:26)hvdwolf Wrote: Please find attached the new logs
Thank you for testing, I found the difference between BrowseTest4 and RouteConverter: RouteConverter tries to reduce the risk that some process is using the open port by checking that requests to it are originating from the web browser. And that check is failing on Linux and Mac OS X:
The linux version now shows a callback upon start and upon pressing the big button. Next to that it also shows a popup for every map action like zooming and inserting a point/position (right-click).
The mac version always shows 3 popups: During startup, button press, zooming in the map and inserting a point/position by right-clicking in the map.
Note: the right-click action for insert gives a callback popup but does not actually insert a point. Not on mac and neither on linux.
(01.11.2010, 10:39)routeconverter Wrote: Please try again and send me the logs. It should work as expected...
If you mean with "it should work as expected" that right-click->insert will insert a position, than unfortunately: it doesn't. Not on mac and neither on linux.
For the rest the application seems to work correct.
(01.11.2010, 18:45)hvdwolf Wrote: If you mean with "it should work as expected" that right-click->insert will insert a position, than unfortunately: it doesn't. Not on mac and neither on linux.
Or on Windows: I've just fixed that bug:
Quote:Nov 1, 2010 1:22:18 PM
SEVERE: Exception in thread "AWT-EventQueue-0"
Nov 1, 2010 1:22:18 PM
SEVERE: java.util.MissingResourceException: Can't find resource for bundle java.util.PropertyResourceBundle, key new-position-comment
I've changed the name of a key which led to the exception. Please try the latest prerelease.
(01.11.2010, 18:45)hvdwolf Wrote: For the rest the application seems to work correct.
That's good news. Have the speed problems on Mac OS X vanished?
Right-clicking works on both Linux and Mac. The problem with mac though is that due to the 3 callbacks also three equal points get inserted at once.
The speed problem on Mac is gone. Saving and opening files now works fine. files are written OK as well, apart from the triple positions for Mac. You can remove them from the list in the right panel by using the wastebin icon, but it's not nice.
So far I'm really impressed with what you've done in a short time. Thank you.