[REQ] How To Make Modifications
#5
Sharpe Wrote:The menu is set to appear in that view by either moving up or down using a remote or a keyboard or, when using a mouse, by taking the focus off the view being used. That particular view's focus begins at y coordinate 188 and stretches across the whole screen.

To switch it around to make a"HotSpot" to activate the menu you would need to edit the MyVideo.xml file in the PAL16x9 folder.

Change line 115 from this:

Code:
<visible allowhiddenfocus="true">![Window.Next(Home) | Control.HasFocus(50) | Control.HasFocus(51) | Control.HasFocus(52) | Control.HasFocus(53) | Control.HasFocus(54) | Control.HasFocus(55) | Control.HasFocus(23) | Control.HasFocus(24) | Control.HasFocus(56) | Control.HasFocus(57) | Control.HasFocus(58) | Control.HasFocus(59) | Control.HasFocus(90)]</visible>

to this:

Code:
<visible allowhiddenfocus="true">[Window.Next(Home) | Control.HasFocus(2) | Control.HasFocus(3) | Control.HasFocus(4) | Control.HasFocus(5) | Control.HasFocus(7)]</visible>



Worked like a charm.

Many thanx again for the help...
Reply


Messages In This Thread
[REQ] How To Make Modifications - by kb910 - 2010-01-01, 21:37
[No subject] - by Sharpe - 2010-01-02, 03:35
[No subject] - by kb910 - 2010-01-02, 12:34
[No subject] - by Sharpe - 2010-01-02, 14:24
[No subject] - by kb910 - 2010-01-02, 14:45
[No subject] - by Sharpe - 2010-01-02, 16:49
[No subject] - by kb910 - 2010-01-03, 09:02
[No subject] - by Sharpe - 2010-01-03, 12:01
[No subject] - by kb910 - 2010-01-04, 05:57
Logout Mark Read Team Forum Stats Members Help
[REQ] How To Make Modifications0