Menu

#1 Add new resident program "Set Broadcast Interrupt" (SBI)

open
None
5
2010-08-23
2010-08-23
Greg
No

Please could the new resident program "SBI" be added to the Freeview and Freesat platforms. It allows the MHEG author to say whether they are happy for broadcast interruptions such as the "Press green to record this programme/series" to terminate their applications. It would work as follows:

In the app (or scene):
{ :ResidentPrg prgGreenKeyInterrupt
:InitiallyActive False
:Shared True
:Name 'SBI'
}

And within a link, the following command should work:

app#prgGreenKeyInterrupt.Call (app#boolResult False)

The "False" signifies that the app does not want to be interrupted by an external broadcast event.
Running the same command but with a "True" would allow the app to be interrupted, This is also the default state of the engine on start-up.

Discussion

  • Tom Canter

    Tom Canter - 2010-08-23

    Although this isn't supported explicitly, only a warning is generated when the resident program is used, so it can be used in MHEG code at the moment.

    I guess the feature request should be modified to "Please remove the warning whenever SetBroadcasterInterrupt" is used " and to update the eclipse plugin to recognise this resident program and not give a red X on the left hand column.

     
  • Tom Canter

    Tom Canter - 2010-08-23
    • assigned_to: nobody --> tomcanter
     
  • Tom Canter

    Tom Canter - 2010-08-23

    I will have a look at this as well as a few other issues in my next TDD pairing session

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.