Filemanager

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
Hitcher Online
Skilled Skinner
Posts: 9,926
Joined: Aug 2007
Reputation: 67
Location: Eastleigh, UK
Post: #11
Open up DialogButtonMenu.xml and check you have this code -

PHP Code:
<control type="button" id="3111">
    <
description>Filemanager</description>
    <include>
SettingsLabel</include>
    <
label>$LOCALIZE[31118]</label>
    <
onclick>ActivateWindow(filemanager)</onclick>
</
control

[Image: sig_zps3af3b48e.jpg]
find quote
kaas Offline
Junior Member
Posts: 29
Joined: Sep 2010
Reputation: 0
Post: #12
Code:
<control type="button" id="3111">
                <description>Filemanager</description>
                <include>SettingsLabel</include>
                <label>$LOCALIZE[31118]</label>
                <onclick>ActivateWindow(filemanager)</onclick>
            </control>

It looks exactly the same to me, Confused
find quote
Ram2000 Offline
Fan
Posts: 620
Joined: Jul 2009
Reputation: 6
Post: #13
Just for a heads up its DEf in mine ver 1.61 havent updated to v1.7.0 though.
Just updated its on my 1.7.0 aswell...
find quote
Hitcher Online
Skilled Skinner
Posts: 9,926
Joined: Aug 2007
Reputation: 67
Location: Eastleigh, UK
Post: #14
kaas Wrote:
Code:
<control type="button" id="3111">
                <description>Filemanager</description>
                <include>SettingsLabel</include>
                <label>$LOCALIZE[31118]</label>
                <onclick>ActivateWindow(filemanager)</onclick>
            </control>

It looks exactly the same to me, Confused

Then I've no idea, sorry.

Try asking in your platform's forum.

[Image: sig_zps3af3b48e.jpg]
find quote
serj-47 Offline
Junior Member
Posts: 2
Joined: Oct 2010
Reputation: 0
Post: #15
I use Microsoft Media Center Remote Control, but can not run Filemanager with remote control. What to press?
By using the keyboard, Filemanager is running by pressing "S"
(This post was last modified: 2010-10-14 17:42 by serj-47.)
find quote
Hitcher Online
Skilled Skinner
Posts: 9,926
Joined: Aug 2007
Reputation: 67
Location: Eastleigh, UK
Post: #16
No idea, sorry.

Try asking in General Help.

[Image: sig_zps3af3b48e.jpg]
find quote
easyhoo Offline
Junior Member
Posts: 9
Joined: Jan 2010
Reputation: 0
Post: #17
the same here with Alaska Skin on my ASRock ION330HT with RC2 from LiveCD. Pressing the "S" Button works, but i wanna use my remote only!

Is it possible (somehow) to get the link to the filemanger in the menu??

THX

easyhoo
find quote
easyhoo Offline
Junior Member
Posts: 9
Joined: Jan 2010
Reputation: 0
Post: #18
i found a solution on the fly.

I still dont know how to get a menu entry, so i setup a button of my remote control by edit the remote.xml

If soemeone can use it:
Login via ssh
change to root (sudo -s)

cd /usr/share/xbmc/system/keymaps
vi remote.xml

for example, i choose the blue button:
<blue>XBMC.ActivateWindow(filemanager)</blue>
find quote
Post Reply