Shoutbox

HELP: Changing the position of icons - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4)
+---- Forum: Skinning (/forumdisplay.php?fid=41)
+----- Thread: HELP: Changing the position of icons (/showthread.php?tid=80708)

HELP: Changing the position of icons by Daniel.T on 01-05-2008 at 12:12 AM

Hi, I was wondering how you can change the position of icons in a conversation frame, e.g changing the block button from the left to the center (Y)


RE: HELP: Changing the position of icons by Basilis on 01-05-2008 at 10:49 AM

This is a question that Willz can answer. He has done exactly what you want. Why don't you try sending him a private message?


RE: HELP: Changing the position of icons by Spunky on 01-05-2008 at 03:59 PM

quote:
Originally posted by Daniel.T
Hi, I was wondering how you can change the position of icons in a conversation frame, e.g changing the block button from the left to the center (Y)

I cut the element containing the button and moved into another element (such as <MeContainer> etc).

The position of the element in the text file affects the position in the skin... It's all just trial and error
RE: HELP: Changing the position of icons by Daniel.T on 01-05-2008 at 10:24 PM

O.K Thanks for both your help.(Y)


RE: HELP: Changing the position of icons by TRash19 on 01-07-2008 at 06:11 PM

Can anybody write here, how can i change the icon position? What im change or edit to moving!!??!??!?!?(in the style or in the definition? or where and what?) :S :(


RE: HELP: Changing the position of icons by djdannyp on 01-07-2008 at 06:35 PM

In the definition file just find the element and either change the "layoutpos" value, or move the element to above/below another element.

Which icon(s) in particular are you trying to move?


RE: HELP: Changing the position of icons by aNILEator on 01-07-2008 at 06:40 PM

You'll want to select something like this in 920 def

quote:
Originally posted by 920 definition file
<button class="HIGToolbarButton" padding=rect(5,5,5,4) layout=borderlayout() id=atom(gamesdropdownbtn) cmdid=40618 AccRole=43 Tooltip=true active=mouseandkeyboard|nosyncfocus margin=rect(5,0,5,0)>
       <ButtonIcon class="HIGToolbarIcon" contentalign=middlecenter ID=Atom(ai159)/>
       <element layoutpos=Right contentalign=middlecenter layout=filllayout()>
              <ButtonText class="HIGToolbarText" content="" contentalign=middlecenter Shortcut=1 ID=Atom(ai160)/>
       </element>
</button>

then just move it above/below whatever other button you want to move etc
RE: HELP: Changing the position of icons by TRash19 on 01-07-2008 at 07:05 PM

i wanna move all icons...and DP...and PSM :) :P THX the helps!


RE: HELP: Changing the position of icons by aNILEator on 01-07-2008 at 07:07 PM

Well tbh we're not going to do the skin for you, only you know what you want, and you'll have to slog through like the rest of us with trial and error. You may even need to completely re-write the dashboard/conversation header area as is the case with my skin in progress and Evo

but otherwise just play around with the defs adding deleting, merging elemetns etc


RE: HELP: Changing the position of icons by TRash19 on 01-07-2008 at 07:18 PM

Is not too easy, because i wanna move the "Remember Me" on the log in scr, and is not move :D =\


RE: HELP: Changing the position of icons by aNILEator on 01-07-2008 at 07:23 PM

We know it's not easy, this is the common mistake with skinning, sure simple icon replacement and other stuff is a blitz with plus's new engine but making up your own xml for the windows etc ain't exactly a walk in the proverbial park


RE: HELP: Changing the position of icons by TRash19 on 01-07-2008 at 07:28 PM

I cut and move this...:

<Element class="FramelessWindowTitle" padding=rect(0,8,0,6) layoutpos=client layout=verticalflowlayout(0,0,0,0) ContentAlign=0x00000004|0x00000100>
<EmoticonText id=atom(WindowText) richeditstyle=RichText|HideSelection|DisableDrag|ReadOnly active=inactive/>
<Element id=atom(WindowSubText) layout=borderlayout()>
<Element layoutpos=left layout=borderlayout()>
<PSMElement id=atom(WindowPSM) Layout=BorderLayout()>
<Element id=atom(idPSM) Layout=VerticalFlowLayout(0,2,3,2)>
<HtmlView ShowEmoticons=true HandleLinksOnly=false yscrollable=false id=atom(idPSMView) Active=MouseAndKeyboard Accessible=True Tooltip=True AccState=64/>
</Element>
<Element id=atom(idCurrentSong) Layout=BorderLayout() Visible=False>
<Element id=atom(idSongIcon) Active=Inactive/>
<UrlElem id=atom(idSongText) Layout=VerticalFlowLayout(0,2,0,2) class="PSMUrl" CmdID=2339 ShowAmpersand=False>
<WLEditT id=atom(idSongInnerText) active=inactive/>
</UrlElem>
</Element>
</PSMElement>

...to under the TextInputBox, and save and restart, but it isnt work. Why? I have a problem with the moved "part"?? Or what? :S

:)


RE: HELP: Changing the position of icons by djdannyp on 01-07-2008 at 07:33 PM

Check the SkinTrace file if messenger refuses to open (that's assuming you've set <TraceFile>True</TraceFile> in your SkinInfo.xml) and it'll tell you what line of code is causing the problem, and which definition and style sheets were last loaded (it'll be in one of those).

Sometimes elements cannot be moved outside of other container elements and this may cause problems.

Skinning takes a LOT of trial and error.  It took me 2 days of trial and error to just reposition a picture to be aligned with the display pictures in the conversation window.

We can give you advice and help and stuff, but we're not gonna make you skin for you :P


RE: HELP: Changing the position of icons by TRash19 on 01-07-2008 at 07:38 PM

Yes, i know your last sentence :) And Where is the Trace File? I dont know, because im not use this! :O


RE: HELP: Changing the position of icons by djdannyp on 01-07-2008 at 07:45 PM

You need to insert:

code:
<TraceFile>True</TraceFile>

into your SkinInfo.xml in the Information section.

When a skin fails to load correctly, a file called "Skin Trace" will be generated inside your skin's directory
RE: HELP: Changing the position of icons by TRash19 on 01-07-2008 at 07:51 PM

The edited file is loaded, so i dont know why not load my moving...:S


RE: HELP: Changing the position of icons by vikke on 01-07-2008 at 07:55 PM

Last time I checked, the TraceFile was enabled by default.

If Messenger is in tray, but won't open up the Main-window, something got wrong while parsing the resources for the Main-window. Check the TraceFile for more information on the error.


RE: HELP: Changing the position of icons by TRash19 on 01-07-2008 at 08:00 PM

The TraceFile:

08/01/07 20:56:34| **** The trace has started ****
08/01/07 20:56:34| Skin: iNNOV8SKIN! 1.1.0
08/01/07 20:56:34| Messenger version: 9.0.1407.1107 (en-us)
08/01/07 20:56:34| Messenger Plus! version: 4.50.312
08/01/07 20:56:34| SkinLoader: Couldn't find file "268.png"
08/01/07 20:56:34| SkinLoader: Couldn't find file "326.png"
08/01/07 20:56:34| SkinLoader: Couldn't find file "327.png"
08/01/07 20:56:34| SkinLoader: Couldn't find file "329.png"
08/01/07 20:56:34| SkinLoader: Couldn't find file "images/412.png"
08/01/07 20:56:34| SkinLoader: Couldn't find file "images/1487.png"
08/01/07 20:56:34| SkinLoader: Couldn't find file "414.png"
08/01/07 20:56:34| SkinLoader: Couldn't find file "443.png"
08/01/07 20:56:34| SkinLoader: Couldn't find file "444.png"
08/01/07 20:56:34| SkinLoader: Couldn't find file "597.png"
08/01/07 20:56:34| SkinLoader: Couldn't find file "images/652.png"
08/01/07 20:56:34| SkinLoader: Couldn't find file "659.png"
08/01/07 20:56:34| SkinLoader: Couldn't find file "840.png"
08/01/07 20:56:34| SkinLoader: Couldn't find file "860.png"
08/01/07 20:56:34| SkinLoader: Couldn't find file "861.png"
08/01/07 20:56:34| SkinLoader: Couldn't find file "862.png"
08/01/07 20:56:34| SkinLoader: Couldn't find file "863.png"
08/01/07 20:56:34| SkinLoader: Couldn't find file "961.png"
08/01/07 20:56:34| SkinLoader: Couldn't find file "963.png"
08/01/07 20:56:34| SkinLoader: Couldn't find file "965.png"
08/01/07 20:56:34| SkinLoader: Couldn't find file "1014.png"
08/01/07 20:56:34| SkinLoader: Couldn't find file "images/1076.gif"
08/01/07 20:56:34| SkinLoader: Couldn't find file "1131.png"
08/01/07 20:56:34| SkinLoader: Couldn't find file "1132.png"
08/01/07 20:56:34| SkinLoader: Couldn't find file "Display Picture/1531.png"
08/01/07 20:56:34| SkinLoader: Couldn't find file "images/20853.png"
08/01/07 20:56:34| SkinLoader: Couldn't find file "images/3172.png"
08/01/07 20:56:34| SkinLoader: Couldn't find file "images/20853.png"
08/01/07 20:56:34| SkinLoader: Couldn't find file "20202.png"
08/01/07 20:58:27| **** The trace has ended ****


RE: HELP: Changing the position of icons by vikke on 01-07-2008 at 08:01 PM

I think it's pretty self-explanatory.
The files you've entered in your SkinInfo.xml doesn't exist in your skin-folder.


RE: HELP: Changing the position of icons by djdannyp on 01-07-2008 at 08:03 PM

it seems that you've referenced things in your SkinInfo file that you haven't included in the skin directory.

all of those images (268.png, etc) need to be included in the skin's directory, or if they are in subfolders then they need to be referenced correctly in your SkinInfo file.


RE: HELP: Changing the position of icons by TRash19 on 01-07-2008 at 08:09 PM

I find the problem: im not write the file name to the Definitions...the file name is in the <Windows>"file name"<Definitions>:P

Restart, and i read this:

08/01/07 21:06:54| DUIParserFailure: parse error '/' 440
08/01/07 21:07:02| DUIParserFailure: parse error '/' 440

:S


RE: HELP: Changing the position of icons by vikke on 01-07-2008 at 08:13 PM

There's probably a syntax error in a Style/Definition you've replaced. The error will probably be inside the file for the last loaded resource (read about it in the SkinTrace file).


RE: HELP: Changing the position of icons by TRash19 on 01-07-2008 at 08:41 PM

Yessss!!!! Its work :D THANKS 4 EVERYBODY THE HELP TO me!!!!! (Y):)


RE: HELP: Changing the position of icons by TRash19 on 01-08-2008 at 08:50 PM

Again :P

I wanna repose the tabs. How can i do this? :O Thanks the helping...:)


RE: RE: HELP: Changing the position of icons by djdannyp on 01-08-2008 at 09:23 PM

quote:
Originally posted by TRash19
Again :P

I wanna repose the tabs. How can i do this? :O Thanks the helping...:)

which tabs are you talking about?

and do you mean reposition?
RE: HELP: Changing the position of icons by TRash19 on 01-08-2008 at 09:29 PM

Tabs on the left in the Contact List Window :)