Jump to content

FBA-XXX Skins


Recommended Posts

ok i need some opinions. ive added different filters to the same pic multiple times. excuse the minor graphical glitches on the pics i will touch up the one i like later.what i need to know is which ones u like

cps2notebook.png

 

cps2test2.png

 

cps2test3.png

 

cps2test4.png

 

cps2test5.png

Link to comment
Share on other sites

Guys!

 

I was about to create a new topic to ask for a question, but I think it could be done here.

I am working on a update of my FBA-XXX skin and I am stuck on this:

 

- I want to get rid of that buttons L/R NEXT/PREVIOUS SYSTEM (they are marked with a green arrow

in my screenshot below)

 

fbaxxskin.gif

 

Of course I tried to comment this piece of code in the XML skin (the five occurences in the XML), but it not worked:

 

(...)
  <previoussystem>
<x>20</x>
<y>15</y>
<color>0xFFEEEEEE</color>
  </previoussystem>
  <nextsystem>
<x>605</x>
<y>15</y>
<color>0xFFEEEEEE</color>
  </nextsystem>
(...)

 

And I tried to ERASE/REMOVE this chunk of code from the XML skin, but

the two options keep showing there, at its default position (as on the default/bundle FBA skin)

 

Any ideas?

Cospefogo.

Edited by Cospefogo
Link to comment
Share on other sites

Guys!

 

I was about to create a new topic to ask for a question, but I think it could be done here.

I am working on a update of my FBA-XXX skin and I am stuck on this:

 

- I want to get rid of that buttons L/R NEXT/PREVIOUS SYSTEM (they are marked with a green arrow

in my screenshot below)

 

fbaxxskin.gif

 

Of course I tried to comment this piece of code in the XML skin (the five occurences in the XML), but it not worked:

 

(...)
  <previoussystem>
<x>20</x>
<y>15</y>
<color>0xFFEEEEEE</color>
  </previoussystem>
  <nextsystem>
<x>605</x>
<y>15</y>
<color>0xFFEEEEEE</color>
  </nextsystem>
(...)

 

And I tried to ERASE/REMOVE this chunk of code from the XML skin, but

the two options keep showing there, at its default position (as on the default/bundle FBA skin)

 

Any ideas?

Cospefogo.

 

yeah u can enter a out of range color hex values.fbaxxx pro uses a 0x followed by and eight digit code u can just enter and 6 digits instead of eight, or erase the first two letter after 0x and that section of text will dissapear. for the color just use 0xEEEEEE instead of 0xFFEEEEEE.

 

 

it says the file is no longer available.

i just checked the link twice it worked both times can anyone else comfirm the link working. it should be i only put it up a week ago and its supposed to stay up for a month b4 getting delinked.try it again if u still have problems ill reupload it

Edited by mtsaint
Link to comment
Share on other sites

(...)
  <previoussystem>
<x>20</x>
<y>15</y>
<color>0xFFEEEEEE</color>
  </previoussystem>
  <nextsystem>
<x>605</x>
<y>15</y>
<color>0xFFEEEEEE</color>
  </nextsystem>
(...)

 

And I tried to ERASE/REMOVE this chunk of code from the XML skin, but

the two options keep showing there, at its default position (as on the default/bundle FBA skin)

 

Any ideas?

Cospefogo.

 

Problem solved.

We just need to change from color <color>0xFFEEEEEE</color> to <color>0x00000000</color>

Doing that the things simple gets transparent (aka: disappear)

 

Regards,

Cospefogo.

Link to comment
Share on other sites

It's completed.

I just finished to update my FBA-XXX skin.

CLEAN, LITE and ergonomically HEALTHY.

:D

 

newskin01.jpg

 

newskin02.jpg

 

newskin03.jpg

 

newskin04.jpg

 

Download it here:

http://kppshngthbttn.com/xtras/fba-xxx/XBMC_2008_Fba_V2.zip

 

As you can see, there is a thing broken in the current Kenshiro's WorkInProgress build.

The item "PARENT" is out of place and it is not reachable through the normal SKIN XML coordinates.

I have warned Kenshiro already and I am sure the bug will be fixed in the final release.

 

(I really, really, really don't care about the rom parent info, so, what I want is just

a way to get rid of it from my skin)

 

Best regards everybody!

Cospefogo.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...