Sorry, this might get the Dumb Question of The Year award, but for some reason I can't find the answer in Help or the Manuals. I might not have read as deeply as I should.
I'm trying to do two things.
1.) The simple thing: I'm trying to create a little message box that says 'Processing parts list' with an OK button in it. When you click the OK button, the message box goes away and the program keeps running. I've done this using C++ compilers, just use the MessageBox command, but for some reason I can't figure out how to do it with FTN95. My apologies if I'm missing something obvious.
2.) The more complicated thing: I want to put up a message box similar to the one above, but with the OK button greyed out at first, and whose message I can change as time goes on. Then when I've changed the message enough times, the OK button un-greys and becomes active, and the message box waits for the user to click the OK button. When he clicks it, the message box goes away and the program keeps running.
The purpose of this second (more complicated) message box is to inform the user of progress while the program is running. The program is processing a parts list, and every tenth part or so the program changes the message to the current part number. Eventually all parts are processed, and the program changes the message to the word DONE, un-greys the OK button, and waits for the user to click it.
Is that at all clear? Sometimes my descriptions aren't, sorry.
Is there a way to do either of the two things above, using FTN95?
Thanks!