xboxscene.org forums

Pages: 1 ... 11 12 [13]

Author Topic: Want This ?  (Read 5352 times)

xxwillisxx

  • Archived User
  • Sr. Member
  • *
  • Posts: 364
Want This ?
« Reply #180 on: October 06, 2004, 04:19:00 AM »

QUOTE (-WebSurfer- @ Oct 5 2004, 11:33 AM)
my infopanel is bigger tongue.gif and of course in german...

im working on size tongue.gif
Logged

-WebSurfer-

  • Archived User
  • Jr. Member
  • *
  • Posts: 63
Want This ?
« Reply #181 on: October 06, 2004, 05:55:00 AM »

wink.gif
Logged

mengelle

  • Archived User
  • Newbie
  • *
  • Posts: 2
Want This ?
« Reply #182 on: October 06, 2004, 09:44:00 AM »

tongue.gif
Logged

alphaxav

  • Archived User
  • Jr. Member
  • *
  • Posts: 73
Want This ?
« Reply #183 on: October 06, 2004, 09:59:00 AM »

WebSurfer

just change the scale and translation at the end ( default/mainmenu5.xip )
Logged

-WebSurfer-

  • Archived User
  • Jr. Member
  • *
  • Posts: 63
Want This ?
« Reply #184 on: October 06, 2004, 11:17:00 AM »

wink.gif
Logged

XteticX

  • Archived User
  • Jr. Member
  • *
  • Posts: 89
Want This ?
« Reply #185 on: October 06, 2004, 08:30:00 PM »

blink.gif Glad to see this thing is still going on. Why didn't you post anything.I'de like to know what new things you added.And if maybe you tried the code in XDN. laugh.gif  laugh.gif
Logged

lil killer

  • Archived User
  • Sr. Member
  • *
  • Posts: 291
Want This ?
« Reply #186 on: October 06, 2004, 08:32:00 PM »

CODE

function OnArrival()
{
  theSkinBackground.isBound = true;
}


I can't find that in my default.xap. Is it possible for someone to host the modded default.xap so those of us who are stupid can download it? laugh.gif
Logged

xxwillisxx

  • Archived User
  • Sr. Member
  • *
  • Posts: 364
Want This ?
« Reply #187 on: October 06, 2004, 09:49:00 PM »

QUOTE (XteticX @ Oct 6 2004, 09:33 PM)
xxwillisxx you mentioned your still working on this? blink.gif Glad to see this thing is still going on. Why didn't you post anything.I'de like to know what new things you added.And if maybe you tried the code in XDN. laugh.gif  laugh.gif

i dont have xdn (they dont have a info panel) ill try it when i get it and have time
Logged

xxwillisxx

  • Archived User
  • Sr. Member
  • *
  • Posts: 364
Want This ?
« Reply #188 on: October 06, 2004, 10:22:00 PM »

CODE

if (InBoardBack)
       {
theMainMenu.children[0].children[0].ExtraPanel.fade = 0.3;
theMainMenu.children[0].children[0].ExtraPanel.SetAlpha(1);
theMainMenu.children[0].children[0].ExtraPanel.SetTranslation(-180.1900002, 80.261000, -200.399994);<- the fix
theMainMenu.children[0].children[0].theFreeEText.text = DDSpace[1];
theMainMenu.children[0].children[0].theFreeFText.text = DDSpace[2];
theMainMenu.children[0].children[0].theFreeGText.text = DDSpace[3];
theMainMenu.children[0].children[0].theTotalEText.text = DDSpace[4];
theMainMenu.children[0].children[0].theTotalFText.text = DDSpace[5];
theMainMenu.children[0].children[0].theTotalGText.text = DDSpace[6];
theMainMenu.children[0].children[0].the0Text.text = GetSectionTitles(0);
theMainMenu.children[0].children[0].the1Text.text = GetSectionTitles(1);
theMainMenu.children[0].children[0].the2Text.text = GetSectionTitles(2);
theMainMenu.children[0].children[0].the3Text.text = GetSectionTitles(3);
theMainMenu.children[0].children[0].the4Text.text = GetSectionTitles(4);
           var c = theMainMenu.children[0].children[0];
           c.QuestionText.text = "tHc Lite Info panel V2.0 maid posible by alphaxav, SSChevy2001, xxwillisxx, 2gam, JbOnE, fuckDB, -WebSurfer- and xbox-scene" + "\r                       " + theAVText + "\r" + TheAVPACK + "\r" + the480Text + "\r" + the720Text + "\r" + the1080Text + "\r" + TheDDText + "\r" + TheDTSText + "\r" + TheAudioText + "\r" + TheVideoText;                      
       }
Logged

xxwillisxx

  • Archived User
  • Sr. Member
  • *
  • Posts: 364
Want This ?
« Reply #189 on: October 06, 2004, 11:32:00 PM »

QUOTE (Darkzone @ Oct 7 2004, 12:24 AM)
Hey willis, nice work!

I'm back from Holiday and got an new TV, i'll test the Code now for the submenues to make the Space rounder and it don't works.

When the Dash Starts and you go to pressing the A Button for the Harddrive Menü they will nothing happens, can you fix the new Code ?

I test to  fix it, but i have no luck !

Greets
Dark

its the Y button for panel not A
Logged

xxwillisxx

  • Archived User
  • Sr. Member
  • *
  • Posts: 364
Want This ?
« Reply #190 on: October 07, 2004, 01:22:00 AM »

CODE

var bMusicPlayWithSubsVisible0;
var nPlayCursor0;
var nPreviousPlayCursor0;
var nPlayScroll0;
var nPlayVisible0;
var nCurMusicPlayWithSubsItem0;
var subTitle0;
var CurrentSection;
var TempTitleList;
var CurFillDir;


add this under it

CODE

var DDSpace;
var DDType;
var DD;
var freespace;
var totalspace;
var nbconf2;
var nbconf3;
var nbconf4;
var nomb;
var lgt;



look for this

CODE

c._button_surround.visible = true;
   c.New_Line11.visible = true;
   c._button_surround_0.visible = false;


add this under it

CODE

DDSpace = new Array(6);
        DDType = new Array(6);
DD = 8;
for (var ii = 1; ii < 4; ii = ii + 1)
{
freespace = ShowFreeSpaceOn(DD);

DDType = "Kb";
DDSpace[ii] = freespace + ".00" + DDType;
if (freespace > 1024)
{
if (freespace >= 1024*1024)
{
 nomb = (freespace / 1024)/1024;
 DDType = "Gb";
}
else if (freespace < 1024*1024 & freespace > 1024)
{
 nomb = freespace / 1024;
 DDType = "Mb";
}

nbconf2 = Math.round(nomb);
if (nbconf2 > nomb)
 nbconf2 = nbconf2 - 1;

nbconf3 = Math.round((((nomb / nbconf2)-1)*nbconf2)*100);
nbconf4 = (((nomb / nbconf2)-1)*nbconf2)*100;
if (nbconf3 > nbconf4)
 nbconf3 = nbconf3 - 1;

DDSpace[ii] = nbconf2+"."+nbconf3+DDType;
}
totalspace = ShowTotalSpaceOn(DD);

DDType = "Kb";
DDSpace[ii+3] = totalspace + ".00" + DDType;
if (totalspace > 1024)
{
if (totalspace >= 1024*1024)
{
 nomb = (totalspace / 1024)/1024;
 DDType = "Gb";
}
else if (totalspace < 1048576 & totalspace > 1024)
{
 nomb = totalspace / 1024;
 DDType = "Mb";
}

nbconf2 = Math.round(nomb);
if (nbconf2 > nomb)
 nbconf2 = nbconf2 - 1;

nbconf3 = Math.round((((nomb / nbconf2)-1)*nbconf2)*100);
DDSpace[ii+3] = nbconf2+"."+nbconf3+DDType;
}
DD = DD + 1;
}


look for this

CODE

if (nCurMusicPlayWithSubsItem0 == 0)


and make it look like this

CODE

if (nCurMusicPlayWithSubsItem0 == 0)
        {
       TempTitleList = FillMenuList(GetSectionPaths(0));
       var nTracks0;
       nTracks0 = TempTitleList.length;
       c.MenuMetaText.text = v + (" [") + nTracks0 + ("]") + ("                   ") + ("HDD  FREE  TOTAL  ") + ("          ") + ("E: ")+ DDSpace[1] + ("/") + DDSpace[4] + ("   ") + ("F: ")+ DDSpace[2] + ("/") + DDSpace[5] + ("   ") + ("G: ")+ DDSpace[3] + ("/") + DDSpace[6] + ("   ");
       }
else if (nCurMusicPlayWithSubsItem0 == 1)
        {
       TempTitleList = FillMenuList(GetSectionPaths(1));
       var nTracks0;
       nTracks0 = TempTitleList.length;
       c.MenuMetaText.text = w + (" [") + nTracks0 + ("]") + ("                   ") + ("HDD  FREE  TOTAL  ") + ("          ") + ("E: ")+ DDSpace[1] + ("/") + DDSpace[4] + ("   ") + ("F: ")+ DDSpace[2] + ("/") + DDSpace[5] + ("   ") + ("G: ")+ DDSpace[3] + ("/") + DDSpace[6] + ("   ");
       }
else if (nCurMusicPlayWithSubsItem0 == 2)
        {
       TempTitleList = FillMenuList(GetSectionPaths(2));
       var nTracks0;
       nTracks0 = TempTitleList.length;
       c.MenuMetaText.text = x + (" [") + nTracks0 + ("]") + ("                   ") + ("HDD  FREE  TOTAL  ") + ("          ") + ("E: ")+ DDSpace[1] + ("/") + DDSpace[4] + ("   ") + ("F: ")+ DDSpace[2] + ("/") + DDSpace[5] + ("   ") + ("G: ")+ DDSpace[3] + ("/") + DDSpace[6] + ("   ");
       }
else if (nCurMusicPlayWithSubsItem0 == 3)
        {
       TempTitleList = FillMenuList(GetSectionPaths(3));
       var nTracks0;
       nTracks0 = TempTitleList.length;
       c.MenuMetaText.text = y + (" [") + nTracks0 + ("]") + ("                   ") + ("HDD  FREE  TOTAL  ") + ("          ") + ("E: ")+ DDSpace[1] + ("/") + DDSpace[4] + ("   ") + ("F: ")+ DDSpace[2] + ("/") + DDSpace[5] + ("   ") + ("G: ")+ DDSpace[3] + ("/") + DDSpace[6] + ("   ");
       }
else if (nCurMusicPlayWithSubsItem0 == 4)
        {
       TempTitleList = FillMenuList(GetSectionPaths(4));
       var nTracks0;
       nTracks0 = TempTitleList.length;
       c.MenuMetaText.text = z + (" [") + nTracks0 + ("]") + ("                   ") + ("HDD  FREE  TOTAL  ") + ("          ") + ("E: ")+ DDSpace[1] + ("/") + DDSpace[4] + ("   ") + ("F: ")+ DDSpace[2] + ("/") + DDSpace[5] + ("   ") + ("G: ")+ DDSpace[3] + ("/") + DDSpace[6] + ("   ");
       }
           
         
}


at the end add this
CODE

DEF theHDDMonitor MemoryMonitor

function ShowFreeSpaceOn(drive)
{
var a = drive;
var b = theHDDMonitor.GetTotalFreeBlocks(a);
var c = b * 16;
return c;
}

function ShowTotalSpaceOn(drive)
{
var a = drive;
var b = theHDDMonitor.GetFreeTotalRatio(a);
var c = theHDDMonitor.GetTotalFreeBlocks(a);
var d = c * 16;
var e = 0;
if( b > 0)
{
e = d / b;
}
return e;
}
Logged

xxwillisxx

  • Archived User
  • Sr. Member
  • *
  • Posts: 364
Want This ?
« Reply #191 on: October 07, 2004, 03:08:00 AM »

QUOTE (Darkzone @ Oct 7 2004, 03:39 AM)
Nice work again, it works fine!
Big thanks to you willis  beerchug.gif

no problem
Logged

xxwillisxx the original

  • Newbie
  • *
  • Posts: 1
Re: Want This ?
« Reply #192 on: May 21, 2022, 05:10:55 PM »

I'm back (under new name couldn't get my original name back) It's good to see that this info wasn't lost  8)
Logged

Mr_Milenko

  • TeamUIX
  • Global Moderator
  • Jr. Member
  • *****
  • Posts: 99
Re: Want This ?
« Reply #193 on: July 25, 2022, 09:49:41 PM »

Definitely not lost, just a little dusty. We brought UIX back, https://twitter.com/OfficialTeamUIX
Logged
Pages: 1 ... 11 12 [13]