XBMC Community Forum
[MOD] Rapier Qualar MOD - Dharma Version - 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: Rapier (/forumdisplay.php?fid=120)
+---- Thread: [MOD] Rapier Qualar MOD - Dharma Version (/showthread.php?tid=82284)

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


- rapidvelo - 2011-02-03 01:00

qualar Wrote:Unfortunately my connection is so darn slow. I am afraid you will have to wait about 15mins for the upload to be ready.

Not a problem whatsoever...


- qualar - 2011-02-03 01:08

Version 4.91 Uploaded


- rapidvelo - 2011-02-03 02:08

qualar Wrote:Version 4.91 Uploaded

Got it Smile Looks awesome. Thank you again.


- loggio - 2011-02-04 05:55

Did you have any luck adding ascending/descending toggle, qualar?


- Eisi2005 - 2011-02-04 14:13

@qualar

i scanned all the pages but i didn´t found what i´m looking for.

Is in your skin an option to add new point to the startmenu like aeon mq2 skin ? Or how could i add my own buttons to the home menu.

I need there a´button for my child series.

have i oversight this feature or if not, is there any chance to impliment this to your skin.

Greets
Eisi


- loggio - 2011-02-05 08:40

qualar,

i just turned on my old XBOX, it runs xbmc as it's dash, the main skin i had set last was Rapier, so i thought i'd have a look at the library views, and i noticed he actually has the toggle for Ascending/descending in the drop down list... Can you just cut the code from the original rapier and add it to yours?

that would be awesome.

##EDIT##

I've just downloaded rapier 2.0 and had a look at the custom_SortMethods.xml and found the code

<control type="togglebutton" id="23">
<description>Order By</description>
<include>MenuBarItemBigBtn</include>
<label>$LOCALIZE[21429] $LOCALIZE[21430]</label>
<altlabel>$LOCALIZE[21429] $LOCALIZE[21431]</altlabel>
<alttexturefocus border="6,0,11,0">menu-bar-item-focus.png</alttexturefocus>
<alttexturenofocus border="4,0,9,0">menu-bar-item-nofocus.png</alttexturenofocus>
<onclick>Container.SortDirection</onclick>
<visible>!Container.SortDirection(None)</visible>
</control>

This is what it should look like...

[Image: screenshot000.png]

I'll add it myself as soon as i've downloaded 4.91 ... Seems to take forever.
100mb file and at best i can only get this at 40KB/sec is there possibly somewhere else you could upload to with faster speeds? maybe make a Deviantart account?? just a thought.
cheers.


Loggio.


- loggio - 2011-02-05 10:13

Ok Qualar,

I had a quick fiddle with the includes_MenuBar.xml and added the following toggle button next to the "sort by" menu... It seemed like the most logical thing to do.

It works well.

Example:
[Image: screenshot004u.png]

HOWEVER,
i have run into a problem after doing this as you can see here:
[Image: screenshot005po.jpg]

The "settings" button now does not alight with the edge of the screen when highlighted, it's getting cut off. This may be a simple fix, but i am no 'wiz' with all this crap, plus i have limited time to look at this sorta stuff.

I've uploaded the edited .xml here:
http://www.mediafire.com/?v8mdtcyw88hb7ix

if you would consider adding this tweak to rapier and can have a look and see if you can solve this problem i would be greatly appreciative.

Loggio.


- qualar - 2011-02-05 22:58

loggio Wrote:Ok Qualar,

I had a quick fiddle with the includes_MenuBar.xml and added the following toggle button next to the "sort by" menu... It seemed like the most logical thing to do.

It works well.

Example:
[Image: screenshot004u.png]

HOWEVER,
i have run into a problem after doing this as you can see here:
[Image: screenshot005po.jpg]

The "settings" button now does not alight with the edge of the screen when highlighted, it's getting cut off. This may be a simple fix, but i am no 'wiz' with all this crap, plus i have limited time to look at this sorta stuff.

I've uploaded the edited .xml here:
http://www.mediafire.com/?v8mdtcyw88hb7ix

if you would consider adding this tweak to rapier and can have a look and see if you can solve this problem i would be greatly appreciative.

Loggio.

I am away next week but will have a look at this when I get the chance.


- qualar - 2011-02-10 23:57

loggio Wrote:Ok Qualar,

I had a quick fiddle with the includes_MenuBar.xml and added the following toggle button next to the "sort by" menu... It seemed like the most logical thing to do.

It works well.

Example:
[Image: screenshot004u.png]

HOWEVER,
i have run into a problem after doing this as you can see here:
[Image: screenshot005po.jpg]

The "settings" button now does not alight with the edge of the screen when highlighted, it's getting cut off. This may be a simple fix, but i am no 'wiz' with all this crap, plus i have limited time to look at this sorta stuff.

I've uploaded the edited .xml here:
http://www.mediafire.com/?v8mdtcyw88hb7ix

if you would consider adding this tweak to rapier and can have a look and see if you can solve this problem i would be greatly appreciative.

Loggio.

New Version Uploaded.


- loggio - 2011-02-12 07:17

awesome, will test it out shortly Smile thanks!