- Sun Aug 24, 2014 3:16 pm
#382482
Hi, I'm looking for the wind speed parameter, in the sea dialog it seems to be missing.
All you need to do is copy this, paste a copy in front, separated by a comma, and change "wind_direction" to "wind_speed", such that you will then have this:n.wind_direction=n.windPanel.addControl(new mx.ScalarBar(t.wind_direction))
It's not difficult, and you can always re-run the installer in the event that something goes wrong, but still, you may prefer to make a quick copy of the .js file, first. After making the edit, you should have a Speed slider in the Wind panel of the Sea UI, and it should work fine....,n.windPanel=n.addControl(new mx.Expando("Wind",!1,!1)),n.wind_speed=n.windPanel.addControl(new mx.ScalarBar(t.wind_speed)),n.wind_direction=n.windPanel.addControl(new mx.ScalarBar(t.wind_direction)),n.weight_against...