[HELP] How to move the contact search bar from top to bottom?! - 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] How to move the contact search bar from top to bottom?! (/showthread.php?tid=83134) [HELP] How to move the contact search bar from top to bottom?! by blessedguy on 04-13-2008 at 12:19 AM
Well...I've already tried looking at more people's skins, and have done excatly what they've done in their 1001 defs. RE: [HELP] How to move the contact search bar from top to bottom?! by djpeggers on 04-13-2008 at 12:57 AM
Is this for your own skin or the bug in mine? code:replace with [code]<Element <*PlusSkin Conditions(NAME = false)*>LayoutPos=Top</*PlusSkin*> <*PlusSkin Conditions(NAME = true)*>LayoutPos=Bottom</*PlusSkin*> Layout=BorderLayout() BorderThickness=rect(0,0,0,1) Padding=Rect(0,0,2,0) ID=Atom(ai550)> Change NAME to resemble your BoolVal Name If that isn't working check spellings and/or clear the options value in your registry. Other than that I don't know. If for my bug I posted the fix in the release topic. [/code] RE: [HELP] How to move the contact search bar from top to bottom?! by blessedguy on 04-13-2008 at 01:01 AM
quote:Change NAME to resemble your BoolVal Name If that isn't working check spellings and/or clear the options value in your registry. Other than that I don't know. If for my bug I posted the fix in the release topic. its from my skin... and there sno syntax errors...even tried copy-cut with your defs, and hasn't worked either. about registry...there are no options at the registry...haven't ever added any [/code] RE: [HELP] How to move the contact search bar from top to bottom?! by felipEx on 04-13-2008 at 01:07 AM
take a look at 1001 style, it works fine here code: RE: [HELP] How to move the contact search bar from top to bottom?! by blessedguy on 04-13-2008 at 01:23 AM no results RE: [HELP] How to move the contact search bar from top to bottom?! by felipEx on 04-13-2008 at 01:58 AM
huh? code:1001 style: code:As you can see in the picture, you can change the position (or hide) by specifying the LayoutPos attribute RE: [HELP] How to move the contact search bar from top to bottom?! by blessedguy on 04-13-2008 at 06:22 PM
quote:well...I've tried with defs and then with styles...ill try with both now edit: =( 1001def <Element resid=SimpleViewStd sheet=styleref(mainss) Class="AddressBookBG" id=atom(abLayout) BorderThickness=rect(0,0,0,0) Layout=BorderLayout()> <Element LayoutPos=Bottom Layout=BorderLayout() BorderThickness=rect(0,0,0,1) Padding=Rect(0,0,2,0) ID=Atom(ai550)> <Element LayoutPos=Client Layout=BorderLayout()> <WordWheelElement id=atom(WordWheelElement) Foreground=argb(0,0,0,0);/> </Element> 1001 style Element[ID=Atom(ai550)] { LayoutPos:Bottom; <*PlusSkin Conditions(RemContactSearchBarBg = false)*> Background:rgb(255,255,255); BorderColor:argb(100,145,206,242); </*PlusSkin*> <*PlusSkin Conditions(RemContactSearchBarBg = true)*> Background:argb(100,145,206,242); BorderColor:argb(0,145,206,242); </*PlusSkin*> } screenshot attached RE: [HELP] How to move the contact search bar from top to bottom?! by Basilis on 04-13-2008 at 06:28 PM It may sound dumb, but this is the only explanation. have you included the files in the SkinInfo? RE: [HELP] How to move the contact search bar from top to bottom?! by blessedguy on 04-13-2008 at 06:46 PM
edit: forget it...in a recent skininfo.xml fix i had re-tiped one of the 1001 zeros... |