INTERACT FORUM

Please login or register.

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

Author Topic: [solved]Need some help for the skins.  (Read 6670 times)

kurushi

  • Citizen of the Universe
  • *****
  • Posts: 683
[solved]Need some help for the skins.
« on: December 20, 2015, 08:31:05 pm »

Hi,
I need some help i have almost finished my skins but there's 2 area that i can't find.

This is the white lines see screenshot below.

Thank you for you're help.

Edit:
Nobody knows?
Marco?
I have spend 3 hours without success.
Logged

kurushi

  • Citizen of the Universe
  • *****
  • Posts: 683
Re: Need some help for the skins.
« Reply #1 on: December 30, 2015, 03:06:11 pm »

I have notified vertical gridline was dependent from the menu background so i have added "back=..." in the menu section and i can choose now whatever colors i want.

But i can found these white line i know it's possible or at least what other value are they dependent.

Please if anyone cause i spend really so much time on it without success.
Logged

marko

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 8950
Re: Need some help for the skins.
« Reply #2 on: December 30, 2015, 04:08:43 pm »

I'm not home at the moment. If you don't have an answer by the time I get there, I'll have a look for you...

marko

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 8950
Re: Need some help for the skins.
« Reply #3 on: December 31, 2015, 07:52:25 am »

OK, so it's not a simple science, as you would expect from MC skinning ;)

The lines you indicated are determined by the tree text colour...


but...
Select "Remote Control"...

and you see it is drawing from somewhere else. I haven't figured that one out yet!

To add to the confusion, the border around the options list draws from somewhere else too, and I have yet to figure that out also.

-marko.

kurushi

  • Citizen of the Universe
  • *****
  • Posts: 683
Re: Need some help for the skins.
« Reply #4 on: December 31, 2015, 08:38:47 pm »

Thank you so much Marko as always you really help me again :)

I see why i don't found it now i have pasted the black color amsost anywhere but not on tree or list text color.

Yep it is  not a very simple science i would say it has non sense :)

And about the left part of the whites lines in the options list  it's the same; it's determined by .....
.
.
.
The List text color  ? >:(  :'(

Same for the remote part and also the dsp part ...


Thank you again Marko and happy new year!
Finally i can finish my skins so i 'll release them very soon...
Logged

kurushi

  • Citizen of the Universe
  • *****
  • Posts: 683
Re: [solved]Need some help for the skins.
« Reply #5 on: January 21, 2016, 12:57:22 pm »

Arf i have found another mysterious aréa :p

Anyone know where this white background is located?
Logged

Matt

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 41954
  • Shoes gone again!
Re: [solved]Need some help for the skins.
« Reply #6 on: January 21, 2016, 01:21:28 pm »

Anyone know where this white background is located?

If I'm reading the code right, it's here:

bool JRInPlaceFindToolbarWnd::OnDraw(CGDIBuffer * pDC, JRRect rectClient, JRPoint ptMouse)
{
    // draw background
    IJRSkinningItem * pBackground = GetJRSkinning()->GetSkinItem(_T("List"), _T("InPlaceFindToolbar"));
    if ((pBackground != NULL) && (pBackground->GetIsValid()))
           pBackground->DrawFast(pDC->GetImage(), rectClient);
    ...
}

So I think it's "List" and "InPlaceFindToolbar" that it'll use.
Logged
Matt Ashland, JRiver Media Center

marko

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 8950
Re: [solved]Need some help for the skins.
« Reply #7 on: January 21, 2016, 02:07:37 pm »

Do you still have "Black and Blue Too" installed? Have a look at that, see how it's done in there...


Within the <LIST> block, you need an entry along the lines of: "<Entry Name="InPlaceFindToolbar" Bitmap="List_InPlaceFindToolbar.png" NumberImages="1" .... "

Next, complete, integrated skinning tip...

Some things, like quick find, tabs etc., get added to MC over time as new features. MC helps "pre new feature" skins still work by adding the required parts to a "Default Skin Items" folder found in the installation directory "Data" folder.

In there, for example, you can find tabs.
If you make a skin and don't include images and xml data for tabs, MC will still show them, taking them from this default skin items folder.
The xml needed to draw these default items is shown in the included xml in this folder.

If any of these default items are explicitly specified in the actual skin directory, then those are used in favour of the default skin items ones.
It's always best to specify your own as the defaults provide the fucntionality, but rarely fit with the rest of your skin.

Hope that helps a bit.

-marko

kurushi

  • Citizen of the Universe
  • *****
  • Posts: 683
Re: [solved]Need some help for the skins.
« Reply #8 on: January 21, 2016, 10:34:27 pm »

Waouw that was fast thank you both of you!

Problem solved

@Marko
Can you provide a zip file for you're skin cause  Mac users cant open it.
Logged

marko

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 8950
Re: [solved]Need some help for the skins.
« Reply #9 on: January 22, 2016, 12:43:17 am »

drop the mjp file into notepad and grab the url from there :)

kurushi

  • Citizen of the Universe
  • *****
  • Posts: 683
Re: [solved]Need some help for the skins.
« Reply #10 on: January 22, 2016, 02:17:31 am »

Thank you!
released the whole pack with this fix and a lot of improvements ;)
Logged

kurushi

  • Citizen of the Universe
  • *****
  • Posts: 683
Re: [solved]Need some help for the skins.
« Reply #11 on: January 23, 2016, 01:04:21 pm »

Partially resolved i haven't found the white line (see the screenshot on the first post and look at the yellow arrow at the top).

Only this is missing any help?
Logged
Pages: [1]   Go Up