Satin (from AdiumX) for Miranda

status changes dont show for msn i dont think

@russelc

Thanks alot for the update :D I like the minimal style... the skin i was refering to was this one though :D

the skin:

#261030

Actually it's possible, PNG + Gradient in IE:

pnggrad3zb.png

#261035

i have make a fresh install

i have tabSRmsg version 0.9.9.7

IEview version 1.0.1.7

still have the same bug on grouping message...

even if i put a lot of characters

#261044

Well, I also seem to have 2 bugs... I got latest TabSRMM and IEview (downloaded 10mins ago), clean miranda, and clean OS. ;)

The problem is, the chat area doesnt seem to display messages until refresh it manually (move the typing area bar, the chat area scrollbar, or move the container itself.)

2nd. thing is that little smiley icon, floating at middle bottom of the chat area.

..strange stuff.

post-22796-1109945028_thumb.png

Untitled-1.gif
Untitled-1.gif

#261094

in the new ieview there is an option to switch of smileys even if only temp solution as stated. check that.

i am using satin too and have no probs i have no idea whats wrong.

#261118

Well, I also seem to have 2 bugs... I got latest TabSRMM and IEview (downloaded 10mins ago), clean miranda, and clean OS. ;)

The problem is, the chat area doesnt seem to display messages until refresh it manually (move the typing area bar, the chat area scrollbar, or move the container itself.)

2nd. thing is that little smiley icon, floating at middle bottom of the chat area.

..strange stuff.

disable the plugin called Smileyadd :)

@karma.police: how are you enabling transparency? the scripts that i have searched up on google require you to state a set width and height..which i cannot do with background images with css

#261122

in the new ieview there is an option to switch of smileys even if only temp solution as stated. check that.

i am using satin too and have no probs i have no idea whats wrong.

still don't work :(

#261139

:) I read the documentation @ MSDN

BTW the background is a filter too.

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>test</title>
</head>
<body style="background: #0cd; filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#eeeeee', EndColorStr='#cccccc')">

<DIV ID="myDiv"
STYLE="position:relative;
height:154px;
width:100%;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='Untitled-1.png',sizingMethod='scale');">

</DIV>

</body>
</html>

The key is on sizing method, with one image looks weird but if you slice it in a good way you wont have problems. You have to slice like the attachment (the inner too) to prevent that horrible stretching (see screenshot too).

pngtest3th.png

#261142

I still can't see the status changes :(

What should I do more than this check?

post-21501-1109959183_thumb.png

status.GIF
status.GIF

#261154

statuschanges.png

that also needs to be checked ;)

@karma_police: i will check that out...i hope that works for table elements too..

#261194

disable the plugin called Smileyadd :)

Thanks, worked like a charm. ;)

#261201

WOW THANKS! :cool:

#261206

yeah, it seems that transparent background PNGs are only available using DIVs..not really feeling like re-coding the entire thing..

#261212

status changes dont show for msn i dont think

@russelc

Thanks alot for the update :D I like the minimal style... the skin i was refering to was this one though :D

the skin:

this.png

Please someone make a port 1:1 of that Adium style .... it is awesome ;)

#261227

Please someone make a port 1:1 of that Adium style .... it is awesome ;)

I'll give it a try now that updating Satin is more a lower priority

EDIT: I'll be recoding it so PNGs will be transparent unlike the Satin port :)

#261229

awesome :D great to hear. Let me know if you need any help with anything as far as graphics/images go. Good Luck :D

#261232

TBH, this is impossible. A 1:1 port from the Gecko engine to the IE engine is virtually not possible unless the functionality of a conversation log is 100% lost. It will look completely wrong once dynamic content is placed in there. The code found by karma_police requires a set width and height of a DIV. In Internet Explorer, DIVs cannot have a set percentage height. DIVs will not change height according to whatever container it is in (if set at 100% height). Not only does that start giving visual problems, I can't even find a way to put the avatar in the right place (I was using a mix of tables and DIVs). The avatar would be spaced from the left and bottom too much.

Unless you all wouldn't mind having a solid colour background like Satin, it can't be done (afaik). Its a shame Microsoft hasnt updating Internet Explorer at all..

So here's my question: Do you all mind if the background is only a solid colour? No gradients in the background will be possible (unless functionality is lossed or I waste lots, and i mean lots, of time trying to fix it). I really do want to port this template for everyone...So, just tell me if not having a gradient or multicoloured background is okay :)

#261255

Very nice theme--and I can appreciate the hard work going into coding it now that I'm working on one of my own (with a few other people).

Great job!

-NC

#261257

@russellc: I wouldn't mind having a solid colour background. Satin looks pretty good even with a solid background. So if you can give it a go, it would be really nice. I'm looking forward to this theme. Thanks for all the hard work mate :)

#261274

TBH, this is impossible. A 1:1 port from the Gecko engine to the IE engine is virtually not possible unless the functionality of a conversation log is 100% lost. It will look completely wrong once dynamic content is placed in there. The code found by karma_police requires a set width and height of a DIV. In Internet Explorer, DIVs cannot have a set percentage height. DIVs will not change height according to whatever container it is in (if set at 100% height). Not only does that start giving visual problems, I can't even find a way to put the avatar in the right place (I was using a mix of tables and DIVs). The avatar would be spaced from the left and bottom too much.

Unless you all wouldn't mind having a solid colour background like Satin, it can't be done (afaik). Its a shame Microsoft hasnt updating Internet Explorer at all..

So here's my question: Do you all mind if the background is only a solid colour? No gradients in the background will be possible (unless functionality is lossed or I waste lots, and i mean lots, of time trying to fix it). I really do want to port this template for everyone...So, just tell me if not having a gradient or multicoloured background is okay :)

You can use the filter width divs, tables, etc. A 1:1 port is possible.

I did a simple test, actually the MSDN documentation states that you can apply the filter to any ELEMENT.

http://msdn.microsoft.com/library/default....imageloader.asp

#261283

You can use the filter width divs, tables, etc. A 1:1 port is possible.

I did a simple test, actually the MSDN documentation states that you can apply the filter to any ELEMENT.

http://msdn.microsoft.com/library/default....imageloader.asp

i tried it on TD's, but they didnt work..maybe i'm braindead right now :P ..Bah, dont worry, i'll try whatever I can to get it to look as close it can

#261285

No problem, Im trying to do my own template.

My test was:


#test{
width: 20px;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/left-inner.png',sizingMethod='scale');
}




test40pe.png

If you need help just ask :D

#261288

strange, this isnt working

EDIT: nevermind! it works :P changed a bit of code and it was on its way

#261289

Thanks for the heads up russellc !!! , Don't rush it man you're great with satin already but that style would make you god , lol , ;)

#261292

:D glad I could help :P

#261294