Recommended Posts

kret-

if you increase the row border number, it will approach what you see in russell's screenshot. im sure he has it high in order to accomodate the avatars. for those of us who do not use avatars, and have a small row height (i have mine at 16), the line and the arrow are not properly scaled, thus showing the line going through the text and the arrow going through or touching the line.

search for the following line

#close=sPush,CLIST/HK/CloseMiranda,-63,1,-10,34,R-R--,0,0,Close Miranda

change "CLIST/HK/CloseMiranda" to "CLIST/ShowHide"

that should do it. if you'd like you can change the tooltip as well. just change "Close Miranda" to "Minimize Miranda" or the desired tooltip text

586663710[/snapback]

That doesn't seem to work. Pressing the button does nothing.

this should work:

replace the following code

 ;Close
  $BTNclosenorm=sGlyph,Image,CloseNorm.png,StretchBoth,0,0,0,0,250
  $BTNclosehov=sGlyph,Image,CloseHov.png,StretchBoth,0,0,0,0,255
  $BTNcloseDn=sGlyph,Image,CloseHov.png,StretchBoth,0,0,0,0,255

with

 ;Close
  $BTNminnorm=sGlyph,Image,CloseNorm.png,StretchBoth,0,0,0,0,250
  $BTNminhov=sGlyph,Image,CloseHov.png,StretchBoth,0,0,0,0,255
  $BTNminDn=sGlyph,Image,CloseHov.png,StretchBoth,0,0,0,0,255

then, replace the following code

 ;Close
  @9=s$BTNcloseDn:MButton,ID=close,Down=1
  @10=s$BTNclosehov:MButton,ID=close,Hovered=1
  @11=s$BTNclosenorm:MButton,ID=close

with

 ;Close
  @9=s$BTNminDn:MButton,ID=minimize,Down=1
  @10=s$BTNminhov:MButton,ID=minimize,Hovered=1
  @11=s$BTNminnorm:MButton,ID=minimize

then, replace the following code

#close=sPush,CLIST/HK/CloseMiranda,-63,1,-10,34,R-R--,0,0,Close Miranda

with

#minimize=sPush,CList/ShowHide,-63,1,-10,34,R-R--,0,0,Minimize Miranda

Damn...

I got it working but it's buggy...

Don't know why  :cry:

I got another skin via the site and it's work well...

586664579[/snapback]

you'll have to disable your status bar. if that still doesn't do justice, try collapsing and expanding your groups over and over again.

offtopic: someone should really update or make a new miranda tutorial.. :p ..any new miranda skin thread suddenly starts to become a miranda support thread :p

Edited by russellc
russellc, can help?

586664672[/snapback]

you can try installing the icolib plugin so you can manually set the icons used for the avatar overlay. you should direct this question to the miranda customization thread or on the miranda-im.org forums as this is more of a miranda IM technical question, rather than a question related to the skin ;)

you can try installing the icolib plugin so you can manually set the icons used for the avatar overlay. you should direct this question to the miranda customization thread or on the miranda-im.org forums as this is more of a miranda IM technical question, rather than a question related to the skin ;)

586664682[/snapback]

thanks, but already had icolib and set the icons manually but it doesn't work.

i will post on the other side

Ok. I finally got it working. Awesome. Is there anyway to make it auto resize to the list? Like say if I condense one group the little background auto resizes to hold just that group. And if I expand the group the background stuff resizes to hold everything. RIght now if you don't resize it it all kinda moves over the the left as if there was supposed to be a scroll bar. Or atleast that happens to me.

Can anybody give me a direct link to the Clist_modern.dll download? I don't know what to get?! Well, I downloaded a clist_modern but I don't know which one and when I click skin>browse>"YOUR SKIN" it comes up as nothing, just a black box as the contact list with a grey border, no contact or nothing.

Which clist_modern do I need?

Can anybody give me a direct link to the Clist_modern.dll download? I don't know what to get?! Well, I downloaded a clist_modern but I don't know which one and when I click skin>browse>"YOUR SKIN" it comes up as nothing, just a black box as the contact list with a grey border, no contact or nothing.

Which clist_modern do I need?

586665129[/snapback]

This one:

http://miranda-im.org/download/details.php...iewfile&id=2103

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.