XBMC Community Forum  

Go Back   XBMC Community Forum > Help and Support > Skin Help and Support > Focus

Focus Subforum for the Focus skin (and mods for/of it).

Reply
 
Thread Tools Search this Thread Display Modes
Old 2009-05-10, 17:39   #1
tomh
Junior Member
 
Join Date: May 2009
Posts: 15
tomh is on a distinguished road
Default Open videos with a click

Hi

I noticed this in the FAQ:
Quote:
When I switch to library mode, the next time it's back to file mode. Or vice versa.
- On the homescreen pressing one of the menu items takes you to the file mode categories. When hovered on for example "videos" press the direction down button to access a submenu with various library related functions.
I kept accidentally hitting select instead of down so I edited the Home.xml to open the sub-menu when clicked (like it does when you press down).

In case anyone else has this problem, just find this bit in PAL/Home.xml that reads:
Code:
		<control type="button" id="1">

			<label>3</label>

			<posx>0</posx>

			<posy>0</posy>

			<onleft>6</onleft>

			<onright>2</onright>

			<onup>6</onup>

			<ondown>1100</ondown>

			<width>100</width>

			<height>44</height>

			<texturefocus>default-button.png</texturefocus>

			<texturenofocus>-</texturenofocus>

			<font>menubar</font>

			<textcolor>button-text</textcolor>

			<aligny>-</aligny>

			<align>center</align>

			<textoffsety>1</textoffsety>

			<onclick>ActivateWindow(MyVideoFiles)</onclick>

		</control>
And change it to:
Code:
		<control type="button" id="1">

			<label>3</label>

			<posx>0</posx>

			<posy>0</posy>

			<onleft>6</onleft>

			<onright>2</onright>

			<onup>6</onup>

			<ondown>1100</ondown>

			<width>100</width>

			<height>44</height>

			<texturefocus>default-button.png</texturefocus>

			<texturenofocus>-</texturenofocus>

			<font>menubar</font>

			<textcolor>button-text</textcolor>

			<aligny>-</aligny>

			<align>center</align>

			<textoffsety>1</textoffsety>

			<onclick>SetFocus(1100)</onclick>

		</control>
Hope this helps someone

Regards
Tom
tomh is offline   Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 11:31.


Protected by Akismet, We recommend WordPress blogs
Copyright © 2008, XBMC Project