Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"First Time?" menu item #98

Closed
scotthibbs opened this issue Nov 8, 2022 · 5 comments · Fixed by #156
Closed

"First Time?" menu item #98

scotthibbs opened this issue Nov 8, 2022 · 5 comments · Fixed by #156
Assignees
Labels
enhancement New feature or request feedback Feedback to help us improve good first issue Good for newcomers

Comments

@scotthibbs
Copy link
Collaborator

I need to write a "First Time?" menu button for the menu bar.

The first item should be "First Time Setup" and should include a quick setup on how the program is setup and used.

Under this should be the name of all our contests in order of the contest dropdown, and if clicked, provide help with each contest and should include blurbs on the contests and exchanges with info on the real dates and links to these contests.

I've assigned myself the texts to write and once done, we can program the menu buttons to be populated.

@scotthibbs scotthibbs added the feedback Feedback to help us improve label Nov 8, 2022
@scotthibbs scotthibbs self-assigned this Nov 8, 2022
@scotthibbs scotthibbs changed the title "First Time" menu item "First Time?" menu item Nov 8, 2022
@scotthibbs
Copy link
Collaborator Author

Silly me.. I added this to the already existing "Help File needs to be written #67"

@w7sst
Copy link
Owner

w7sst commented Nov 12, 2022

Silly me.. I added this to the already existing "Help File needs to be written #67"

Scott, you might copy your "first time user" text here and then mark this Issue as a good first issue. I'll add notes on how to use a MessageBox to display your text. this will keep the other Issue #67 reserved for a full help file (which I think was your intent on that other issue).

@scotthibbs scotthibbs added enhancement New feature or request good first issue Good for newcomers labels Nov 12, 2022
@scotthibbs
Copy link
Collaborator Author

scotthibbs commented Nov 12, 2022

Reopening..
(A separate issue will be writing a help file and another for the contest help)

This issue is for creating a menu item to open a MessageBox to display the following:

First Time?
Welcome! This is the first time setup:

Select the Contest you wish to operate.
Type the exchange you wish to send.
In the station section replace VE3NEA with your call.
Select your CW Speed, Tone, and the min/max speed settings.
Under band conditions you can select any realistic hardships.
Activity is the average amount of responses you want per CQ.
So if no one responds, you might get twice the number the following time.
This is a pile up trainer after all. - have fun.
Select the time limit you want to run the contest.
The Run button has a drop down.
Single Call - immediately you will get someone trying to contact you.
Pile up - You need to call CQ to start. hit enter or F1

Don't forget to provide feedback at www.github.com/w7sst/MorseRunner/

@scotthibbs scotthibbs reopened this Nov 12, 2022
@w7sst
Copy link
Owner

w7sst commented Nov 12, 2022

As a coding suggestion for this Issue...

  • You can duplicate the implementation for Help | About.
  • Add a menu item and associated event handler function.
  • Place the text above into the MessageBox call.

Please include a screen shot with the pull request/code review.

@w7sst
Copy link
Owner

w7sst commented Nov 27, 2022

Hi @scotthibbs ,
We may have to defer this for 1.82 since no one has volunteered for it. If you feel strongly we should include this for 1.82, I can work on it over the next week - it shouldn't take long. Otherwise, I think we are getting close to releasing 1.82. An early compile of 1.82 is available here.

@w7sst w7sst self-assigned this Dec 4, 2022
@w7sst w7sst linked a pull request Dec 4, 2022 that will close this issue
scotthibbs added a commit that referenced this issue Dec 4, 2022
@scotthibbs suggested we add a simple `First Time Setup` menu pick to
the Help menu. I used his suggested text as a starting point. Thanks to
Scott for providing the original text. Fixes #98

When you review this, please suggest changes to wording either as a
comment, or make the changes directly via github.

See output below...

![image](https://user-images.githubusercontent.com/106113737/205467795-46a83940-5390-49f5-a5e7-bfba9690bf4f.png)


![image](https://user-images.githubusercontent.com/106113737/205467815-a3b1c5bc-2f9f-43d2-b368-88d468fa9141.png)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request feedback Feedback to help us improve good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants