Yeah TempodiBasic I do have a manual of sorts including change log called: b+ Very Simple GUI.txt
OK I finally got the data entry bas file going in preparation for GUI. I made up a: PE Forum - Class.txt list in a WP to start.
I used that list to sketch out my vision of a Gradebook and then I made a Gradebook Data Entry.bas to go over details of how to work lines for List box and saves to .dat file.
I wrote Class Notes.txt to explain some stuff more and there is one GUI app for browsing files and folders to get a filename in this case the Class.txt file for list of name of class we are recording grades, actually scores from 1 to 100. Get 1 point just for showing up and getting your name right. Needed that to distinguish from test scores not filled in yet in the dat file lines.
So here is the package I made to prepare to convert to GUI but really, do we have to? It's working pretty nice already!
Source code for get_Filename.exe is in sub folder for you to compile but I use SHELL to call it from inside demo bas files and I don't know if that works for Linux folks. You folks will have to plug in your own version of that line I think?
Here's a screen shot of the Sketch:
Wow! JRace has a 0, that shouldn't happen in random generated scores I made for Gradebook Data Entry.bas file, I think. It did find correct ave for 5 not 4 but I didn't have to worry about how many tests to average for Sketch demo. I sure did when loading and editing data from file!
get_Filename in action with proper file highlighted in List box, just click the "Use This File" button.
OK I finally got the data entry bas file going in preparation for GUI. I made up a: PE Forum - Class.txt list in a WP to start.
I used that list to sketch out my vision of a Gradebook and then I made a Gradebook Data Entry.bas to go over details of how to work lines for List box and saves to .dat file.
I wrote Class Notes.txt to explain some stuff more and there is one GUI app for browsing files and folders to get a filename in this case the Class.txt file for list of name of class we are recording grades, actually scores from 1 to 100. Get 1 point just for showing up and getting your name right. Needed that to distinguish from test scores not filled in yet in the dat file lines.
So here is the package I made to prepare to convert to GUI but really, do we have to? It's working pretty nice already!
Source code for get_Filename.exe is in sub folder for you to compile but I use SHELL to call it from inside demo bas files and I don't know if that works for Linux folks. You folks will have to plug in your own version of that line I think?
Here's a screen shot of the Sketch:
Wow! JRace has a 0, that shouldn't happen in random generated scores I made for Gradebook Data Entry.bas file, I think. It did find correct ave for 5 not 4 but I didn't have to worry about how many tests to average for Sketch demo. I sure did when loading and editing data from file!
get_Filename in action with proper file highlighted in List box, just click the "Use This File" button.
b = b + ...