boobishabang
TK Veteran
Here's the code to get the Red button to dislay the mini menu in EPG screen -
<!-- epg tabs red button popup -->
<screen name="OptionDialog" position="center,center" size="240,120" zPosition="5" flags="wfNoBorder" backgroundColor="skyblue">
<widget name="text" position="0,0" size="0,0" font="skymed;22" />
<widget name="list" position="10,10" size="220,100" enableWrapAround="1" foregroundColor="white" backgroundColor="skyblue" backgroundColorSelected="black" foregroundColorSelected="realred" selectionPixmap="Select Bars/settingselectbar75.png" />
</screen>

<!-- epg tabs red button popup -->
<screen name="OptionDialog" position="center,center" size="240,120" zPosition="5" flags="wfNoBorder" backgroundColor="skyblue">
<widget name="text" position="0,0" size="0,0" font="skymed;22" />
<widget name="list" position="10,10" size="220,100" enableWrapAround="1" foregroundColor="white" backgroundColor="skyblue" backgroundColorSelected="black" foregroundColorSelected="realred" selectionPixmap="Select Bars/settingselectbar75.png" />
</screen>

Last edited: