Page 2 of 3

RE: Custom Layer Manager - Add Layer: Nothing happens

Posted: Mon May 30, 2016 2:56 pm
by Dimitris
That's curious.

When processing the georef file, we explicitly swap commas with periods and use an en-US culture context for the double-parse in order to ensure there are no culture mismatches.

We'll try to make this a bit more bulletproof.

RE: Custom Layer Manager - Add Layer: Nothing happens

Posted: Mon May 30, 2016 3:00 pm
by I1066
Be pragmatic, parse it with a Regex and just avoid all the hassle with culture and stuff.

And don't hide any exceptions, at the very least, log then to the Windows Application log so people don't need to hook up a debugger to see the exceptions.


When you are at it, move the cursor to the center after zooming in, so further zooming don't reposition the map again.

RE: Custom Layer Manager - Add Layer: Nothing happens

Posted: Mon May 30, 2016 3:15 pm
by Dimitris
ORIGINAL: I1066
Be pragmatic, parse it with a Regex and just avoid all the hassle with culture and stuff.

And don't hide any exceptions, at the very least, log then to the Windows Application log so people don't need to hook up a debugger to see the exceptions.

Yes, master.

RE: Custom Layer Manager - Add Layer: Nothing happens

Posted: Mon May 30, 2016 3:17 pm
by Dimitris
ORIGINAL: I1066
When you are at it, move the cursor to the center after zooming in, so further zooming don't reposition the map again.

There is an option for that.

RE: Custom Layer Manager - Add Layer: Nothing happens

Posted: Mon May 30, 2016 3:32 pm
by mikmykWS
ORIGINAL: I1066

Be pragmatic, parse it with a Regex and just avoid all the hassle with culture and stuff.

And don't hide any exceptions, at the very least, log then to the Windows Application log so people don't need to hook up a debugger to see the exceptions.


When you are at it, move the cursor to the center after zooming in, so further zooming don't reposition the map again.

Stop giving D a hard time. He's sold a lot of games, won a few awards and most of us think the world of him. He's doing a good job and taking on big challenges to give people a great game experience. He doesn't need to put up with this Jr. Programmer childish shit.

Mike

RE: Custom Layer Manager - Add Layer: Nothing happens

Posted: Mon May 30, 2016 3:35 pm
by I1066
ORIGINAL: Sunburn
ORIGINAL: I1066
When you are at it, move the cursor to the center after zooming in, so further zooming don't reposition the map again.

There is an option for that.


There's an option to zoom to the cursor position, but after the initial zoom, the cursor should be moved to the center since it is likely you want to zoom to the point where you initially positioned the cursor, and not the to place on the map where the cursor happen to point after the initial zoom.

RE: Custom Layer Manager - Add Layer: Nothing happens

Posted: Mon May 30, 2016 3:46 pm
by I1066
ORIGINAL: mikmyk
Stop giving D a hard time. He's sold a lot of games, won a few awards and most of us think the world of him. He's doing a good job and taking on big challenges to give people a great game experience. He doesn't need to put up with this Jr. Programmer childish shit.

Mike

You are welcome.
I acknowledge the appreciation after spending several hour trying to find a bug in a software I bought and paid for.

RE: Custom Layer Manager - Add Layer: Nothing happens

Posted: Mon May 30, 2016 3:48 pm
by Kitchens Sink
Where is thewood1 when he's really needed?

RE: Custom Layer Manager - Add Layer: Nothing happens

Posted: Mon May 30, 2016 3:51 pm
by mikmykWS
That money bought you the game not the right to abuse our programmer or anybody else with your stupid lectures on what's pragmatic or how to program anything.


Mike

RE: Custom Layer Manager - Add Layer: Nothing happens

Posted: Mon May 30, 2016 3:53 pm
by mikmykWS
ORIGINAL: Kitchens Sink

Where is thewood1 when he's really needed?

LOL exactly.

Mike

RE: Custom Layer Manager - Add Layer: Nothing happens

Posted: Mon May 30, 2016 4:05 pm
by I1066
ORIGINAL: mikmyk

That money bought you the game not the right to abuse our programmer or anybody else with your stupid lectures on what's pragmatic or how to program anything.


Mike

Exactly which part of parsing a double with a regex, to avoid OS related culture issues, is stupid?

RE: Custom Layer Manager - Add Layer: Nothing happens

Posted: Mon May 30, 2016 4:05 pm
by Dimitris
ORIGINAL: I1066

ORIGINAL: Sunburn
ORIGINAL: I1066
When you are at it, move the cursor to the center after zooming in, so further zooming don't reposition the map again.

There is an option for that.


There's an option to zoom to the cursor position, but after the initial zoom, the cursor should be moved to the center since it is likely you want to zoom to the point where you initially positioned the cursor, and not the to place on the map where the cursor happen to point after the initial zoom.

Fair point; Added.

RE: Custom Layer Manager - Add Layer: Nothing happens

Posted: Mon May 30, 2016 4:06 pm
by thewood1
I'll step in after this craphead builds his own game. Please give him a refund and cancel his membership.

RE: Custom Layer Manager - Add Layer: Nothing happens

Posted: Mon May 30, 2016 4:09 pm
by mikmykWS
ORIGINAL: I1066

ORIGINAL: mikmyk

That money bought you the game not the right to abuse our programmer or anybody else with your stupid lectures on what's pragmatic or how to program anything.


Mike

Exactly which part of parsing a double with a regex, to avoid OS related culture issues, is stupid?

Nothing. Its lecturing and needling another programmer that stupid and annoying. Mostly because you don't have to.

Thanks

Mike

RE: Custom Layer Manager - Add Layer: Nothing happens

Posted: Mon May 30, 2016 4:14 pm
by thewood1
I feel better.

RE: Custom Layer Manager - Add Layer: Nothing happens

Posted: Mon May 30, 2016 4:42 pm
by I1066
ORIGINAL: mikmyk

Nothing. Its lecturing and needling another programmer that stupid and annoying. Mostly because you don't have to.

Thanks

Mike

So in what way does telling a paying customer he is stupid and annoying, after he spent several hours debugging your software, help solving the problem?
And is this something you have to do?

RE: Custom Layer Manager - Add Layer: Nothing happens

Posted: Mon May 30, 2016 4:52 pm
by thewood1
Article 56, paragraph 27 of the Commonwealth of Massachusetts Code:

When a customer is being a dink, proprietor is allowed to respond aggressively and with prejudice.

RE: Custom Layer Manager - Add Layer: Nothing happens

Posted: Mon May 30, 2016 5:12 pm
by mikmykWS
ORIGINAL: I1066

ORIGINAL: mikmyk

Nothing. Its lecturing and needling another programmer that stupid and annoying. Mostly because you don't have to.

Thanks

Mike

So in what way does telling a paying customer he is stupid and annoying, after he spent several hours debugging your software, help solving the problem?
And is this something you have to do?

Sorry that took you hours to do.

Mike

RE: Custom Layer Manager - Add Layer: Nothing happens

Posted: Mon May 30, 2016 5:17 pm
by thewood1
Well maybe he'll learn to let the professionals do it next time. Would save everyone.

RE: Custom Layer Manager - Add Layer: Nothing happens

Posted: Mon May 30, 2016 5:28 pm
by I1066
I don't mind helping out, especially since I know the frustration you feel when you can't reproduce a problem.
I do mind being intentionally insulted and told I'm stupid and annoying when spending time working together with you to solve a problem in your software.
And on top of that thewood1 comes in from nowhere and joins the insulting while being supported by a moderator.