--- In [email protected], "entropyreduction" <[EMAIL PROTECTED]> wrote: > > Which app? Might have a look myself?
Sure: http://www.autohotkey.com/docs/scripts/WinLIRC.htm > BTW, do you have IR hardware? If I do any development on this, I'll > need someone to test, as I have no IR stuff. No, I don't have any IR device either. So, I've been uninterested in WinLIRC stuff until now. I just become interested in doing it in PP's script as PP has dll plugin now. > Been investigating. So far I can't find an example of anyone > programming a COM event handler on-the-fly, i.e. all examples I can > find require knowledge of the sender's event model at compilation time. > > OTOH if your app has done it, it can be done. The question is, how > does your app get told which COM event (of all the COM events in the > world) should fire OnMessage? Sorry, I wasn't clear in my previous post. OnMessage(message_id) isn't triggered by COM event, is triggered by a Windows Message with message_id. I just thought that the procedures of the two functions are similar. The two functions (each from a different app) I had in mind are OnMessage(): http://www.autohotkey.com/docs/commands/OnMessage.htm ObjEvent(): http://www.autoitscript.com/autoit3/files/beta/autoit/docs/functions/ObjEvent.htm > I've run up a tiny glue app between winLirc and PP using ppCOMserver > which needs testing, if you're interested. > > BTW I haven't found any docs on how you send stuff from an app via > winLirc to an IR transmitter. You run into same? Neither do I. Does WinLIRC have that ability btw? Sean Attention: PowerPro's Web site has moved: http://www.ppro.org Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/power-pro/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
