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.


» 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: 48,613
Threads: 84,984
Posts: 1,031,248
Top Poster: Rindalik (4,430)
Welcome to our newest member, eteshifessSup
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 11-28-2007, 04:01 PM   Att: Radestock - some container probs? Post #1
Junior Member
 
Join Date: Jan 1970
Posts: 2
Rep Power: 0
Weeelo is infamous around these parts
Default Att: Radestock - some container probs?

Hi,

I'm still working on my Simplicity skin, but I have a problem. I want a container to be displayed on the horizontally center of the screen. That's no problem. But now I want to add a background to this container. How can I do that?

Right now I'm trying to add a picture within a widget inside the container, but it doesn't seem to work...

Like this:
<widget class="picture" id="pict" file="interface/titlebar/continue/bar" auto_size="vertical" cached="true">
<layout class="stick_to_sides_attachment" alignment="top" inset="0"/>
</widget>

Hope that someone can help me fix this issue.

Thanks in advance!
Weeelo is offline   Reply With Quote
Old 11-28-2007, 06:02 PM   Att: Radestock - some container probs? Post #2
Member
 
Join Date: Jul 2003
Posts: 63
Rep Power: 7
radestock is on a distinguished road
Default

Well, what you are wanting to do is very possible. Without knowing where and what you are doing it's difficult but I spsect you just havn't declared the layout properly within the centralised container/

Tips:

1. try the graphic outside of the container - if it works then you know that's the problem and not the graphic declaration

2. Have a look at how it's done elsewhere. Probably the best way to get anything working is to find it working somewhere else. I'm sure the header file is (or used to be) three containers horizonatally across the top. Try taking the layout declerations from that container and adding them to your's

3. Do other things work - can you get text to display? Can you get a fixed image to display rather than a scaling one?

Hope you get it working :thup:
radestock is offline   Reply With Quote
Old 12-01-2007, 12:57 PM   Att: Radestock - some container probs? Post #3
Junior Member
 
Join Date: Jan 1970
Posts: 2
Rep Power: 0
Weeelo is infamous around these parts
Default

Hmm, I've tried some things, but can't figure out how to get to work. Here is the code:

<pre class="ip-ubbcode-code-pre">&lt;container width="170"&gt;&lt;layout class="stick_to_sides_attachment" alignment="vertical" inset="16"/&gt;&lt;layout class="centre_in_parent_attachment" alignment="horizontal"/&gt; &lt;widget class="picture" id="pict" file="interface/titlebar/continue/bar" auto_size="vertical" cached="true"&gt; &lt;layout class="stick_to_sides_attachment" alignment="top" inset="0"/&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="64"/&gt; &lt;attachment class="stick_to_sides_attachment" alignment="left"/&gt; &lt;record id="click_event" event_id="GOTO" event_target="scrn" scin="-3"/&gt; &lt;/widget&gt;&lt;!-- Continue button --&gt; &lt;widget class="picture" id="pict" file="interface/titlebar/continue/bar"&gt; &lt;layout class="stick_to_sides_attachment" alignment="top" inset="0"/&gt; &lt;layout class="centre_in_parent_attachment" alignment="horizontal"/&gt; &lt;/widget&gt;&lt;widget class="text_button" text="Continue" standard_spec="title, small" auto_size="horizontal" colour="white"&gt;&lt;layout class="centre_in_parent_attachment" alignment="horizontal"/&gt;&lt;layout class="stick_to_sides_attachment" alignment="top" inset="66"/&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="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="64"/&gt; &lt;attachment class="stick_to_sides_attachment" alignment="right"/&gt; &lt;record id="click_event" event_id="GOTO" event_target="scrn" scin="-2"/&gt; &lt;/widget&gt;&lt;/container&gt; </pre>

I want, the picture to be placed behind the continue, back and next buttons, which are horizontally centered on the screen.
Weeelo is offline   Reply With Quote
Old 12-03-2007, 01:09 PM   Att: Radestock - some container probs? Post #4
Junior Member
 
Join Date: Dec 2007
Posts: 16
Rep Power: 0
FredheimHolm is on a distinguished road
Default Re: Att: Radestock - some container probs?

Quote:
Originally Posted by Weeelo View Post
Hmm, I've tried some things, but can't figure out how to get to work. Here is the code:

<pre class="ip-ubbcode-code-pre">&lt;container width="170"&gt;&lt;layout class="stick_to_sides_attachment" alignment="vertical" inset="16"/&gt;&lt;layout class="centre_in_parent_attachment" alignment="horizontal"/&gt; &lt;widget class="picture" id="pict" file="interface/titlebar/continue/bar" auto_size="vertical" cached="true"&gt; &lt;layout class="stick_to_sides_attachment" alignment="top" inset="0"/&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="64"/&gt; &lt;attachment class="stick_to_sides_attachment" alignment="left"/&gt; &lt;record id="click_event" event_id="GOTO" event_target="scrn" scin="-3"/&gt; &lt;/widget&gt;&lt;!-- Continue button --&gt; &lt;widget class="picture" id="pict" file="interface/titlebar/continue/bar"&gt; &lt;layout class="stick_to_sides_attachment" alignment="top" inset="0"/&gt; &lt;layout class="centre_in_parent_attachment" alignment="horizontal"/&gt; &lt;/widget&gt;&lt;widget class="text_button" text="Continue" standard_spec="title, small" auto_size="horizontal" colour="white"&gt;&lt;layout class="centre_in_parent_attachment" alignment="horizontal"/&gt;&lt;layout class="stick_to_sides_attachment" alignment="top" inset="66"/&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="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="64"/&gt; &lt;attachment class="stick_to_sides_attachment" alignment="right"/&gt; &lt;record id="click_event" event_id="GOTO" event_target="scrn" scin="-2"/&gt; &lt;/widget&gt;&lt;/container&gt; </pre>

I want, the picture to be placed behind the continue, back and next buttons, which are horizontally centered on the screen.
That's how you make a skin! :O
FredheimHolm is offline   Reply With Quote
Reply

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

Bookmarks

Thread Tools
Display Modes


Similar threads to Att: Radestock - some container probs?
Thread Thread Starter Forum Replies Last Post
Patch Probs?
Patch Probs?: When I try to update patch from within the game I...
Bruin Tactics & Training Tips 2 12-01-2007 10:01 AM
probs please help
probs please help: Read the thread this is how and where you put and...
daz10_uk Skinning Hideout 4 11-16-2007 10:30 PM
Radestock mod for FM2008
Radestock mod for FM2008: Can someone host the face mod ( found here)...
adadsa Skinning Hideout 0 10-26-2007 08:32 PM
A few probs...
A few probs...: Fast Strikers - I have read up on this site but I...
Richie_Fulham Tactics & Training Tips 0 12-31-2006 04:19 PM
tribal tutorial probs
tribal tutorial probs: http://www.skinsntemplates.com/dark/tutorials/Trib...
scorpion General Photoshop Board 11 07-15-2003 02:11 AM

More threads of Weeelo
Thread Date Forum Replies Last Post
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
EDT Future Transfers Update + Scouts
EDT Future Transfers Update + Scouts: Hey.. I've made a system which makes it...
09-16-2005 Skinning Hideout 0 09-16-2005 03:28 PM
This have potential to be huge..
This have potential to be huge..: Hi.. For all those people who wants a future...
08-24-2005 Skinning Hideout 6 08-25-2005 08:37 PM

Other threads in forum Skinning Hideout
Thread Date Thread Starter Replies Last Post
adding new stadium/planned expansion question
adding new stadium/planned expansion question: In fm07 when ever i added a new stadium or tryed...
01-26-2008 strong centreback 1 01-26-2008 08:49 PM
reloading a database?
reloading a database?: I'm using the OS X version of football manager...
12-19-2007 dotty 1 12-19-2007 05:28 AM
Please Help
Please Help: hi, im trying to overwrite the kit pictures for...
10-22-2007 AlexTheImp 0 10-22-2007 09:22 PM
Fm2007 editor
Fm2007 editor: Hi to all… I wanted to open this topic in order...
10-28-2006 nikeddy 5 10-29-2006 01:44 PM
EDT Generator 0.5.0
EDT Generator 0.5.0: A new version of this tool is now available....
12-26-2005 nerazzurri 4 12-26-2005 11:01 PM

» Online Users: 39
0 members and 39 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 11:23 PM.


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 Att: Radestock - some container probs?.