bNobo / needabreak

NEED A BREAK! is an application intended to help you take care of your health while you work on a computer.
GNU General Public License v3.0
8 stars 5 forks source link

Re: Issue #4 #22

Closed Kourosh-Golpad closed 4 years ago

Kourosh-Golpad commented 4 years ago

Added the 'Lock Now' button to the window appearing in the last minute before the timer locks the computer. The only issue is that I was unable to view the XAML window in the VS designer to adjust the margins and size properly. Would appreciate some help with that.

bNobo commented 4 years ago

Hi @kourosh95 The XAML designer is buggy but Visual Studio now supports hot reload. You can modify XAML during execution and immediatly see the result in the running application. All you have to do is to run it in debug mode because the option is set by default. You can have a look here for more information : https://docs.microsoft.com/en-us/visualstudio/xaml-tools/xaml-hot-reload?view=vs-2019

Kourosh-Golpad commented 4 years ago

Oh right I see. Thanks for that. I closed this pull because I forgot to update my forked code before making changes so I ended up having way too many conflicts. I'm going to rebase and make a new pull request.