Post Reply 
[Theming]move sub icons anywhere!
Author Message
Vegetano1
$urf

Posts: 9,083.2507
Threads: 397
Joined: 2nd Mar 2007
Reputation: 6.06988
E-Pigs: 2756.6280
Offline
Post: #21
RE: [Theming]move sub icons anywhere!
(03/05/2011 07:26 AM)junKie Wrote:  Ok, am seriously confused here, either i don't get it or am just dumb Emptyone

Checked topmenu_plugin (6.20) and there's no 'basetop', Am guessing you have to
add it via RCOMage...
The 'basetop' is just a dummy/transparent image?
yes its a plane with a dummy image,. but you use x and y to move the plane,. and because the plane line closes with </plane> after the xmenu you are acctually moving the xmb,..

<plane>,......
<xmenu>........</xmenu>
</plane>

i called this plane >> basetop this plane is not in the original topmenu_plugin.rco


Make loads of $$!! it wurks!!
[Image: csbanner_anim_03.gif]
Signed Homebrew by bsanehi & OMightyBuggy
http://endlessparadigm.com/forum/showthr...?tid=25707
Spoiler for My miniBlog:
(This post was last modified: 03/05/2011 07:44 AM by Vegetano1.)
03/05/2011 07:43 AM
Visit this user's website Find all posts by this user Quote this message in a reply
junKie
Deh Eternal Stud

Posts: 395.4963
Threads: 48
Joined: 10th Jan 2011
Reputation: 1.72586
E-Pigs: 25.8715
Offline
Post: #22
RE: [Theming]move sub icons anywhere!
Ok, because this is what am trying to do
http://endlessparadigm.com/forum/showthr...?tid=26714

Now, after inserting the basetop,

You mentioned something bout stretching.., how can i use that to make the icons small?

I was eXx1l3d from Techmantis.net for my ways.
Emo. (//.-)
03/05/2011 07:46 AM
Find all posts by this user Quote this message in a reply
gsmoke
Noob

Posts: 2,184.2572
Threads: 103
Joined: 14th Apr 2007
Reputation: 1.65351
E-Pigs: 36.9914
Offline
Post: #23
RE: [Theming]move sub icons anywhere!
Junkie must be this that you want....

This is where you make strech :

   

1 is the default size ,
0.7 will be smaller
edit them both height and wide.

“Fear not for the future, weep not for the past.”
(This post was last modified: 03/05/2011 07:52 AM by gsmoke.)
03/05/2011 07:49 AM
Find all posts by this user Quote this message in a reply
icatarni-daske
Existential Entity

Posts: 11.1227
Threads: 4
Joined: 22nd Mar 2011
Reputation: 1.25679
E-Pigs: 1.6202
Offline
Post: #24
RE: [Theming]move sub icons anywhere!
Thanks Vegetano1,
I've been having problems making my theme and this has just gave me the answers that I needed.
Madwin

If you wish to live wisely, ignore sayings including this one.
03/05/2011 08:11 AM
Find all posts by this user Quote this message in a reply
junKie
Deh Eternal Stud

Posts: 395.4963
Threads: 48
Joined: 10th Jan 2011
Reputation: 1.72586
E-Pigs: 25.8715
Offline
Post: #25
RE: [Theming]move sub icons anywhere!
Ok, i added the blank image to the rco.

And i inputed 0.5 to both width and height to see how small that would be

But there's no effect...?
Am i missing something?

[Image: y12.jpg]

I was eXx1l3d from Techmantis.net for my ways.
Emo. (//.-)
03/05/2011 08:12 AM
Find all posts by this user Quote this message in a reply
Vegetano1
$urf

Posts: 9,083.2507
Threads: 397
Joined: 2nd Mar 2007
Reputation: 6.06988
E-Pigs: 2756.6280
Offline
Post: #26
RE: [Theming]move sub icons anywhere!
Whots the XML code??


Make loads of $$!! it wurks!!
[Image: csbanner_anim_03.gif]
Signed Homebrew by bsanehi & OMightyBuggy
http://endlessparadigm.com/forum/showthr...?tid=25707
Spoiler for My miniBlog:
03/05/2011 08:16 AM
Visit this user's website Find all posts by this user Quote this message in a reply
junKie
Deh Eternal Stud

Posts: 395.4963
Threads: 48
Joined: 10th Jan 2011
Reputation: 1.72586
E-Pigs: 25.8715
Offline
Post: #27
RE: [Theming]move sub icons anywhere!
(03/05/2011 08:16 AM)Vegetano1 Wrote:  Whots the XML code??

Uhm..., idk exactly what you mean by that...
The XML?

<Plane name="basetop" posX="0" posY="-100" objectScale="0" redScale="1" greenScale="1" blueScale="1" alphaScale="1" width="480" height="272" posUnknown="0" scaleWidth="0.5" scaleHeight="0.5" elementScale="1" iconOffset="0x0" onLoad="nothing" image="image:tex_blank" unknownInt18="0x0"></Plane>

I was eXx1l3d from Techmantis.net for my ways.
Emo. (//.-)
03/05/2011 08:19 AM
Find all posts by this user Quote this message in a reply
Vegetano1
$urf

Posts: 9,083.2507
Threads: 397
Joined: 2nd Mar 2007
Reputation: 6.06988
E-Pigs: 2756.6280
Offline
Post: #28
RE: [Theming]move sub icons anywhere!
%^^ do you see the part that reads </plane> at the end of your line?? move that after </xmenu>
Just cut </plane> and past it after </xmenu> (in a new line)


Make loads of $$!! it wurks!!
[Image: csbanner_anim_03.gif]
Signed Homebrew by bsanehi & OMightyBuggy
http://endlessparadigm.com/forum/showthr...?tid=25707
Spoiler for My miniBlog:
(This post was last modified: 03/05/2011 08:27 AM by Vegetano1.)
03/05/2011 08:26 AM
Visit this user's website Find all posts by this user Quote this message in a reply
junKie
Deh Eternal Stud

Posts: 395.4963
Threads: 48
Joined: 10th Jan 2011
Reputation: 1.72586
E-Pigs: 25.8715
Offline
Post: #29
RE: [Theming]move sub icons anywhere!
(03/05/2011 08:26 AM)Vegetano1 Wrote:  %^^ do you see the part that reads </plane> at the end of your line?? move that after </xmenu>
Just cut </plane> and past it after </xmenu> (in a new line)

VERY AWESOME! Yay Adore
Thanks....,again Madwin

Might do them just a BIT bigger
[Image: frmbuf19.jpg]

I was eXx1l3d from Techmantis.net for my ways.
Emo. (//.-)
03/05/2011 08:32 AM
Find all posts by this user Quote this message in a reply
Vegetano1
$urf

Posts: 9,083.2507
Threads: 397
Joined: 2nd Mar 2007
Reputation: 6.06988
E-Pigs: 2756.6280
Offline
Post: #30
RE: [Theming]move sub icons anywhere!
cool looks cool,.

but you can't do this with sub icon menu's,.. :( only the system sub menu's,.. the other sub menu's you had prob have to make icons smaller and stuff,..


Make loads of $$!! it wurks!!
[Image: csbanner_anim_03.gif]
Signed Homebrew by bsanehi & OMightyBuggy
http://endlessparadigm.com/forum/showthr...?tid=25707
Spoiler for My miniBlog:
03/05/2011 08:40 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)

 Quick Theme: