Acorn Arcade forums: Programming: WIMP messages, the truth!
|
WIMP messages, the truth! |
|
midnightTrooper (03:50 12/1/2004) jmb (07:32 12/1/2004) Phlamethrower (13:46 12/1/2004) midnightTrooper (22:08 12/1/2004)
|
|
Lewis Westbury |
Message #49537, posted by midnightTrooper at 03:50, 12/1/2004 |
Member
Posts: 147
|
Can't find any helpful docs on doing this. So in the spirit of a bumbling amateur, with my trusty Func'n'Proc browser by my side, I have managed to read a WIMP message that another tool created. However, then the other apps don't seem to be able to read it.
A suspicion dawns that perhaps I should reply, or somehow indicate that everybody else is allowed to read the message now I've finished with it. But how? The DrWimp manual offers no clues. The BASIC V manual offers no clues.
How do I send a WIMP Message, and should I be sending something to confirm/reject the message so that other apps may receive it? If not, why else might my app be preventing others from receiving the message? |
|
[ Log in to reply ] |
|
JMB |
Message #49547, posted by jmb at 07:32, 12/1/2004, in reply to message #49537 |
Member
Posts: 467
|
Wimp_SendMessage is the SWI you want.
As for allowing other tasks to read it, if you're not interested in it, you should ignore it anyway
Not entirely useful, I'm afraid, but it's far too early in the morning to write any more. |
|
[ Log in to reply ] |
|
Jeffrey Lee |
Message #49578, posted by Phlamethrower at 13:46, 12/1/2004, in reply to message #49547 |
Hot Hot Hot Hot Hot Hot Hot Hot Hot Hot Hot Hot Hot stuff
Posts: 15100
|
If you don't have a copy of the Programmers Reference Manuals, then the StrongHelp manuals are the next best thing
http://sudden.recoil.org/stronghelp/index.php
You'll probably want at least the OS and Wimp manuals. |
|
[ Log in to reply ] |
|
Lewis Westbury |
Message #49609, posted by midnightTrooper at 22:08, 12/1/2004, in reply to message #49547 |
Member
Posts: 147
|
Wimp_SendMessage is the SWI you want.
As for allowing other tasks to read it, if you're not interested in it, you should ignore it anyway
Not entirely useful, I'm afraid, but it's far too early in the morning to write any more. Thanks. That's what I need for the next phase of the project. Turns out the problem was that I needed to reboot my machine. |
|
[ Log in to reply ] |
|
|
Acorn Arcade forums: Programming: WIMP messages, the truth! |