Jump to content

KillYourIdols

Members+
  • Posts

    2,772
  • Joined

  • Last visited

Posts posted by KillYourIdols

  1. Think we have worked out what the "Licencing fires" were.

    Seems having done all the promotional work, only for the J League to (possibly) play hard ball means it was released with the intention to patch it in rather than delay. Not unheard of, but a bit more clarity probably would have quelled these fires from turning into a full blown towering inferno on here, but there you go, you live and learn.

  2. 21 minutes ago, SazoJohnno said:

    Whilst I can understand that you are trying to have a laugh out of this, but posting this doesn't really help. 

    No, probably not. But seeing as this is a feedback thread, and so far, it's been nothing but questions (which a specific thread has been linked to in the very first post and, by and far, ignored) then fairs fair. I'll leave it there, as requested by @metal_guitarist

  3. 13 hours ago, snowofman said:

    it's probably the classes used

    So would changing, for example

    <class class="tcs_tabs_primary" parent="multi_box" contents_kind="plain_box" top_kind="tab_strip" appearance="tcs/boxes/main/tabbed/paper" dont_set_title_text="true">

        <flags id="top_layout" value="horizontal"/>

        <record id="top_properties">
            <flags id="appearance" value="tcs/boxes/tabs/primary"/>
            <flags id="auto_size" value="vertical"/>
            <flags id="alignment" value="top"/>
            <flags id="navigation_container" value="true" />
            <boolean id="use_alt_end_tab_appearances" value="false"/>
        </record>

    </class>

     

    to

    <class class="tcs_tabs_primary" parent="multi_box" contents_kind="plain_box" top_kind="tab_strip" appearance="tcs/boxes/main/tabbed/paper transparency=0.8" dont_set_title_text="true">

        <flags id="top_layout" value="horizontal"/>

        <record id="top_properties">
            <flags id="appearance" value="tcs/boxes/tabs/primary" transparency=0.8/>
            <flags id="auto_size" value="vertical"/>
            <flags id="alignment" value="top"/>
            <flags id="navigation_container" value="true" />
            <boolean id="use_alt_end_tab_appearances" value="false"/>
        </record>

    </class>

     

     

    Work?

    I'm away at the moment, but I'll try tonight if I'm on the right lines? Also, if @TCSSkin or @snowofman think this is the wrong place, let me know and ill move to the small skinning questions thread.

  4. 3 hours ago, Hoarau said:

    Sorry to butt in, how did you go about getting the transparent background working? Just to see if it's something i can attempt to recreate myself?

    Hi Mate

    I'm away from PC at the moment, but I'll update you when home as it was a bit trial and error and I can't actually remember :D

    Its client object browser.xml and i BELIEVE (Make a backup incase) change:

        <widget class="inner_contrast_box" appearance="boxes/custom/interface/content/secondary/paper">

    to

    <widget class="inner_contrast_box" appearance="boxes/custom/interface/content/secondary/paper" transparency="0.8">

    and

    <widget class="inner_contrast_box" appearance="boxes/custom/interface/content/primary/paper">

    to

    <widget class="inner_contrast_box" appearance="boxes/custom/interface/content/primary/paper" transparency="0.8">

    and Change the numerical vales to the transparency you require

     

    A few kinks I' ll be working on (Tabbed container and Inbox), and I'm sure some of the Pros on here will spit feathers i've done it this way (Which is Probably a hack job :D) but it works for me. Let me know if you have Issues and ill upload my Client object.xml when I'm home around 7pm UK time

×
×
  • Create New...