Page 1 of 1

Bug Perhaps?

Posted: Wed 07 Nov 2007 8:52 pm
by II./JG1_Krupinski
Shades,

Another bug, with a work around.

I found for every air mission I create. I set all the waypoints and go to finalize by setting the last waypoint to land (at original base). The commit button appears, but does nothing when you click on it (no javascript error neither).

To get it to work, at this point I go change something, like altitude, change it back and go to last waypoint time and reset to Land.

Then it all appears again and works.

MP: Version v4.360
IE Version: 7.0.5730.11

Best regards,

Raven

PS. Any hopes of going ASPX (.NET) for the MP?

Posted: Thu 08 Nov 2007 4:37 am
by 22GCT_Gross
Did you hit the "finalize order mission" choice by right click mouse menu before hitting "commit"?
You must send this order anyway, also if you take your planes to land with landing order.

Posted: Thu 08 Nov 2007 6:53 am
by IV/JG7_4Shades
PS. Any hopes of going ASPX (.NET) for the MP?
:D The first MP versions were ASP, but the MP was ported to PHP years ago by popular demand of the user community.

Any particular reason why you would want ASPX?

Cheers,
4Shades

Posted: Thu 08 Nov 2007 2:47 pm
by II./JG1_Krupinski
IV/JG7_4Shades wrote:
PS. Any hopes of going ASPX (.NET) for the MP?
:D The first MP versions were ASP, but the MP was ported to PHP years ago by popular demand of the user community.

Any particular reason why you would want ASPX?

Cheers,
4Shades
I've been a developer for going on 20 years and have extensive experience with .NET.

Posted: Thu 08 Nov 2007 2:50 pm
by II./JG1_Krupinski
gross wrote:Did you hit the "finalize order mission" choice by right click mouse menu before hitting "commit"?
You must send this order anyway, also if you take your planes to land with landing order.
Not in the case described. If you change the last way point to 'LAND' it offers up the commit button.

Posted: Thu 08 Nov 2007 11:34 pm
by IV/JG7_4Shades
Raven,

Well, if you can handle ASP and .NET, then there really is no problem handling PHP. I knew neither before starting to write the MP (I guess it shows!), but really there is a reasonable amount of overlap between the two. Neither are hard to learn. Really, if I was going to change anything structural in the MP now, it would be to use a callback feature like Ajax.

The reason I shifted to PHP was to capture those users who were running Linux-based hosts through ISPs. In the sim community, PHP skills seem to be more widespread than ASP .NET. Of course, the DCS is 100% .NET.

Cheers,
4Shades

PS: The "Land"/Commit issue is new to me, basically because I never explicitly set a waypoint to "Land". Just hitting right-click:Finalize does it for me, the system assumes the last waypoint is meant to be a landing point. I'll have a look at the button activation code anyway.

Posted: Fri 09 Nov 2007 5:46 am
by 22GCT_Gross
Hi Krup,
What I wanted to say is: if you set the landing order in the waypoint list, yes, the yellow commit button does appear, but it will be not active until you choose the Finalize Order command from the right click context menu.

Posted: Fri 09 Nov 2007 12:13 pm
by II./JG1_Krupinski
gross wrote:Hi Krup,
What I wanted to say is: if you set the landing order in the waypoint list, yes, the yellow commit button does appear, but it will be not active until you choose the Finalize Order command from the right click context menu.
CC,

I'll be sure to finalize before clicking.. thanks...