[Message Prev][Message
Next][Thread Prev][Thread Next][Message
Index][Thread Index]
Re: Help with OSD
Hi Neil,
> I want to play with the xPLRSS app and am trying to create an OSD
> message.
>
> So far I have written a script in xPLHAL which is:
>
> Sub TestOSD()
> call
xpl.sendmsg("","","OSD.BASIC","Hi")
> End Sub
>
> Then I created an event to call that script....
>
> is that right? or do I need to add something else because I can't
> see the message in the monitor.
Not quite - try:
call
xpl.sendmsg("","","OSD.BASIC","text=Hi")
HTH,
John
xPL Main Index |
xPL Thread Index |
xPL Home |
Archives Home
|