I'm working on bringing that presentation app to an extreme level, but the bottom line is, I can't focus on any one thing for more than about 5 hours at a time. After that I need to find something else to either do or work on.
That being said, I decided to revisit my QC development package and take a more professional look at my compile menu. Currently, It's just a bat file with a bunch of options. It does everything it supposed to do just fine, but it's not as fancy as I would like.
I decide to learn VBScript (on the fly) and upgrade the entire thing to an HTA file (HTML Application, IE only). I got pretty far with that in just an hour or so, but I still hate it, mainly because I hate IE. VBScript isn't a very friendly language either. The errors it throws are so arbitrary and off in space that I spend more time trying to find answers than I would like. Something as simple as an If statement (even when written exactly the way they say to write it) has all kinds of complications and bullshit.
I could just dump VB and HTA altogether and go the AIR route but that has problems of it's own as well. My goal is to just make my menu "pretty". It's not going to do anything new. There's nothing new to do.
Anyway, sometime in the near future, maybe next Monday thru Wednesday I intend to release a new QC dev pack with some upgrades to my previous one. I already rewrote my syntax highlight plugin for np++ so, that's done. When I get this compile menu complete the next thing I want to figure out how to do is make a "Quake-ish" skin for np++. That way, in my world, it will all be a polished & (hopefully) attractive package. However, I still won't be done. Eventually i intend to finish my complete QC rewrite. maybe even start over with actual classes. The end game is to have a completely custom and attractive all-in-one QC development environment.
That being said, I decided to revisit my QC development package and take a more professional look at my compile menu. Currently, It's just a bat file with a bunch of options. It does everything it supposed to do just fine, but it's not as fancy as I would like.
I decide to learn VBScript (on the fly) and upgrade the entire thing to an HTA file (HTML Application, IE only). I got pretty far with that in just an hour or so, but I still hate it, mainly because I hate IE. VBScript isn't a very friendly language either. The errors it throws are so arbitrary and off in space that I spend more time trying to find answers than I would like. Something as simple as an If statement (even when written exactly the way they say to write it) has all kinds of complications and bullshit.
I could just dump VB and HTA altogether and go the AIR route but that has problems of it's own as well. My goal is to just make my menu "pretty". It's not going to do anything new. There's nothing new to do.
Anyway, sometime in the near future, maybe next Monday thru Wednesday I intend to release a new QC dev pack with some upgrades to my previous one. I already rewrote my syntax highlight plugin for np++ so, that's done. When I get this compile menu complete the next thing I want to figure out how to do is make a "Quake-ish" skin for np++. That way, in my world, it will all be a polished & (hopefully) attractive package. However, I still won't be done. Eventually i intend to finish my complete QC rewrite. maybe even start over with actual classes. The end game is to have a completely custom and attractive all-in-one QC development environment.
Comment