Hi all... I've made some changes to gui.tcl but I don't know how to send them to you so there it goes.

First of all I made no changes to the actual code just added a line and replaced four lines with the new one which in fact is a color and you can see what it is for here:

http://www.secchio.com.mx/daniel/amsn-nicelist.jpg

Added to if { $initialize_amsn == 1 } right after ::skin::setKey mainwindowbg #7979f2 :

        ::skin::setKey nicelist #ffffff

Then ...

Replaced: $pgBuddy.text configure -state normal -font splainf - background [::skin::getKey contactlistbg] with: $pgBuddy.text configure -state normal -font splainf -background [::skin::getKey nicelist]

Replaced: label $pgBuddy.text.$imgname2 -image [::skin::loadPixmap notinlist] -bg [::skin::getKey contactlistbg] with: label $pgBuddy.text.$imgname2 -image [::skin::loadPixmap notinlist] -bg [::skin::getKey nicelist]

replaced: label $pgBuddy.text.$imgname -image [::skin::loadPixmap $image_type] -bg [::skin::getKey contactlistbg] with: label $pgBuddy.text.$imgname -image [::skin::loadPixmap $image_type] -bg [::skin::getKey nicelist]

replaced: label $tw.$name -image [::skin::loadPixmap $image] -bg [::skin::getKey nicelist] with: label $tw.$name -image [::skin::loadPixmap $image] -bg [::skin::getKey contactlistbg]

That was all.

The way to change it in the setting.xml for any skin is the same as any color <nicelist>somecolor</nicelist>

I get no errors and I assume this is not affecting the functionality of the application... I don't know if this is a good time for this with the release of 0.95 coming soon and Tom's work in the new CL but it'll be nice to have the option to change that color with the actual skinning system.

Thnx... =)

PS. I have 2 skins ready "aDarwin V.3" and "Unified" (which is the one from the screenshot)... I have to send them to who/how? Also I've made the actual icon for Mac aMSN and have made a bunch of those I can send them as PNG/SVG/any-other too if you're interested.






-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.  Get Certified Today
Register for a JBoss Training Course.  Free Certification Exam
for All Training Attendees Through End of 2005. For more info visit:
http://ads.osdn.com/?ad_id=7628&alloc_id=16845&op=click
_______________________________________________
Amsn-devel mailing list
Amsn-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amsn-devel

Reply via email to