INTERACT FORUM

Please login or register.

Login with username, password and session length
Advanced search  
Pages: [1]   Go Down

Author Topic: Working on a new mini-me-skin  (Read 1915 times)

Rüdiger from Vienna

  • Guest
Working on a new mini-me-skin
« on: February 19, 2002, 09:52:16 pm »

Since nobody wants to respond to my topic "Flickering playlist", I dropped my self-created winamp-skin.
Now I'm working on a real MJ skin.

I just copied one of the default skins and started to edit it.
Now my MJ looks like the Music-player of MacOS X!! REALLY COOL Next Page

BUT, skin is unable to save its last position on desktop, when I switch to this skin, it appears always on the middle of the desktop.
I have left all the events-lines in main.xml, so, why is it not working?
Has it something to do that my skin has neither a playlist nor an equalizer nor a vis-window?
I deleted all the lines belonging to this extra windows since my small skin shouldn't have such windows!

PLEASE HELP!!!
Greetings
Rüdiger
P.S. Anybody interested in that skin?
Logged

JimH

  • Citizen of the Universe
  • *****
  • Posts: 7604
  • Miller drives a tall-masted tractor on the ocean
RE:Working on a new mini-me-skin
« Reply #1 on: February 20, 2002, 04:13:39 am »

> Since nobody wants to respond to my topic "Flickering playlist",

It isn't that we don't care.  It's that we don't know.

Also, we're in a bug-fixing mode here, so questions like these may have to wait.

If you don't get an answer, bump the message up again.
Logged
Jim Hillegass
JRiver Media Center / Media Jukebox

Doof

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 5907
  • Farm Animal Stupid
RE:Working on a new mini-me-skin
« Reply #2 on: February 20, 2002, 04:55:36 am »

The line you need is in main.js.

More specifically you need these functions :




function OnInitialize()
{
if(Metamorphis.LoadSkinState() == false)
{
}
}

function OnExit()
{
Metamorphis.SaveSkinState();
}



And you'll also need to add this to your main.xml file (in the section for your skin:




 
 




and this in your main.xml (just put this right before the tag at the end):







Logged

Doof

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 5907
  • Farm Animal Stupid
RE:Working on a new mini-me-skin
« Reply #3 on: February 20, 2002, 04:57:03 am »

And when you're done, can you send your skin to me?

doof_dragon@hotmail.com
Logged

Rüdiger from Vienna

  • Guest
RE:Working on a new mini-me-skin
« Reply #4 on: February 20, 2002, 05:44:48 am »

@JimH
Thanks for response. You don't know where the problem is? Well, what did you change? Cause it was working in prior releases like build 185!

@Doof
Found the missing line on my own, thanks anyway, it was the -line i deleted!
By the way, you've got mail!! (packed with winrar3!)
Greetings
Rüdiger
Logged

bennyd

  • Citizen of the Universe
  • *****
  • Posts: 1307
  • Project Leader
RE:Working on a new mini-me-skin
« Reply #5 on: February 20, 2002, 06:09:35 am »

Hi Rüdiger,

Would you be so kind to send me your skin as well ?

benny.dormaels@pandora.be

Thanks,

Benny
Logged
may U live 2 see the dawn

bennyd :-)

Doof

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 5907
  • Farm Animal Stupid
RE:Working on a new mini-me-skin
« Reply #6 on: February 20, 2002, 08:20:33 am »

Just thought I'd stick this in here...

If you zip up your skin, using Winzip or whatever, and then change the .zip extension to .mjs, You can then just double click on it, and MJ will automatically install it and switch to it. Next Page
Logged

Nikolay

  • Regular Member
  • Citizen of the Universe
  • *****
  • Posts: 1681
  • Former CTO, JRiver, Inc.
RE:Working on a new mini-me-skin
« Reply #7 on: February 20, 2002, 10:49:27 am »

Hi Rüdiger,

Can you send me your skin as well?

email: nikolay @ jriver.com

Thanks in advance,
Nikolay
Logged

bennyd

  • Citizen of the Universe
  • *****
  • Posts: 1307
  • Project Leader
RE:Working on a new mini-me-skin
« Reply #8 on: February 20, 2002, 10:54:47 am »

Hey Rüdger,

The skin you've send me has CRC errors in the rar file so I cannot open it.

Would you be so kind to resend it to benny.dormaels@pandora.be ?

Thanks,

Benny
Logged
may U live 2 see the dawn

bennyd :-)

Doof

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 5907
  • Farm Animal Stupid
RE:Working on a new mini-me-skin
« Reply #9 on: February 20, 2002, 11:01:45 am »

If anybody has a skin they'd like to offer up for download, I'd be willing to put it up on my FTP site until JRiver get's there version 8 skin page set up.

Just email it to me at doof_dragon@hotmail.com preferably in ZIP format.
Logged

JimH

  • Citizen of the Universe
  • *****
  • Posts: 7604
  • Miller drives a tall-masted tractor on the ocean
RE:Working on a new mini-me-skin
« Reply #10 on: February 20, 2002, 11:12:22 am »

Thanks, Doof.
Logged
Jim Hillegass
JRiver Media Center / Media Jukebox

Bill Ko

  • Regular Member
  • Junior Woodchuck
  • **
  • Posts: 72
RE:Working on a new mini-me-skin
« Reply #11 on: February 20, 2002, 03:54:23 pm »

Speaking of mini-skins, I run my monitor at 1280 x 1024.  Is there any way to enlarge the skin?  It's about two inches square on my 17 inch LCD monitor.

Thanks!

Bill
Logged

Nikolay

  • Regular Member
  • Citizen of the Universe
  • *****
  • Posts: 1681
  • Former CTO, JRiver, Inc.
RE:Working on a new mini-me-skin
« Reply #12 on: February 21, 2002, 04:24:06 am »

It would be great if you can upload them to

http://www.deskmod.com

They have Media Jukebox section there with 3 skins uploaded.

Doof, you have a lot of skins now, please share them.

Nikolay
Logged

Doof

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 5907
  • Farm Animal Stupid
RE:Working on a new mini-me-skin
« Reply #13 on: February 21, 2002, 07:06:12 am »

Sure thing. Next Page
Logged

Rüdiger from Vienna

  • Guest
RE:Working on a new mini-me-skin
« Reply #14 on: February 22, 2002, 12:18:31 am »

MacOS X uploaded to deskmodNext Page
Logged

bennyd

  • Citizen of the Universe
  • *****
  • Posts: 1307
  • Project Leader
RE:Working on a new mini-me-skin
« Reply #15 on: February 22, 2002, 12:45:21 am »

"WM Classic" uploaded to http://www.deskmod.com
Logged
may U live 2 see the dawn

bennyd :-)
Pages: [1]   Go Up