
File Updates Required
So I had a chance this morning to try and run a debug session on the MOOVPAD Desktop App for general users, and found that because of the work I've done with getting everything Gitted (yes that's what its called now, gitted), the absolute paths to all the images in the project are now wrong of course. And this is because, as we know, E is very silly. Very silly boy.

These aren't major issues, but there are lots of these file links scattered throughout the app, and all will need updating. I originally used absolute instead of relative paths because I wanted to allow users to choose where they wanted to save different parts of the apps during installation. But given the approach I'm using with the system 'components' like class libraries and things like that, I can now switch to relative paths and forget about the problems happening again down the line.
Simples even.
The same thing applies to the MOOVPAD Pro Desktop app, requiring similar little fixes. But other than that, the code for both has been significantly improved in terms of warnings. Those that remain are due to incomplete code, so they'll be resolved later on.
Putting it out there though... you realise I'm silly, yeah? 🙂
Stay awesome,
EMH


HOW MOOVPAD IS BEING BUILT
For the overview of how MOOVPAD apps are being developed, the reasoning behind particular decisions during development, policies, and more in relation to all the technical things, please see the link to the left.
This will be an ongoing work in progress, and will always be linked to the bottom of each upcoming Blog post.