![]() |
|
[RELEASE] Xperience1080 v0.9b (nightlies only) - Printable Version +- XBMC Community Forum (http://forum.xbmc.org) +-- Forum: Help and Support (/forumdisplay.php?fid=33) +--- Forum: Skin Help and Support (/forumdisplay.php?fid=67) +---- Forum: Xperience (/forumdisplay.php?fid=128) +---- Thread: [RELEASE] Xperience1080 v0.9b (nightlies only) (/showthread.php?tid=109470) Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 |
RE: [RELEASE] Xperience1080 v0.9b (nightlies only) - wolfodeiwolfy - 2012-05-11 11:36 (2012-05-10 16:40)Japaja Wrote:(2012-05-09 23:33)wolfodeiwolfy Wrote:(2012-05-08 23:42)Japaja Wrote: It's a users choice/option. By pressing arrow up the seek-bar moves top and weather down and pressing arrow down does the opposite. Ok, OSD, I see this. Thanks for your answers RE: [RELEASE] Xperience1080 v0.9b (nightlies only) - tinybutstrong - 2012-05-11 20:02 `Black, your script playerevents is crashing XBMC on exit. I [ur]=http://forum.xbmc.org/showthread.php?tid=131309]started[/url] a thread about this crashing and a dev pointed this script, after disabled it no more crashes. Can you check it? Ah, if is not asking too much, give me some feedback about my previous post. Thanks! RE: [RELEASE] Xperience1080 v0.9b (nightlies only) - DToX - 2012-05-11 21:14 Alright I found the fix for the contextmenu, Open skin.xperience1080\1080i\DialogContextMenu.xml Find the line that says Code: <!--<include condition="!Window.IsVisible(favourites) + !Window.IsVisible(filemanager) + !Window.IsVisible(musicplaylisteditor) + !Window.IsVisible(LockSettings) + !Window.IsVisible(addoninformation) + !Window.IsVisible(favourites) + !Window.IsVisible(home)">ContextCoordinates</include>-->should look like this when done Code: <include condition="!Window.IsVisible(favourites) + !Window.IsVisible(filemanager) + !Window.IsVisible(musicplaylisteditor) + !Window.IsVisible(LockSettings) + !Window.IsVisible(addoninformation) + !Window.IsVisible(favourites) + !Window.IsVisible(home)">ContextCoordinates</include>RE: [RELEASE] Xperience1080 v0.9b (nightlies only) - `Black - 2012-05-11 23:29 Fix is on github. RE: [RELEASE] Xperience1080 v0.9b (nightlies only) - DToX - 2012-05-11 23:40 (2012-05-10 22:18)Slipx Wrote: When I hit c (context menu) it shows the menu at the bottom right of my TV screen but is so far down that half the menu is missing off the screen. Was working fine until the last sync with the GIT repository. (2012-05-11 23:29)`Black Wrote: Fix is on github. Thank you! RE: [RELEASE] Xperience1080 v0.9b (nightlies only) - shanndogg - 2012-05-12 02:11 When I select the "games" button under the "applications" heading it takes me to a screen to select everything I set up within Advanced Launcher. Is this working as intended or is there a way to set it so when you select the games button only the games related items are show? RE: [RELEASE] Xperience1080 v0.9b (nightlies only) - Slipx - 2012-05-12 09:46 (2012-05-11 21:14)DToX Wrote: Alright I found the fix for the contextmenu, Open skin.xperience1080\1080i\DialogContextMenu.xml Thanks working now RE: [RELEASE] Xperience1080 v0.9b (nightlies only) - `Black - 2012-05-12 12:26 (2012-05-12 02:11)shanndogg Wrote: When I select the "games" button under the "applications" heading it takes me to a screen to select everything I set up within Advanced Launcher. Is this working as intended or is there a way to set it so when you select the games button only the games related items are show? It takes you to advanced launcher... everyone might setup it differently so it's impossible to know to which launcher it should point. You have to make a custom item then. RE: [RELEASE] Xperience1080 v0.9b (nightlies only) - markswift - 2012-05-12 15:47 (2012-04-17 21:37)`Black Wrote: If you look only 1 page back, you'll find the answer... I explained a dozen times now when this skin gets pvr support. Black, I tried the latest GIT version and the fade is still there on the screensaver. I have however got rid of the weather removing line 41. Any idea on the bottom fade effect? RE: [RELEASE] Xperience1080 v0.9b (nightlies only) - `Black - 2012-05-13 12:13 Forgot to commit that, sorry. Update to the latest version. |