1. RE: errors and missing info in WIN32LIB DOCS.
- Posted by Brian Broker <bkb at cnw.com> Oct 08, 2004
- 443 views
Bernard Ryan wrote: > > sethandler() fir w32event says in one place that the third parameter > returned is and integer but really returns a sequence. > > No place in the docs does it explain what is contained in this sequence. > > Bernie > An event handler gets 3 parameters: (integer self, integer event, sequence parms). For w32HEvent, the parms sequence is { atom winmsg, atom wParam, atom lParam }. You might be confusing these two things but this info is correctly stated in the docs... -- Brian
2. RE: errors and missing info in WIN32LIB DOCS.
- Posted by Bernard Ryan <xotron at bluefrog.com> Oct 08, 2004
- 444 views
Brian Broker wrote: > > An event handler gets 3 parameters: (integer self, integer event, > sequence parms). For w32HEvent, the parms sequence is { atom winmsg, > atom wParam, atom lParam }. You might be confusing these two things but > this info is correctly stated in the docs... > > -- Brian > > Thanks Brian The documents are drifting away from simple explainations. Bernie My files in archive: http://www.rapideuphoria.com/w32engin.zip http://www.rapideuphoria.com/mixedlib.zip http://www.rapideuphoria.com/eu_engin.zip http://www.rapideuphoria.com/win32eru.zip
3. RE: errors and missing info in WIN32LIB DOCS.
- Posted by Derek Parnell <ddparnell at bigpond.com> Oct 08, 2004
- 453 views
- Last edited Oct 09, 2004
Bernard Ryan wrote: > > Brian Broker wrote: > > > > An event handler gets 3 parameters: (integer self, integer event, > > sequence parms). For w32HEvent, the parms sequence is { atom winmsg, > > atom wParam, atom lParam }. You might be confusing these two things but > > this info is correctly stated in the docs... > > > > -- Brian > > > > > Thanks Brian > > The documents are drifting away from simple explainations. What does that mean, Brian? I don't understand your issue? I'm sorry the docs are not up to the standard you require. -- Derek Parnell Melbourne, Australia
4. RE: errors and missing info in WIN32LIB DOCS.
- Posted by Brian Broker <bkb at cnw.com> Oct 09, 2004
- 464 views
Derek Parnell wrote: > > Bernard Ryan wrote: > > > > Brian Broker wrote: > > > > > > An event handler gets 3 parameters: (integer self, integer event, > > > sequence parms). For w32HEvent, the parms sequence is { atom winmsg, > > > atom wParam, atom lParam }. You might be confusing these two things but > > > > > > this info is correctly stated in the docs... > > > > > > -- Brian > > > > > > > > Thanks Brian > > > > The documents are drifting away from simple explainations. > > What does that mean, Brian? I don't understand your issue? > > I'm sorry the docs are not up to the standard you require. > > -- > Derek Parnell > Melbourne, Australia Docs are fine with me... I'm not the one taking issue here. -- Brian
5. RE: errors and missing info in WIN32LIB DOCS.
- Posted by Derek Parnell <ddparnell at bigpond.com> Oct 09, 2004
- 441 views
Brian Broker wrote: > > Derek Parnell wrote: > > > > Bernard Ryan wrote: > > > > > > Brian Broker wrote: > > > > > > > > An event handler gets 3 parameters: (integer self, integer event, > > > > sequence parms). For w32HEvent, the parms sequence is { atom winmsg, > > > > atom wParam, atom lParam }. You might be confusing these two things but > > > > > > > > > > > > this info is correctly stated in the docs... > > > > > > > > -- Brian > > > > > > > > > > > Thanks Brian > > > > > > The documents are drifting away from simple explainations. > > > > What does that mean, Brian? I don't understand your issue? > > > > I'm sorry the docs are not up to the standard you require. > > > > -- > > Derek Parnell > > Melbourne, Australia > > Docs are fine with me... I'm not the one taking issue here. Sorry, my mistake. It was Bernard that seems to have a problem with the docs. I was rushing out of the house and misread the message. Sorry again. > -- Derek Parnell Melbourne, Australia