You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For the CQ WPX Contest, the user's Exchange field is not editable and fixed with the value 5NN #. While this is correct, it is not user-editable. This issue request will make this field editable and allow a user-entered RST and starting number to be specified. The existing # symbol will continue to represent auto-generated serial numbers.
Steps To Reproduce
Select CQ WPX Contest
Notice the Exchange field is not editable.
Expected behavior
The Exchange field should be editable.
It should be of the form: <RST> <NR>, where
RST is of the form: 599, 5NN, ENN, 579, etc.
NR is either a numeric value or #.
Allow user-entered number to be used as the starting number for the contest. Serial numbers will auto increment starting with this initial value.
Example values:
599 #
5NN #
5NN 101
ENN 501
etc.
Actual Behavior
Exchange field is fixed and not editable for the CQ WPX Contest.
Version information
Morse Runner version: 1.83
Tasks
The text was updated successfully, but these errors were encountered:
Improve error checking while editing Exchange field.
- Exchange field is now editable for CQ WPX Contest.
- User can specify a number or `#`.
- The number is the starting serial NR.
- The `#` represents the auto-generated sequence number. The initial
value will be randomly generated when running with `Mid-Contest` or `End
of Contest` Serial NR modes.
- Improved error checking and reporting
- fixes#278
Description
For the CQ WPX Contest, the user's Exchange field is not editable and fixed with the value
5NN #
. While this is correct, it is not user-editable. This issue request will make this field editable and allow a user-entered RST and starting number to be specified. The existing#
symbol will continue to represent auto-generated serial numbers.Steps To Reproduce
Expected behavior
<RST> <NR>
, where599
,5NN
,ENN
,579
, etc.#
.599 #
5NN #
5NN 101
ENN 501
Actual Behavior
Exchange field is fixed and not editable for the CQ WPX Contest.
Version information
Tasks
The text was updated successfully, but these errors were encountered: