xtsh Posted October 31, 2018 Share Posted October 31, 2018 Hi, So i'm incredibly new to editing skins, and with a little trial and error I managed to add the attribute panel from the Flut skin to the default as I prefer to play with them. However doing so has removed my ability to quickly see the players height and weight on the attributes panel. Does anybody know how to add this back? is there some code I need to add to the panel file? Any help would be greatly appreciated. Link to post Share on other sites More sharing options...
dwood79 Posted October 31, 2018 Share Posted October 31, 2018 vor 3 Stunden schrieb xtsh: Hi, So i'm incredibly new to editing skins, and with a little trial and error I managed to add the attribute panel from the Flut skin to the default as I prefer to play with them. However doing so has removed my ability to quickly see the players height and weight on the attributes panel. Does anybody know how to add this back? is there some code I need to add to the panel file? Any help would be greatly appreciated. You need to add something like the following lines at the end of the player attributes panel.xml: <!-- Additional attributes table --> <container class="client_object_viewer_xml_panel" id="attT"> <layout class="stick_to_sides_attachment" alignment="all" inset="0" apply_to_children="true"/> <widget class="table" layout="-1, 80" mode="fill_rows, printable" row_height="22" row_spacing="0"> <list id="column_table_properties"> <record index="0" left="8" sort_disabled="true"/> <record index="1" right="8" sort_disabled="true"/> </list> <!-- Height--> <widget class="label" row="0" column="0" > <record id="object_property" get_property="Phei" name="true"/> </widget> <widget class="editable_client_object_property_panel" id="Phei" row="0" column="1" style="semi_bold"> <record id="object_property" get_property="Phei"/> <record id="widget_properties" alignment="right,centre_y" /> </widget> <!-- Weight--> <widget class="label" row="1" column="0" > <record id="object_property" get_property="Pwei" name="true"/> </widget> <widget class="editable_client_object_property_panel" id="Pwei" row="1" column="1" style="semi_bold"> <record id="object_property" get_property="Pwei"/> <record id="widget_properties" alignment="right,centre_y" /> </widget> </widget> </container> Link to post Share on other sites More sharing options...
mrcll Posted October 31, 2018 Share Posted October 31, 2018 7 ore fa, xtsh ha scritto: Hi, So i'm incredibly new to editing skins, and with a little trial and error I managed to add the attribute panel from the Flut skin to the default as I prefer to play with them. However doing so has removed my ability to quickly see the players height and weight on the attributes panel. Does anybody know how to add this back? is there some code I need to add to the panel file? Any help would be greatly appreciated. This is exactly what i need, the FMT attribute boxes in the FM default skin (dark, if possible). When all things are set done, would you please explain how do you do it and/or enable the download of that panel? Unfortunately, I'm less than zero with xml. Thanks in advance, xtsh. Link to post Share on other sites More sharing options...
xtsh Posted October 31, 2018 Author Share Posted October 31, 2018 9 hours ago, dwood79 said: You need to add something like the following lines at the end of the player attributes panel.xml: <!-- Additional attributes table --> <container class="client_object_viewer_xml_panel" id="attT"> <layout class="stick_to_sides_attachment" alignment="all" inset="0" apply_to_children="true"/> <widget class="table" layout="-1, 80" mode="fill_rows, printable" row_height="22" row_spacing="0"> <list id="column_table_properties"> <record index="0" left="8" sort_disabled="true"/> <record index="1" right="8" sort_disabled="true"/> </list> <!-- Height--> <widget class="label" row="0" column="0" > <record id="object_property" get_property="Phei" name="true"/> </widget> <widget class="editable_client_object_property_panel" id="Phei" row="0" column="1" style="semi_bold"> <record id="object_property" get_property="Phei"/> <record id="widget_properties" alignment="right,centre_y" /> </widget> <!-- Weight--> <widget class="label" row="1" column="0" > <record id="object_property" get_property="Pwei" name="true"/> </widget> <widget class="editable_client_object_property_panel" id="Pwei" row="1" column="1" style="semi_bold"> <record id="object_property" get_property="Pwei"/> <record id="widget_properties" alignment="right,centre_y" /> </widget> </widget> </container> Hi, Thanks mate for the help. I added the code and when I did it worked but it replaced the other info like preferred foot and moves. If possible I would like all information displayed like it would be on the default skin. Here's the original code on the panel: <?xml version="1.0" encoding="UTF-8"?> <panel> <layout class="arrange_horizontal_attachment" layout="-3, -1" offset="0" gap="15"/> <layout class="stick_to_sides_attachment" alignment="vertical" inset="0" apply_to_children="true"/> <flags id="required_attribute_row_appearance" value="tables/custom/attributes/required/row"/> <flags id="preferred_attribute_row_appearance" value="tables/custom/attributes/preferred/row"/> <flags id="not_important_attribute_row_appearance" value="tables/standard/row/normal/row"/> <!-- Table properties to use for all attribute tables --> <record id="table_properties" mode="fill_rows, stripe_rows, printable" layout="-1, 14, 42, 42, 30" row_height="22" row_spacing="0" default_sort_column="name"> <list id="column_display_properties"> <!-- Attribute name --> <record index="0" id="name" left="8" top="4"> <record id="widget_info" class="text" alignment="left, centre_y,can_scale" multi_line="false"/> </record> <!-- Attribute training improvement offset --> <record index="1" id="offs" sort_disabled="true"> <record id="widget_info" class="training_improvement" /> </record> <record index="2" id="val " top="1" bottom="1" sort_disabled="true" column_alignment="centre,can_scale"> <record id="widget_info" class="attribute_label" alignment="centre, can_scale,can_scale" colour="white" size="12" font="fonts/MyriadPro-LightCond" style="bold" use_attribute_colour_as_bg="true" appearance="boxes/custom/attributes/paper"/> </record> <!-- Attribute value as a bar --> <record index="3" id="bar " sort_disabled="true"> <record id="widget_info" class="attribute_bar"> <record id="help" help_translation_id="plAr" alignment="top, right,can_scale"/> </record> </record> <!-- Attribute edit widget --> <record index="4" id="edit" sort_disabled="true"> <record id="widget_info" class="editable_client_object_property_panel" /> </record> </list> </record> <container> <layout class="stick_to_sides_attachment" alignment="vertical" inset="0" apply_to_children="true"/> <layout class="arrange_horizontal_attachment" alignment="fill" offset="10" gap="1"/> <!-- Technical Table --> <widget class="table" id="pltt" layout="-1"> <list id="headings"> <record index="0" alignment="left, centre_y,can_scale" column_span="5" hide_sorting="true" font="fonts/capitals_bold" colour="title" disabled="true"> <translation id="text" translation_id="229413" type="use" value="Technical"/> </record> </list> </widget> <!-- Goalkeeping Table --> <widget class="table" id="plgk" layout="-1"> <list id="headings"> <record index="0" alignment="left, centre_y,can_scale" column_span="5" hide_sorting="true" font="fonts/capitals_bold" colour="title" disabled="true"> <translation id="text" translation_id="230024" type="use" value="Goalkeeping" /> </record> </list> </widget> <!-- Mental Table --> <widget class="table" id="plmt" layout="-1"> <list id="headings"> <record index="0" alignment="left, centre_y,can_scale" column_span="5" font="fonts/capitals_bold" colour="title" hide_sorting="true" disabled="true"> <translation id="text" translation_id="230106" type="use" value="Mental"/> </record> </list> </widget> <container> <layout class="arrange_vertical_attachment" alignment="top, extend" offset="0"/> <layout class="stick_to_sides_attachment" alignment="horizontal" inset="0" apply_to_children="true"/> <container> <layout class="fit_children_attachment" alignment="vertical, fill" offset="0"/> <layout class="arrange_vertical_attachment" alignment="top" offset="0"/> <layout class="stick_to_sides_attachment" alignment="horizontal" inset="0" apply_to_children="true"/> <!-- Physical Table --> <widget class="table" id="plpt" layout="-1" auto_size="vertical"> <list id="headings"> <record index="0" alignment="left, centre_y,can_scale" column_span="5" font="fonts/capitals_bold" colour="title" hide_sorting="true" disabled="true"> <translation id="text" translation_id="230003" type="use" value="Physical"/> </record> </list> </widget> <!-- Extra technical table for GK --> <widget class="table" id="plgt" layout="-1" auto_size="vertical"> <list id="headings"> <record index="0" alignment="left, centre_y,can_scale" font="fonts/capitals_bold" colour="title" column_span="5"> <translation id="text" translation_id="229413" type="use" value="Technical"/> </record> </list> </widget> </container> <widget class="picture" file="dividers/standard/horizontal/line" height="1" image_alignment="centre"/> <container> <layout class="arrange_vertical_attachment" alignment="top, extend" offset="0"/> <layout class="stick_to_sides_attachment" alignment="horizontal" inset="0" apply_to_children="true"/> <!-- Separator <widget class="picture" file="dividers/standard/horizontal/line" height="1" image_alignment="centre"/>--> <!-- Additional attributes table --> <!-- buttons area <container id="btna" embed_in_frame="true"> <layout class="arrange_horizontal_attachment" alignment="left" embed_in_frame="true" gap="0" offset="2" /> <layout class="stick_to_sides_attachment" alignment="bottom" inset="5" apply_to_children="true" embed_in_frame="true" /> <layout class="stick_to_sides_attachment" alignment="bottom,left" embed_in_frame="true" inset="0" /> <layout class="fit_children_attachment" alignment="vertical" embed_in_frame="true" /> <layout class="fit_children_attachment" alignment="horizontal,fill" embed_in_frame="true" gap="10" offset="10" /> <widget class="player_roles_popup_button" id="skpp" show_clear_item="true" click_event="skpp" embed_in_frame="true" alignment="left,can_scale" appearance="buttons/embedded/normal/button" auto_size="all" fixed="true" spec="text,small" show_selected_role="true"> <translation id="text" translation_id="330016" type="use" value="Highlight key attributes for role[COMMENT: option allowing for viewing the key attributes needed to play in a certain role]" /> </widget> </container>--> </container> </container> </container> <!-- buttons area <container id="btna" embed_in_frame="true"> <layout class="arrange_horizontal_attachment" alignment="left" embed_in_frame="true" gap="10" offset="5" /> <layout class="stick_to_sides_attachment" alignment="bottom" inset="5" apply_to_children="true" embed_in_frame="true" /> <layout class="stick_to_sides_attachment" alignment="bottom,left" embed_in_frame="true" inset="0" /> <layout class="fit_children_attachment" alignment="vertical" embed_in_frame="true" /> <layout class="fit_children_attachment" alignment="horizontal,fill" embed_in_frame="true" gap="10" offset="10" /> <widget class="player_roles_popup_button" id="skpa" show_clear_item="true" click_event="skpa" embed_in_frame="true" alignment="centre" appearance="buttons/embedded/normal/button" auto_size="all" fixed="true" spec="text,small" show_selected_role="true"> <translation id="text" translation_id="330016" type="use" value="Highlight key attributes for role[COMMENT: option allowing for viewing the key attributes needed to play in a certain role]" /> </widget> </container>--> <!-- More attribute stuff--> <container class="client_object_viewer_xml_panel" id="atT2" file="player/player additional attributes panel"/> </panel> I replaced the part that said '<!-- More attribute stuff--> <container class="client_object_viewer_xml_panel" id="atT2" file="player/player additional attributes panel"/>' and copied in you code. If i left this here it wouldn't show up at all. Am I doing this right? Thanks again. Link to post Share on other sites More sharing options...
dwood79 Posted October 31, 2018 Share Posted October 31, 2018 Don't replace the part from "more attribute stuff" on but from "additional attributes table" and you need to uncomment it... guess something like this should work for you: <?xml version="1.0" encoding="UTF-8"?> <panel> <layout class="arrange_horizontal_attachment" layout="-3, -1" offset="0" gap="15"/> <layout class="stick_to_sides_attachment" alignment="vertical" inset="0" apply_to_children="true"/> <flags id="required_attribute_row_appearance" value="tables/custom/attributes/required/row"/> <flags id="preferred_attribute_row_appearance" value="tables/custom/attributes/preferred/row"/> <flags id="not_important_attribute_row_appearance" value="tables/standard/row/normal/row"/> <!-- Table properties to use for all attribute tables --> <record id="table_properties" mode="fill_rows, stripe_rows, printable" layout="-1, 14, 42, 42, 30" row_height="22" row_spacing="0" default_sort_column="name"> <list id="column_display_properties"> <!-- Attribute name --> <record index="0" id="name" left="8" top="4"> <record id="widget_info" class="text" alignment="left, centre_y,can_scale" multi_line="false"/> </record> <!-- Attribute training improvement offset --> <record index="1" id="offs" sort_disabled="true"> <record id="widget_info" class="training_improvement" /> </record> <record index="2" id="val " top="1" bottom="1" sort_disabled="true" column_alignment="centre,can_scale"> <record id="widget_info" class="attribute_label" alignment="centre, can_scale,can_scale" colour="white" size="12" font="fonts/MyriadPro-LightCond" style="bold" use_attribute_colour_as_bg="true" appearance="boxes/custom/attributes/paper"/> </record> <!-- Attribute value as a bar --> <record index="3" id="bar " sort_disabled="true"> <record id="widget_info" class="attribute_bar"> <record id="help" help_translation_id="plAr" alignment="top, right,can_scale"/> </record> </record> <!-- Attribute edit widget --> <record index="4" id="edit" sort_disabled="true"> <record id="widget_info" class="editable_client_object_property_panel" /> </record> </list> </record> <container> <layout class="stick_to_sides_attachment" alignment="vertical" inset="0" apply_to_children="true"/> <layout class="arrange_horizontal_attachment" alignment="fill" offset="10" gap="1"/> <!-- Technical Table --> <widget class="table" id="pltt" layout="-1"> <list id="headings"> <record index="0" alignment="left, centre_y,can_scale" column_span="5" hide_sorting="true" font="fonts/capitals_bold" colour="title" disabled="true"> <translation id="text" translation_id="229413" type="use" value="Technical"/> </record> </list> </widget> <!-- Goalkeeping Table --> <widget class="table" id="plgk" layout="-1"> <list id="headings"> <record index="0" alignment="left, centre_y,can_scale" column_span="5" hide_sorting="true" font="fonts/capitals_bold" colour="title" disabled="true"> <translation id="text" translation_id="230024" type="use" value="Goalkeeping" /> </record> </list> </widget> <!-- Mental Table --> <widget class="table" id="plmt" layout="-1"> <list id="headings"> <record index="0" alignment="left, centre_y,can_scale" column_span="5" font="fonts/capitals_bold" colour="title" hide_sorting="true" disabled="true"> <translation id="text" translation_id="230106" type="use" value="Mental"/> </record> </list> </widget> <container> <layout class="arrange_vertical_attachment" alignment="top, extend" offset="0"/> <layout class="stick_to_sides_attachment" alignment="horizontal" inset="0" apply_to_children="true"/> <container> <layout class="fit_children_attachment" alignment="vertical, fill" offset="0"/> <layout class="arrange_vertical_attachment" alignment="top" offset="0"/> <layout class="stick_to_sides_attachment" alignment="horizontal" inset="0" apply_to_children="true"/> <!-- Physical Table --> <widget class="table" id="plpt" layout="-1" auto_size="vertical"> <list id="headings"> <record index="0" alignment="left, centre_y,can_scale" column_span="5" font="fonts/capitals_bold" colour="title" hide_sorting="true" disabled="true"> <translation id="text" translation_id="230003" type="use" value="Physical"/> </record> </list> </widget> <!-- Extra technical table for GK --> <widget class="table" id="plgt" layout="-1" auto_size="vertical"> <list id="headings"> <record index="0" alignment="left, centre_y,can_scale" font="fonts/capitals_bold" colour="title" column_span="5"> <translation id="text" translation_id="229413" type="use" value="Technical"/> </record> </list> </widget> </container> <container> <layout class="arrange_vertical_attachment" alignment="top, extend" offset="0"/> <layout class="stick_to_sides_attachment" alignment="horizontal" inset="0" apply_to_children="true"/> <!-- Separator --> <widget class="picture" file="dividers/standard/horizontal/line" height="1" image_alignment="centre"/>--> <!-- Additional attributes table --> <!-- Additional attributes table --> <container class="client_object_viewer_xml_panel" id="attT"> <layout class="stick_to_sides_attachment" alignment="all" inset="0" apply_to_children="true"/> <widget class="table" layout="-1, 80" mode="fill_rows, printable" row_height="22" row_spacing="0"> <list id="column_table_properties"> <record index="0" left="8" sort_disabled="true"/> <record index="1" right="8" sort_disabled="true"/> </list> <!-- Height--> <widget class="label" row="0" column="0" > <record id="object_property" get_property="Phei" name="true"/> </widget> <widget class="editable_client_object_property_panel" id="Phei" row="0" column="1" style="semi_bold"> <record id="object_property" get_property="Phei"/> <record id="widget_properties" alignment="right,centre_y" /> </widget> <!-- Weight--> <widget class="label" row="1" column="0" > <record id="object_property" get_property="Pwei" name="true"/> </widget> <widget class="editable_client_object_property_panel" id="Pwei" row="1" column="1" style="semi_bold"> <record id="object_property" get_property="Pwei"/> <record id="widget_properties" alignment="right,centre_y" /> </widget> </widget> </container> </container> </container> </container> <!-- More attribute stuff--> <container class="client_object_viewer_xml_panel" id="atT2" file="player/player additional attributes panel"/> </panel> Hope I didn't forget to close a container :-) Link to post Share on other sites More sharing options...
xtsh Posted October 31, 2018 Author Share Posted October 31, 2018 1 hour ago, dwood79 said: Don't replace the part from "more attribute stuff" on but from "additional attributes table" and you need to uncomment it... guess something like this should work for you: <?xml version="1.0" encoding="UTF-8"?> <panel> <layout class="arrange_horizontal_attachment" layout="-3, -1" offset="0" gap="15"/> <layout class="stick_to_sides_attachment" alignment="vertical" inset="0" apply_to_children="true"/> <flags id="required_attribute_row_appearance" value="tables/custom/attributes/required/row"/> <flags id="preferred_attribute_row_appearance" value="tables/custom/attributes/preferred/row"/> <flags id="not_important_attribute_row_appearance" value="tables/standard/row/normal/row"/> <!-- Table properties to use for all attribute tables --> <record id="table_properties" mode="fill_rows, stripe_rows, printable" layout="-1, 14, 42, 42, 30" row_height="22" row_spacing="0" default_sort_column="name"> <list id="column_display_properties"> <!-- Attribute name --> <record index="0" id="name" left="8" top="4"> <record id="widget_info" class="text" alignment="left, centre_y,can_scale" multi_line="false"/> </record> <!-- Attribute training improvement offset --> <record index="1" id="offs" sort_disabled="true"> <record id="widget_info" class="training_improvement" /> </record> <record index="2" id="val " top="1" bottom="1" sort_disabled="true" column_alignment="centre,can_scale"> <record id="widget_info" class="attribute_label" alignment="centre, can_scale,can_scale" colour="white" size="12" font="fonts/MyriadPro-LightCond" style="bold" use_attribute_colour_as_bg="true" appearance="boxes/custom/attributes/paper"/> </record> <!-- Attribute value as a bar --> <record index="3" id="bar " sort_disabled="true"> <record id="widget_info" class="attribute_bar"> <record id="help" help_translation_id="plAr" alignment="top, right,can_scale"/> </record> </record> <!-- Attribute edit widget --> <record index="4" id="edit" sort_disabled="true"> <record id="widget_info" class="editable_client_object_property_panel" /> </record> </list> </record> <container> <layout class="stick_to_sides_attachment" alignment="vertical" inset="0" apply_to_children="true"/> <layout class="arrange_horizontal_attachment" alignment="fill" offset="10" gap="1"/> <!-- Technical Table --> <widget class="table" id="pltt" layout="-1"> <list id="headings"> <record index="0" alignment="left, centre_y,can_scale" column_span="5" hide_sorting="true" font="fonts/capitals_bold" colour="title" disabled="true"> <translation id="text" translation_id="229413" type="use" value="Technical"/> </record> </list> </widget> <!-- Goalkeeping Table --> <widget class="table" id="plgk" layout="-1"> <list id="headings"> <record index="0" alignment="left, centre_y,can_scale" column_span="5" hide_sorting="true" font="fonts/capitals_bold" colour="title" disabled="true"> <translation id="text" translation_id="230024" type="use" value="Goalkeeping" /> </record> </list> </widget> <!-- Mental Table --> <widget class="table" id="plmt" layout="-1"> <list id="headings"> <record index="0" alignment="left, centre_y,can_scale" column_span="5" font="fonts/capitals_bold" colour="title" hide_sorting="true" disabled="true"> <translation id="text" translation_id="230106" type="use" value="Mental"/> </record> </list> </widget> <container> <layout class="arrange_vertical_attachment" alignment="top, extend" offset="0"/> <layout class="stick_to_sides_attachment" alignment="horizontal" inset="0" apply_to_children="true"/> <container> <layout class="fit_children_attachment" alignment="vertical, fill" offset="0"/> <layout class="arrange_vertical_attachment" alignment="top" offset="0"/> <layout class="stick_to_sides_attachment" alignment="horizontal" inset="0" apply_to_children="true"/> <!-- Physical Table --> <widget class="table" id="plpt" layout="-1" auto_size="vertical"> <list id="headings"> <record index="0" alignment="left, centre_y,can_scale" column_span="5" font="fonts/capitals_bold" colour="title" hide_sorting="true" disabled="true"> <translation id="text" translation_id="230003" type="use" value="Physical"/> </record> </list> </widget> <!-- Extra technical table for GK --> <widget class="table" id="plgt" layout="-1" auto_size="vertical"> <list id="headings"> <record index="0" alignment="left, centre_y,can_scale" font="fonts/capitals_bold" colour="title" column_span="5"> <translation id="text" translation_id="229413" type="use" value="Technical"/> </record> </list> </widget> </container> <container> <layout class="arrange_vertical_attachment" alignment="top, extend" offset="0"/> <layout class="stick_to_sides_attachment" alignment="horizontal" inset="0" apply_to_children="true"/> <!-- Separator --> <widget class="picture" file="dividers/standard/horizontal/line" height="1" image_alignment="centre"/>--> <!-- Additional attributes table --> <!-- Additional attributes table --> <container class="client_object_viewer_xml_panel" id="attT"> <layout class="stick_to_sides_attachment" alignment="all" inset="0" apply_to_children="true"/> <widget class="table" layout="-1, 80" mode="fill_rows, printable" row_height="22" row_spacing="0"> <list id="column_table_properties"> <record index="0" left="8" sort_disabled="true"/> <record index="1" right="8" sort_disabled="true"/> </list> <!-- Height--> <widget class="label" row="0" column="0" > <record id="object_property" get_property="Phei" name="true"/> </widget> <widget class="editable_client_object_property_panel" id="Phei" row="0" column="1" style="semi_bold"> <record id="object_property" get_property="Phei"/> <record id="widget_properties" alignment="right,centre_y" /> </widget> <!-- Weight--> <widget class="label" row="1" column="0" > <record id="object_property" get_property="Pwei" name="true"/> </widget> <widget class="editable_client_object_property_panel" id="Pwei" row="1" column="1" style="semi_bold"> <record id="object_property" get_property="Pwei"/> <record id="widget_properties" alignment="right,centre_y" /> </widget> </widget> </container> </container> </container> </container> <!-- More attribute stuff--> <container class="client_object_viewer_xml_panel" id="atT2" file="player/player additional attributes panel"/> </panel> Hope I didn't forget to close a container :-) Hi, Thanks again for trying to help me mate. I replaced the original code with your updated one and I got an error message pop up. And now i can't see any of the attributes. Any other suggestions? If not then still a massive thanks for trying to help. Link to post Share on other sites More sharing options...
dwood79 Posted October 31, 2018 Share Posted October 31, 2018 Well, then try the one attached... that's mine and it works for me. Guess I missed a bracket or something above... Sorry for that! player attributes panel.xml Link to post Share on other sites More sharing options...
xtsh Posted October 31, 2018 Author Share Posted October 31, 2018 Hi, downloaded and used your panel, shall I replace my original panel I was using with your file? Because when I use it on it's own it removes the attribute boxes. Do you have attribute boxes on your skin? Sorry this is messing you around so much. Maybe there is an easier way to add attribute boxes to a skin? Or is there panel for the player overview screen that's easy to add that displays his information somewhere else? Link to post Share on other sites More sharing options...
dwood79 Posted November 1, 2018 Share Posted November 1, 2018 No, I don't have boxes in my skin. But you can just look for the lines I posted above and see where in the file I put them. Then put them exactly there in your file with boxes and you should be fine :-) Link to post Share on other sites More sharing options...
xtsh Posted November 2, 2018 Author Share Posted November 2, 2018 23 hours ago, dwood79 said: No, I don't have boxes in my skin. But you can just look for the lines I posted above and see where in the file I put them. Then put them exactly there in your file with boxes and you should be fine :-) I've tried everything mate. Nothing seems to work. I'll just try and maybe get it to work with a whole new layout panel. Link to post Share on other sites More sharing options...
xtsh Posted November 2, 2018 Author Share Posted November 2, 2018 On 31/10/2018 at 12:36, mrcll said: This is exactly what i need, the FMT attribute boxes in the FM default skin (dark, if possible). When all things are set done, would you please explain how do you do it and/or enable the download of that panel? Unfortunately, I'm less than zero with xml. Thanks in advance, xtsh. Hi mate, Finally have it working. Is this what you wanted? Link to post Share on other sites More sharing options...
mrcll Posted November 2, 2018 Share Posted November 2, 2018 4 ore fa, xtsh ha scritto: Hi mate, Finally have it working. Is this what you wanted? Yes/Sì/Oui/Da/Ja Link to post Share on other sites More sharing options...
xtsh Posted November 3, 2018 Author Share Posted November 3, 2018 19 hours ago, mrcll said: Yes/Sì/Oui/Da/Ja When I get some spare time i'll upload it somewhere for you to download. I'll message you when it's ready. Link to post Share on other sites More sharing options...
sweetcarroll92 Posted November 6, 2018 Share Posted November 6, 2018 On 03/11/2018 at 18:25, xtsh said: When I get some spare time i'll upload it somewhere for you to download. I'll message you when it's ready. Would it be possible for you to upload it/inbox me it, too, please? Thank you! More or less exactly what I am looking for :). Thanks mate. Link to post Share on other sites More sharing options...
xtsh Posted November 7, 2018 Author Share Posted November 7, 2018 18 hours ago, sweetcarroll92 said: Would it be possible for you to upload it/inbox me it, too, please? Thank you! More or less exactly what I am looking for :). Thanks mate. Messaged you a download link. Link to post Share on other sites More sharing options...
samuelserdar Posted February 1, 2019 Share Posted February 1, 2019 On 07.11.2018 at 21:18, xtsh said: Messaged you a download link. hi mate. that is exactly what i looking for too. attribute in boxes with base skin. can u pls share with me too? thanks Link to post Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.