Fitness.com
Advertisement

Go Back   Sports Forum > Community > Football Manager > Skinning Hideout

Skinning Hideout

Use this forum to help edit the cosmetic side of Football Manager.


» Site Navigation
 > Shop
» Current Poll
Best 5 club teams in history of Football:
Liverpool 1977-1978 - 100.00%
1 Vote
Real Madrid 1956-1960 - 0%
0 Votes
Juventus 1985 - 0%
0 Votes
Milan 1989-1990 - 100.00%
1 Vote
Ajax 1971-1973 - 0%
0 Votes
Santos 1962-1963 - 0%
0 Votes
Torinho 1940's - 100.00%
1 Vote
Ajax 1995 - 0%
0 Votes
Flamengo 1981 - 100.00%
1 Vote
Benfica 1961-1962 - 100.00%
1 Vote
Total Votes: 1
You may not vote on this poll.
» Stats
Members: 103,356
Threads: 84,986
Posts: 1,031,253
Top Poster: Karky (9,545)
Welcome to our newest member, ankkaewrae
» Fitness Shop
If you register for free, you will be able to post threads, vote on polls and lots more. If you have problems with the registration or logging in, please contact the administrator.

Reply
 
LinkBack Thread Tools Display Modes
Old 12-12-2006, 09:21 PM   Attaching a background to "continue" (skinning) Post #1
Joe Blow
 
Join Date: Sep 2007
Posts: 1
Rep Power: 0
manicevangelist is an unknown quantity at this point
Default Attaching a background to "continue" (skinning)

Hi,

I'm working on a skin, but I just can't figure out how to attach a background to the continue button.

This is the code:

<pre class="ip-ubbcode-code-pre"> &lt;widget class="action_button" text="Continue" appearance="menu/bar" auto_size="horizontal" style="embossed" size="10"&gt;&lt;record id="click_event" event_id="CONT" event_target="scrn"/&gt;&lt;attachment class="test_global_attachment" get_property="cont" set_property="disa"&gt;&lt;list id="value"&gt;&lt;integer value="-8"/&gt;&lt;integer value="-5"/&gt;&lt;/list&gt;&lt;/attachment&gt;&lt;!-- match play text --&gt;&lt;attachment class="get_global_attachment" get_property="cttx" set_property="text"/&gt;&lt;/widget&gt; &lt;widget class="action_button" id="back" appearance="button/custom/back/button" auto_size="all"&gt; &lt;attachment class="get_global_attachment" get_property="disp" set_property="disa"/&gt;&lt;attachment class="stick_to_sides_attachment" alignment="top" inset="39"/&gt; &lt;record id="click_event" event_id="GOTO" event_target="scrn" scin="-3"/&gt; &lt;/widget&gt; &lt;widget class="action_button" id="forw" appearance="button/custom/next/button" auto_size="all"&gt; &lt;attachment class="get_global_attachment" get_property="disn" set_property="disa"/&gt;&lt;attachment class="stick_to_sides_attachment" alignment="top" inset="39"/&gt; &lt;record id="click_event" event_id="GOTO" event_target="scrn" scin="-2"/&gt; &lt;/widget&gt;</pre>

Can anyone help me here?
manicevangelist is offline   Reply With Quote
Old 12-12-2006, 11:55 PM   Attaching a background to "continue" (skinning) Post #2
Registered User
 
Join Date: May 2007
Posts: 17
Rep Power: 0
Norfolk_boy is an unknown quantity at this point
Default

To work with that you should have:

Your main 'graphics' folder &gt; a 'menu' folder &gt; a set of graphics files called 'bar...'

you can either have them fixed size meaning you'd have:

bar.png, bar_over.png, bar_clicked.png, bar_disabled.png and maybe showing.png

or you could have it as variable size meaning you have a left, right and middle graphic for each or the above 5 types:

eg bar_clicked_left.png, bar_clicked_middle.png, bar_clicked_right.png

That should work fine and dandy. However, whilst writing this some memories come back and it could also be the widget type. I seem to remember having some kind of problem like this. You might have to change it to 'text_button' from 'action_button'. Or it might have been the other way round, in which case you've done it already so it should work. However it might not need chaning at all. I'd make certain of your file placements before changing it.
Norfolk_boy is offline   Reply With Quote
Old 12-13-2006, 12:21 AM   Attaching a background to "continue" (skinning) Post #3
Joe Blow
 
Join Date: Sep 2007
Posts: 1
Rep Power: 0
manicevangelist is an unknown quantity at this point
Default

Quote:
Originally posted by radestock:
To work with that you should have:

Your main 'graphics' folder &gt; a 'menu' folder &gt; a set of graphics files called 'bar...'

you can either have them fixed size meaning you'd have:

bar.png, bar_over.png, bar_clicked.png, bar_disabled.png and maybe showing.png

or you could have it as variable size meaning you have a left, right and middle graphic for each or the above 5 types:

eg bar_clicked_left.png, bar_clicked_middle.png, bar_clicked_right.png

That should work fine and dandy. However, whilst writing this some memories come back and it could also be the widget type. I seem to remember having some kind of problem like this. You might have to change it to 'text_button' from 'action_button'. Or it might have been the other way round, in which case you've done it already so it should work. However it might not need chaning at all. I'd make certain of your file placements before changing it.
Neither action_button og text_button seems to work.

This is the widget for the "Manager"-menu and I want my continue button in the same style.

<pre class="ip-ubbcode-code-pre"> &lt;widget class="header_popup" text="Manager" appearance="menu/bar" size="8" colour="grey3"&gt; &lt;attachment class="get_global_attachment" get_property="mgro" set_property="itms" skip_if_null="false"/&gt; &lt;/widget&gt;</pre>

If I change the text and adds this line:

&lt;record id="click_event" event_id="CONT" event_target="scrn"/&gt;

it works, but the "Manager"-fold down menu still unfolds - how can I avoid this?
manicevangelist is offline   Reply With Quote
Old 12-13-2006, 01:24 AM   Attaching a background to "continue" (skinning) Post #4
Registered User
 
Join Date: May 2007
Posts: 0
Rep Power: 0
retired_vpoorni is an unknown quantity at this point
Default

change the attachment class line so it reads the same as the default continue button.

So it'll look something like this:

<pre class="ip-ubbcode-code-pre">&lt;widget class="header_popup" text="Continue" appearance="menu/bar" size="8" colour="grey3"&gt;&lt;record id="click_event" event_id="CONT" event_target="scrn"/&gt;&lt;attachment class="test_global_attachment" get_property="cont" set_property="disa"&gt;&lt;list id="value"&gt;&lt;/list&gt;&lt;/attachment&gt;&lt;!-- match play text --&gt;&lt;attachment class="get_global_attachment" get_property="cttx" set_property="text"/&gt;&lt;/widget&gt;</pre>
retired_vpoorni is offline   Reply With Quote
Old 12-13-2006, 01:28 AM   Attaching a background to "continue" (skinning) Post #5
Joe Blow
 
Join Date: Sep 2007
Posts: 1
Rep Power: 0
manicevangelist is an unknown quantity at this point
Default

Yeah I just tried that too Michael.

The dropdown menu still shows just without any content. I think the problem is the header_popup, which i believe has the dropdown function - just don't know how to get rid of it.
manicevangelist is offline   Reply With Quote
Old 12-13-2006, 01:32 AM   Attaching a background to "continue" (skinning) Post #6
Joe Blow
 
Join Date: Sep 2007
Posts: 1
Rep Power: 0
manicevangelist is an unknown quantity at this point
Default

Like this:

manicevangelist is offline   Reply With Quote
Old 12-13-2006, 07:08 PM   Attaching a background to "continue" (skinning) Post #7
Registered User
 
Join Date: May 2007
Posts: 0
Rep Power: 0
retired_vpoorni is an unknown quantity at this point
Default

Try using the code that displays the ball in the footer as the continue button.
retired_vpoorni is offline   Reply With Quote
Old 12-14-2006, 01:03 AM   Attaching a background to "continue" (skinning) Post #8
Joe Blow
 
Join Date: Sep 2007
Posts: 1
Rep Power: 0
manicevangelist is an unknown quantity at this point
Default

Quote:
Originally posted by michaeltmurrayuk:
Try using the code that displays the ball in the footer as the continue button.
No that won't work. It's just a button without text, and I've tried the action_button. Doesn't work.
manicevangelist is offline   Reply With Quote
Reply

Go Back   Sports Forum > Community > Football Manager > Skinning Hideout

Bookmarks

Thread Tools
Display Modes


Similar threads to Attaching a background to "continue" (skinning)
Thread Thread Starter Forum Replies Last Post
Can't Continue
Can't Continue: has anyone else served a touch line ban then not...
gav11693 Football Manager 1 04-04-2008 10:07 PM
FM Won't Continue
FM Won't Continue: I'm just about to start my third season and it...
bensmall2003 Football Manager 2 11-28-2007 01:51 PM
Rule change: Attaching images to posts
Rule change: Attaching images to posts: One of the strengths of forums is that they can...
Gaussian Feedback 11 04-28-2007 07:45 PM
skinning/background question
skinning/background question: hello, I find with the new fm2007-skin, the...
FuryG Skinning Hideout 1 10-22-2006 06:08 PM
Team Colors - Background and Text in skinning
Team Colors - Background and Text in skinning: To make these changes you need to alter the...
radestock Skinning Hideout 1 06-30-2006 07:06 PM

More threads of Weeelo
Thread Date Forum Replies Last Post
Simplicity [WIP]
Simplicity [WIP]: Hi.. Instead of improving my Black Aura...
02-01-2007 Skinning Hideout 52 06-10-2007 12:14 PM
New skin [WIP]
New skin [WIP]: Hi there, I've been working on a new skin,...
12-14-2006 Skinning Hideout 117 02-16-2007 01:22 PM
Game Date Layout
Game Date Layout: Hi, I've been reading this:...
02-01-2007 Skinning Hideout 6 02-11-2007 12:02 PM
Which quicklinks do you use?
Which quicklinks do you use?: Here's a list of the available quicklinks from...
12-21-2006 Skinning Hideout 1 12-21-2006 09:30 PM
3 minor skin problems
3 minor skin problems: Hi there, I just can't figure out howto make...
12-18-2006 Skinning Hideout 1 12-18-2006 10:26 PM

Other threads in forum Skinning Hideout
Thread Date Thread Starter Replies Last Post
QUESTION FOR FM UNDERGROUND GUYS
QUESTION FOR FM UNDERGROUND GUYS: editor is great, but is is possible to edit a...
01-24-2007 peroniplease? 0 01-24-2007 03:50 PM
Avellino Seria B
Avellino Seria B: Im aware of the rules so this might be shut down....
01-01-2006 jimmymc 2 01-01-2006 02:50 AM
Mcfm 0.1.2.0 problem
Mcfm 0.1.2.0 problem: It just does not seem to work with 6.0.2 so if...
12-22-2005 Asad 3 12-22-2005 11:13 PM
FM-modifier for FM2006? Anybody?
FM-modifier for FM2006? Anybody?: I used to use FM Modifier with FM2005, and it was...
11-01-2005 KeljuK 1 11-01-2005 01:05 PM
Help with stadium problem please!
Help with stadium problem please!:
01-01-1970 Micky T 0 01-01-1970 01:00 AM

» Online Users: 25
0 members and 25 guests
No Members online
Most users ever online was 2,128, 07-21-2008 at 08:27 PM.

All times are GMT +1. The time now is 12:18 AM.


Powered by vBulletin® Version 3.8.3
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
Fitness.com | Weight Loss | Training & Fitness | BodyBuilding | Chinese | Spanish | French | Germany | Italian | Friend Codes |
You are viewing Attaching a background to "continue" (skinning).