xboxscene.org forums

Pages: 1 [2] 3 4 5

Author Topic: New Mc360 Fav List?  (Read 1062 times)

THEKIDD

  • Archived User
  • Full Member
  • *
  • Posts: 104
New Mc360 Fav List?
« Reply #15 on: October 04, 2006, 07:32:00 AM »

i edit the script a little
not much

ended up with this i didnt do much
(IMG:http://img227.imageshack.us/img227/3853/screenshot0001kt8.png)

i dont really know much
but it can probly be done right

This post has been edited by THEKIDD: Oct 4 2006, 02:34 PM
Logged

roormonger

  • Archived User
  • Hero Member
  • *
  • Posts: 605
New Mc360 Fav List?
« Reply #16 on: October 05, 2006, 07:08:00 PM »

Just shorten up the dividers make the buttons fade in instead of slide in and make the logo,logo shadow, and description text disappear when the submenu is active and you'll be in business. And also raise everything like 20 pixels or so, just so the bottom button dosen't overlap the dvd button on the bottom.

This post has been edited by roormonger: Oct 6 2006, 02:18 AM
Logged

THEKIDD

  • Archived User
  • Full Member
  • *
  • Posts: 104
New Mc360 Fav List?
« Reply #17 on: October 06, 2006, 03:22:00 AM »

yea thats all u have to do
i probly mess with it some more
ova the wekend
Logged

roormonger

  • Archived User
  • Hero Member
  • *
  • Posts: 605
New Mc360 Fav List?
« Reply #18 on: October 06, 2006, 08:44:00 AM »

What are you gonna do about the other blades though? If you brought it up in another balde it would be misalligned with everything. You could just make it a fav games list and have it only appear on the games blade.
Logged

THEKIDD

  • Archived User
  • Full Member
  • *
  • Posts: 104
New Mc360 Fav List?
« Reply #19 on: October 06, 2006, 01:26:00 PM »

yea is true
ima try to mess with it but i never mess with xml all i done before is html

i would be a nice feture
Logged

RideAvenger3486

  • Archived User
  • Newbie
  • *
  • Posts: 24
New Mc360 Fav List?
« Reply #20 on: October 07, 2006, 03:53:00 PM »

I could mess with the xmls if u got the scripting done.....lemme know
Logged

THEKIDD

  • Archived User
  • Full Member
  • *
  • Posts: 104
New Mc360 Fav List?
« Reply #21 on: October 08, 2006, 06:44:00 AM »

na i couldent mes with it these acouple days

family came ova so im get no time

just mess with the script is easy to mess with
Logged

roormonger

  • Archived User
  • Hero Member
  • *
  • Posts: 605
New Mc360 Fav List?
« Reply #22 on: October 08, 2006, 04:31:00 PM »

Why do you need to mess with the script?
Logged

THEKIDD

  • Archived User
  • Full Member
  • *
  • Posts: 104
New Mc360 Fav List?
« Reply #23 on: October 08, 2006, 07:54:00 PM »

i just mean edit it .i started editing it some more

IPB Image
Logged

RideAvenger3486

  • Archived User
  • Newbie
  • *
  • Posts: 24
New Mc360 Fav List?
« Reply #24 on: October 09, 2006, 12:08:00 PM »

Beautiful.....I would love to help out with this project.... If u need any help with the visuals.....LET ME KNOW =-)
Logged

roormonger

  • Archived User
  • Hero Member
  • *
  • Posts: 605
New Mc360 Fav List?
« Reply #25 on: October 09, 2006, 02:14:00 PM »

If you add the condition !Window.IsActive(SubMenu) to the <visible> tags for the logo, logo shadow, and all of the button descriptions they will disappear when you activate the submenu to give it a cleaner look.

so the visible tag would look something like this

<visible>!Window.IsActive(SubMenu)</visible> if there is not allready a visible tag for that control, fo there is here would be another example

<visible>Control.HasFocus(1) + !Window.IsActive(SubMenu)</visible> remember you have to space + space in between the conditions.  And think of the ! as a "if the", so it would mean that that control is visible if the submenu is active.
Logged

Jezz_X

  • Archived User
  • Hero Member
  • *
  • Posts: 2893
New Mc360 Fav List?
« Reply #26 on: October 09, 2006, 04:59:00 PM »

QUOTE(roormonger @ Oct 10 2006, 05:45 AM) View Post

<visible>Control.HasFocus(1) + !Window.IsActive(SubMenu)</visible> remember you have to space + space in between the conditions.  And think of the ! as a "if the", so it would mean that that control is visible if the submenu is active.

Actually it means NOT so in this case it translates out too
!Window.IsActive(SubMenu) == show the logo if the window Submenu is not active
Logged

roormonger

  • Archived User
  • Hero Member
  • *
  • Posts: 605
New Mc360 Fav List?
« Reply #27 on: October 09, 2006, 08:52:00 PM »

Then how come when I added that condition to the logo and activated the submenu it disappeared? And if I took the ! away it only shows when the submenu is active. I am not trying to say I know more about xml's then you but I do know i'm right, I did do it before I posted this.

My memory is not that good but I am pretty sure that the contional visibility changed about a month ago when a new version of xbmc came out. I remember having to put ! on stuff that didn't have them before. It also messed up all the radiobuttons too I think. Unless I am just imagineing things. I could be wring about that but I am certain about the logo.

This post has been edited by roormonger: Oct 10 2006, 04:05 AM
Logged

Jezz_X

  • Archived User
  • Hero Member
  • *
  • Posts: 2893
New Mc360 Fav List?
« Reply #28 on: October 09, 2006, 09:00:00 PM »

QUOTE(roormonger @ Oct 10 2006, 12:23 PM) View Post

Then how come when I added that condition to the logo and activated the submenu it disappeared? And if I took the ! away it only shows when the submenu is active. I am not trying to say I know more about xml's then you but I do know i'm right, I did do it before I posted this.

thats because its exactly right
when you have ! as a conditionial visibilty for the logo it means that the logo will only show when the submenu is not active.  If you remove the ! it means the logo will only show when the submenu is active
Logged

THEKIDD

  • Archived User
  • Full Member
  • *
  • Posts: 104
New Mc360 Fav List?
« Reply #29 on: October 12, 2006, 06:01:00 PM »

+ !Window.IsActive(SubMenu)= not to show when is active for me
i tested it
(IMG:http://img91.imageshack.us/img91/1764/herxf4.png)

i need a nice texture and how would i put the thumb that are from the tbn with out having to add an icon for everything like xbmc does for the games

i dont really know xml but im not new to coding so i get basic understandin of the codes

This post has been edited by THEKIDD: Oct 13 2006, 01:05 AM
Logged
Pages: 1 [2] 3 4 5