Laziness gets the better of me...
Well, hit a problem the other night with my code... was unable to update. Or at least I thought it was only updating. Today I tried a few other combinations and outside of the few initial queries everything wasn't working.
I guess the Async client doesn't like static methods. It's something I tend to do for a couple of reasons, but one of the poorer reasons I have is that it sometimes makes development quicker to not have to instantiate my variables. Well, I had to go back and re-factor everything away from the static variables and it appears good again.
I have a newer snazzier login screen and a screen to manage users. Not a lot of progress, but it was stalled for the reasons I just mentioned. Here is the current login screen, nothing too fancy, just nicer looking than the old windows forms one:
Image dimensions need to be tweaked a bit and things like pressing tab and using the enter button aren't setup at the moment.
I guess the Async client doesn't like static methods. It's something I tend to do for a couple of reasons, but one of the poorer reasons I have is that it sometimes makes development quicker to not have to instantiate my variables. Well, I had to go back and re-factor everything away from the static variables and it appears good again.
I have a newer snazzier login screen and a screen to manage users. Not a lot of progress, but it was stalled for the reasons I just mentioned. Here is the current login screen, nothing too fancy, just nicer looking than the old windows forms one:
Image dimensions need to be tweaked a bit and things like pressing tab and using the enter button aren't setup at the moment.
Comments
Post a Comment