hi i am working on a screen that contain a video player on full screen and a rowlist, focus always stays on rowlist and never goes on video.
and on star/options button press i want to show a dialog box. when the video is in buffering star/options button do what it is programed for but when video is in playing state star/options button press slides a default menu bar that contains some options for cc, volume, etc.
So kindly help me on how to disable this menu show up and show dialog box every time when star/options button is pressed.
here is code for video and rowlist tag that i am using.
<Video
id="video"
translation="[ 0, 0 ]"
width="0.0"
height="0.0" />
<RowList
id="VideosRowlist"
itemComponentName="VideosRowlistItem"
visible="true"
translation="[15, 40]"
itemSize="[1900, 232]"
numRows="2"
drawFocusFeedback="true"
itemSpacing="[0, 30]"
rowFocusAnimationStyle="FloatingFocus"
vertFocusAnimationStyle="FloatingFocus"
rowItemSize="[[300, 230]]"
rowItemSpacing="[[25, 0]]"
showRowLabel="false"
showRowCounter="true" />
Note: i have tried putting enableUI = false , and also trickplay = false too.
I don't think Roku wants anyone to override that behavior. You can try setting the video player size to less than full screen.
I would like to override the 'pressing 3x' behavior so that I can make use of that button in non media apps (games).
@necrotek wrote:I would like to override the 'pressing 3x' behavior so that I can make use of that button in non media apps (games).
Do you mean 4x? "automatic_audio_guide_disabled=1" used to work, but Roku broke that some time ago and now that setting does nothing.