11-26-2022, 07:42 PM
(11-26-2022, 03:14 AM)bplus Wrote: 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!This must be a WIP. I don't understand what is done by the "main" program LOL, choose a column and then add up for each student?
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?
On Manjaro MATE the GUI is sluggish, that is my only complaint. Otherwise it's the usual changing of filenames to all-lowercase and removal of spaces within to make sure it worked. Also copied the "arial.ttf" to the same directory as the program executables. But it's my tendency.
For "filename.txt" on Linux don't forget to write a full path in its style, not Windows style!
Almost forgot to mention that in "OpenWindow" sub in the BM file, might have to make the extra test to put "./" in front of a font filename candidate because using "_CWD$()" either isn't enough or confuses the command processor.