T.R | Title | User | Personal Name | Date | Lines |
---|
1586.1 | A guess | A1VAX::BARTH | Shun the frumious Bandersnatch | Fri Oct 09 1992 16:05 | 8 |
| I assume you are invoking allin1/broadcast ?
If so, it may be that A1 turns off broadcast trapping (though I'm not sure
I know why it would). You can try issuing an OA$TRM_BRDCST_INIT function
from within your code (call back to A1 to have it do this function) and
then perhaps ALL-IN-1 will be a bit more helpful.
~K.
|
1586.2 | Original position is not maintained. | WPOPTH::BEESON | Down Under in the bottom left corner | Mon Oct 26 1992 06:31 | 18 |
| Hi, Karl,
Sorry for being so slow to respond... If I use /BROADCAST the message
appears at the bottom of the screen (line 24) with the cursor
positioned directly after the message. The cursor is not returned to
the position on the screen where I left it.
I have looked at setting up my own trap, and the I/O User's Reference
Part I in the VMS documentation set suggests that it can be done fairly
easily (8.2.4), but not how it is done. Neither have I been able to
locate a notes conference discussing VMS programming (which I find a
bit perculiar).
Is the behaviour I'm observing correct? Do you know where I can find
more information or a formum for discussion of my problem?
Thanks for you time, regards,
ajb
|
1586.3 | ALL-IN-1 may think it's supposed to use line 24 | A1VAX::BARTH | Shun the frumious Bandersnatch | Mon Oct 26 1992 18:16 | 20 |
| Which form does ALL-IN-1 think is current? (I know you have an editor
active, but A1 still thinks a form is on the screen - which one?)
It may be that ALL-IN-1 is handling broadcast messages as though you
had line 24 available for messages. My guess is that A1 would behave
in the way you are seeing in that case.
Hmmm. You might have to turn off A1's trapping and do it yourself,
just as you are thinking.
> I have looked at setting up my own trap, and the I/O User's Reference
> Part I in the VMS documentation set suggests that it can be done fairly
> easily (8.2.4), but not how it is done. Neither have I been able to
> locate a notes conference discussing VMS programming (which I find a
> bit perculiar).
I believe that you could ask your question in the VMS conference.
Check easynotes.lis for the node it's on these days.
~K.
|