Subj : Re: MPL
To : GRYPHON
From : IGNATIUS
Date : Thu Jan 31 2019 07:20 pm
Gr> Ok, not sure if you realize this, but that line above, as quoted, is
Gr> pretty annoying. It might translate well on your local host, but not on
Ok. I will remove it. Thanks for letting me know.
Gr> I was able to get it to run as with that one modification. However, all
Gr> it does is display the oneline.lst file, since I don't have the ansi's
Gr> to go along with it. Nor have you put any code in there for user
Gr> interaction.
What exactly did you do, and which line did you add the "foneline" variable to?
Gr>
Gr> I'm assuming, by looking at the code, that you want to be able to use the
Gr> lightbar to move up and down, and select one of the entries, yes?
Yes. That's it exactly. 1) Display oneline.lst 2) allow the user to choose
between leaving a "oneliner" (thus adding it to oneline.lst) or going to the
main menu. That's it right there.
Gr>
Gr> All your code is doing right now, is after it reads the files and loads
Gr> the variables, is that it calls the 'show()' function. And all that
Gr> function does is display the oneh.ans file and then displays all the
Gr> toneliner and twriter variables, then exits the program.
Hmm. Yeah. That doesn't seem right. I can't recall if my un-modified source
has that issue or not. Reapern66 actually tried to re-write the program. I'm
not trying to place blame, but maybe he missed a few things? BTW, I originally
wrote this program for Mystic 1.07.3. For the record, currently, I absolutely
do not understand the "new" syntax.
Gr>
Gr> Maybe if you describe to me what you want it to do, I can help you out
Gr> with it.
Gr>
Well, basically, like I said, it _should_ display oneline.lst and offer a
choice between leaving a oneliner or going to the main menu.
Thank you for taking the time to help me out. It's much appreciated.