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.
  • Posts

    • Thank god they got rid of the disgusting looking sidebars, and the corner radius looks much better, too. Two things I hated on day one, and never got used to.
    • JetBrains launches Rider 2026.2 EAP 5, bringing several AI improvements by David Uzondu JetBrains has released the fifth EAP version of Rider 2026.2, bringing a faster startup flow with the new non-modal startup screen and quality-check hooks for Claude Code and Codex. In the latest EAP release, Rider now has newly bundled "quality-check" hooks that run background tests on code edits before the external agent proceeds. For example, after Claude Code rewrites a class, Rider immediately triggers a PostToolUse hook that analyzes the code for syntax errors and formatting warnings. It then passes those findings back to the model as feedback, allowing the agent to fix its own output before finalizing the task. If Rider detects compilation errors, the IDE prevents the agent from treating the task as complete, while minor formatting warnings simply help guide the model toward better output. The "Explain with AI" feature can now tackle tricky build errors directly from the console, helping .NET developers who frequently wrestle with multi-targeting failures and MSBuild errors. JetBrains introduced Explain with AI back in the 2024.1 release cycle. With this feature, instead of forcing developers to copy long diagnostics into a separate chat window, Rider now lets you trigger these explanations directly from the error source. In similar EAP news, JetBrains recently opened the first EAP for IntelliJ IDEA 2026.2, with features that appeal to both those who are into AI-assisted coding and those who prefer "classic" manual development. For manual developers, the release adds revamped dependency completion for Maven and Gradle build scripts, which pulls data directly from the local cache to suggest relevant versions. It also brings the Spring Debugger update, displaying security indicators next to endpoints to visualize secured routes during runtime. In addition to database migration tools for Flyway and Liquibase, this build introduces a Hibernate debugger that shows the exact SQL or HQL queries that the framework plans to execute, letting developers jump directly to the Java code that triggered them.
  • Recent Achievements

    • Very Popular
      Captain_Eric earned a badge
      Very Popular
    • One Month Later
      amusc earned a badge
      One Month Later
    • One Month Later
      DJC50PLUS earned a badge
      One Month Later
    • Week One Done
      DJC50PLUS earned a badge
      Week One Done
    • Proficient
      Eric Biran went up a rank
      Proficient
  • Popular Contributors

    1. 1
      +primortal
      504
    2. 2
      PsYcHoKiLLa
      223
    3. 3
      ATLien_0
      87
    4. 4
      Steven P.
      80
    5. 5
      +Edouard
      80
  • Tell a friend

    Love Neowin? Tell a friend!