FM> The Telix dialog box says it's connected, then it takes nearly 3 seconds
FM> before it switches from the dialog box to the display which goes with
FM> sending the Yoohoo. This is the relevant bit...
FM> if (dial(dEntry,9) <= 0) exittelix(1,1); // Give up after 9 dial
FM> attempts // delay_scr(10); // wait one second
FM> after connecting
FM> // above line removed 6/2/95.
FM> FIM.
FM> flushbuf(); // trash any garbage they
FM> sent us clear_scr(); prints("Sending Yoohoo");
Aha, it's the 3 seconds in the dialog box that's doing it? Well
try doing this. After the "_zmod_auto = 0;" line stick in
"_alarm_on = 0;". Hopefully this will get rid of that dialog
box, and get straight into the guts. If you have an aversion to
changing the code, you could try switching off the alarms in the
configuration section (Alt-O, General, B). BFN. Paul.
@EOT:
--- Mksmsg
* Origin: none (3:711/934.9)
|