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
When loading launching the .exe, read the news page and store all of the date headers in the temp file.
When the user selects the "news" button, read the news page and store all of the date headers in a local file of the user for reference later.
When launching the .exe, and FEB detects "IMPORTANT" or "URGENT" next to any headers, trigger a Flag Bool to True. Compare the current list of headers on the news page with the ones saved in the users local file. If any date reads "IMPORTANT" or "URGENT" and the user has not seen it before, make the NEWS BUTTON change color.
Yellow = Important
Red = Urgent
If both Important and Urgent are a factor = Red
Can we get the News button to show the latest date of news from this page https://github.com/Nikolai558/FE-BUDDY/wiki#news ?
When loading launching the .exe, read the news page and store all of the date headers in the temp file.
When the user selects the "news" button, read the news page and store all of the date headers in a local file of the user for reference later.
When launching the .exe, and FEB detects "IMPORTANT" or "URGENT" next to any headers, trigger a Flag Bool to True. Compare the current list of headers on the news page with the ones saved in the users local file. If any date reads "IMPORTANT" or "URGENT" and the user has not seen it before, make the NEWS BUTTON change color.
Yellow = Important
Red = Urgent
If both Important and Urgent are a factor = Red
Some resources:
https://stackoverflow.com/questions/22424884/windows-form-c-sharp-button-blink-on-and-off
https://social.msdn.microsoft.com/Forums/vstudio/en-US/c05222e9-51bc-4571-b80d-e76c0caed74b/c-button-as-blinking?forum=csharpgeneral
https://www.youtube.com/watch?v=UbVQdBVsXw8
The text was updated successfully, but these errors were encountered: