[FEATURE REQUEST] reload skin inside shutdown menu when in dev mode

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
msaspence Offline
Senior Member
Posts: 104
Joined: Sep 2008
Reputation: -10
Post: #1
would it be possible to add a reload skin button to the shutdown menu for modders

might be a bit more "professional" if it was conditional on being in dev mode
or even had its own setting in the skins advanced settings

I have looked at modding this myself by cant find any reference anywhere on the action to reload the skin , i could have sworn i had a skin that did this once
find quote
Hitcher Offline
Skilled Skinner
Posts: 9,937
Joined: Aug 2007
Reputation: 67
Location: Eastleigh, UK
Post: #2
MediaStream has it.

[Image: sig_zps3af3b48e.jpg]
find quote
msaspence Offline
Senior Member
Posts: 104
Joined: Sep 2008
Reputation: -10
Post: #3
yeah thats what i though but i cant find it

is it in the shutdown menu

do i need to enable it in a advanced setting or something?
find quote
CF2009 Offline
Alaska Group
Posts: 289
Joined: Mar 2009
Location: UK
Post: #4
it's better to have a key for Refresh
keymap.xml
Code:
<keymap>
  <global>
    <keyboard>
      <end>XBMC.ReloadSkin()</end>
    </keyboard>
  </global>
  <Home>
    <keyboard>
      <end>XBMC.ReloadSkin()</end>
    </keyboard>
  </Home>
</keymap>
find quote
Hitcher Offline
Skilled Skinner
Posts: 9,937
Joined: Aug 2007
Reputation: 67
Location: Eastleigh, UK
Post: #5
It was in the Home.xml.

Code:
<onclick>XBMC.ReloadSkin()</onclick>

[Image: sig_zps3af3b48e.jpg]
find quote
msaspence Offline
Senior Member
Posts: 104
Joined: Sep 2008
Reputation: -10
Post: #6
brilliant thanks

after some digger i found that djh has already implemented this

if you turn on developer mode in the the skins advanced settings
settings->customise->advanced->general

it will appear in the home menu

although the key idea i think is best thanks for that
find quote
Hitcher Offline
Skilled Skinner
Posts: 9,937
Joined: Aug 2007
Reputation: 67
Location: Eastleigh, UK
Post: #7
I like the key mapping idea - F5 would be my obvious choice.

[Image: sig_zps3af3b48e.jpg]
find quote
msaspence Offline
Senior Member
Posts: 104
Joined: Sep 2008
Reputation: -10
Post: #8
yep thats the exact key i chose
find quote
djh_ Offline
Aeon Project Founder
Posts: 1,890
Joined: Jun 2007
Post: #9
It appears in the Home menu and every media window. I've had problems with using it from the shutdown menu where, once reloaded, the shutdown menu stops working. That's why it's not there.
find quote