![]() |
Re: Customize N900 Conversations
just for those who are interested in how i did this:
http://www.gamexe.net/css/fluid-css-speech-bubbles/ and my next thought is to combine that technique with the following one: http://trentrichardson.com/examples/csstooltips/ not to do this as hover but to strech the bubble dynamicly with help of images and not just filling the background with color. ^^ |
Re: Customize N900 Conversations
Quote:
I write my name "Emil" but I get the screen without names :( Code:
if (id == ("MessageSenderName" + type_name)) |
Re: Customize N900 Conversations
why do you use it for IM-conversation?
you can set your display-name (/nick) in your account settings?! it's only meant for sms-conversation. ^^ btw: a 3d-bubble could easily be done with fixed width and flexible height as seen in the hover-example in my posting before. if you want to have it also resized to width this one could get complicated. but it would be possible. coding just requires a lot of patience. *g* |
Re: Customize N900 Conversations
Quote:
It's possible ? |
Re: Customize N900 Conversations
try to change:
Code:
if (item.name_str != "" && name_tag) {Code:
if (item.name_str != "" && name_tag) {EDIT: have forgotten to paste over the second if-block, sorry. now that's my suggestion on how to do this. (haven't tested it ^^) |
Re: Customize N900 Conversations
Quote:
Yeeeeeeee ! :D I did it, THANK you very very much !!! |
Re: Customize N900 Conversations
1 Attachment(s)
tried to get the bubbles to work like in this html/css example:
http://trentrichardson.com/examples/csstooltips/ with one image of a bubble and one image of the mid-section. the mid-section appeared but i had no top and bottom of the bubble. xD i guess it would work but it maybe would be the best to rewrite the html and css file completely. ^^ easy to make is following: (as shown in a post somewhere back) http://www.gamexe.net/css/fluid-css-speech-bubbles/ (the problem with the timestamp is surely solvable ^^) |
Re: Customize N900 Conversations
2 Attachment(s)
don't know how the iphone is resizing the bubbles but they only have two PNGs for them - one for your and one for your contact's messages.
i attached the original image and the same only zoomed in 15 times. so i guess they are using the kind of trick i described earlier today with dividing the bubble into 9 pieces and stacking them together. that's possible because of the layout of the bubbles. you have nice straight edges (just for a few pixels on opposite ends), no color-grades in the middle and therefore you are able to let them repeat right to / below each other without ruining the bubble-look. maybe i'll try to make an iphone-them for the conversations *G*. |
Re: Customize N900 Conversations
sounds like having 1 pixel thick line with it set to repeat as background for a non fixed width/height container. i used to do that instead of making a large image, just have a small one repeat. saved time in loading the page and made sure the background displayed the same for window stretching/resizing.
|
Re: Customize N900 Conversations
Quote:
i've been trying for about 3 hours now and i only get the 4 corners shown properly. everything in between seems to be messy and afterwards you wouldn't recognize my bubble as a bubble anymore. xD maybe you could write some html- and css-code for this little purple bubble i posted above resizing correctly. that's what i've got till now: HTML: Code:
<div class="TopLeft"><div class="TopRight"><div class="BottomLeft"><div class="BottomRight">Code:
.TopLeft { background: url(tl.png) top left no-repeat; }Code:
display: block; height: 20px; width: 15px; background: url(bubble.png); background-position: -24px -14px;ehm yes... i would appreciate your help for getting the filling between my 4 corners to work ;) |
| All times are GMT. The time now is 15:39. |
vBulletin® Version 3.8.8