Author Topic: A simple request for you techies  (Read 6311 times)

0 Members and 1 Guest are viewing this topic.

Offline deazo

  • Older Power User
  • *****
  • Posts: 283
    • View Profile
A simple request for you techies
« on: March 31, 2014, 10:05:41 am »
Hi all,

I am using the skin called "PVD Classic Tabs remix (eng)", and I would like to slightly modify it to remove the blue bar at the top containing the title (see screen attached).
If the bar cannot be removed then I would need to make it much smaller.

Would you know what I need to remove/modify in the file?

Thanks a lot!

Offline OOmatrixOO

  • User
  • ***
  • Posts: 41
    • View Profile
Re: A simple request for you techies
« Reply #1 on: March 31, 2014, 03:31:41 pm »
Hit.
Do you want to completely remove the area? So the title. Or only the blue color?

Offline deazo

  • Older Power User
  • *****
  • Posts: 283
    • View Profile
Re: A simple request for you techies
« Reply #2 on: March 31, 2014, 05:20:12 pm »
Ideally I would like to remove the whole bar.
The title is anyway visible on the left or even below the bar.
Thanks!

Offline Ivek23

  • Global Moderator
  • *****
  • Posts: 2667
    • View Profile
Re: A simple request for you techies
« Reply #3 on: March 31, 2014, 06:44:15 pm »
Simple solution,

Code: [Select]
<?xml version="1.0" encoding="utf-8"?>
<xml>
  <pvd_skin_movie>
    <skinname>PVD Classic Tabs Remix(eng)</skinname>
    <version>1.0.1.2</version>
    <author>jk214 and Ivek23(eng)</author>
    <description>4 Tabs: jk214 Classic Tabs Remix. Font "Segoe UI" required</description>
    <preview>skinimg_movie_tabs_remix.jpg</preview>
    <linkdefs>
      <linkcolor1>$0066cc</linkcolor1>
      <linkcolor2>$339900</linkcolor2>
    </linkdefs>
    <labelfont>
      <name>Segoe UI</name>
      <size>8</size>
      <bold></bold>
    </labelfont>
    <fieldfont>
      <name>Verdana</name>
      <size>10</size>
    </fieldfont>
    <color>$A9D0F5</color>
   <!--<section>
      <color>$2E9AFE</color>
      <border shape="none" />
      <row>
        <column halign="center">
          <title autosize="true">
            <font>
              <size>20</size>
              <name>Segoe UI</name>
              <color>$FFFFFF</color>
            </font>
          </title>
        </column>
      </row>
    </section>-->
    <pagecontrol>
      <color>$f4f1e9</color>
      <tab>
        <caption>&amp;Main information</caption>

and the whole bar is invisible.


The following options:

Code: [Select]
<section>
      <color>$2E9AFE</color>
      <border shape="none" />
      <row>
        <column halign="center">
          <title autosize="true">
            <font>
              <size>10</size>
              <name>Segoe UI</name>
              <color>$FFFFFF</color>
            </font>
          </title>
        </column>
      </row>
    </section>
Ivek23
Win 10 64bit (32bit)   PVD v0.9.9.21, PVD v1.0.2.7, PVD v1.0.2.7 + MOD


Offline deazo

  • Older Power User
  • *****
  • Posts: 283
    • View Profile
Re: A simple request for you techies
« Reply #4 on: March 31, 2014, 11:51:26 pm »

 Thanks a lot Ivek, works perfectly!

Offline Ivek23

  • Global Moderator
  • *****
  • Posts: 2667
    • View Profile
Re: A simple request for you techies
« Reply #5 on: April 01, 2014, 06:28:57 am »

 Thanks a lot Ivek, works perfectly!

Welcome and nice is to hear that it works perfectly.
Ivek23
Win 10 64bit (32bit)   PVD v0.9.9.21, PVD v1.0.2.7, PVD v1.0.2.7 + MOD