|
|
07/21/2009, 02:47 AM
|
#101 (permalink) | |
|
Member
![]() Join Date: Jun 2009
Posts: 115
Likes Received: 0
Thanks: 20
Thanked 13 Times in 10 Posts
|
Thanks!! Worked like a charm!
I did have hell of time at first to get it to work... I did Sarah's original modification and had to manually restore css before applying your mods... For some reason, commas were left in 3 different locations affecting my avatar location!!! Took me a while to debug.. Quote:
I had some problems until I found 3 commas that didn't belong..
__________________
iPhone; the official phone of 'the Borg'
Last edited by halmo20; 07/21/2009 at 02:52 AM. |
|
07/21/2009, 12:57 PM
|
#104 (permalink) |
|
Member
![]() Join Date: Jun 2009
Posts: 130
Likes Received: 0
Thanks: 1
Thanked 4 Times in 4 Posts
|
im using the full color bubbles ( with no fadeout ) posted on the previous page and i noticed my avatar is a little to close to the chat bubble and when someone sends me a long text some letters tend to leak out their bubble. anything i can change in the coding to fix this?
|
07/21/2009, 02:58 PM
|
#105 (permalink) |
|
Member
![]() Join Date: Jun 2009
Location: York, PA
Posts: 259
Likes Received: 0
Thanks: 32
Thanked 141 Times in 55 Posts
|
This has nothing to do with the bubbles,but I wanted to upload this icon here, as I don't want to create a new thread for one picture.
icon1.png If you want to use it, you just need to place it in /usr/palm/applications/com.palm.app.messaging directory then rename it to icon.png. You will have to reboot your phone. |
07/21/2009, 04:12 PM
|
#106 (permalink) |
|
Member
![]() Join Date: Jun 2009
Posts: 115
Likes Received: 0
Thanks: 20
Thanked 13 Times in 10 Posts
|
Just FYI:
After applying cellmonster's codes, I noticed that my avatar was shifted to the left and the my chat balloon was noticeably shorter than 'their' chat balloon. I modified the code as below (red)and it aligns better. I still can't get the balloon all the way to the right (I think it's still 5 pixels shorter.) But when I put 280 instead of 275, the avatar shifts down. I tested with 278 still doesn't work. line 644: my-chat .message-container { width 275px; } This one is a little bit below: .my-chat .chat-balloon-wrapper { padding-left: 40px; word-wrap: break-word !important; } around line 688 or so. .my-chat .avatar-location { left: 12px; position: absolute; margin: 13px 12px 0px 0px; } .my-chat .avatar-overlay { left: 8px; margin-top: 4px; position: absolute; } .my-chat .avatar-container { display: inline-block; } .my-chat .avatar { width: 40px; height: 40px; }
__________________
iPhone; the official phone of 'the Borg'
|
07/21/2009, 07:27 PM
|
#108 (permalink) | |
|
Member
![]() Join Date: Jun 2009
Location: York, PA
Posts: 259
Likes Received: 0
Thanks: 32
Thanked 141 Times in 55 Posts
|
Quote:
Code:
.chat-entry .chat-balloon {
min-height: 26px;
|
|
07/21/2009, 07:53 PM
|
#109 (permalink) | |
|
Member
![]() Join Date: Feb 2007
Posts: 581
Likes Received: 0
Thanks: 30
Thanked 46 Times in 35 Posts
|
Quote:
|
|
07/21/2009, 07:59 PM
|
#110 (permalink) | |
|
Member
![]() Join Date: Jun 2009
Location: York, PA
Posts: 259
Likes Received: 0
Thanks: 32
Thanked 141 Times in 55 Posts
|
Quote:
Edited to add: The background seems to be handled by a primary css, as the calendar, chat, and most native apps have the same color and theme. Last edited by sarah peterman; 07/21/2009 at 08:13 PM. |
|
07/21/2009, 09:22 PM
|
#111 (permalink) | |
|
Member
![]() Join Date: Jul 2009
Posts: 26
Likes Received: 0
Thanks: 2
Thanked 6 Times in 2 Posts
|
Quote:
Never thought of that.. adding a background.. i will look into this.. im sure its all that needs to be done is add the additional code to the css or i will see what i can find. |
|
07/21/2009, 09:25 PM
|
#112 (permalink) | |
|
Member
![]() Join Date: Jul 2009
Posts: 26
Likes Received: 0
Thanks: 2
Thanked 6 Times in 2 Posts
|
Quote:
Hey Thanks for the oversight heheh. i actually didnt even notice it wasnt extending as much as their chat.. talk about much needed glasses, im just happy it didnt mess anything up on the phone hehehe.. some have asked for the background of the app.. im sure this is very well possible so i will look at the css within dreamweaver and im sure i will pinpoint something. |
|
07/21/2009, 11:30 PM
|
#116 (permalink) | |
|
Member
![]() Join Date: Jul 2009
Posts: 26
Likes Received: 0
Thanks: 2
Thanked 6 Times in 2 Posts
|
Quote:
here is the code i modified for the test and screenshot below: Original code: .chat-entry { min-height: auto; background: none; } Code modified: .chat-entry { min-height: auto; background-image: url(../images/chatview/balloon_blue.png) background-repeat: repeat; } Now, the end result was that the background was coming up in the chat area.. although it was not consistant. seems liek when you take a bit of time to reply, the little timer-stamp that appears on your message when you have had a few minutes without replying break the image a bit. aside from that when you send a message, your balloon may appear with no background until the other person replies.. it seems like it does not apply the background until a new message comes in either from you or the other person. As for the height, i am sure if i play around with it i can make it work.. im just a bit drained to continue testing, but if anyone would like to this is one of the codes you may want to look at. I was also looking at : .chat-entry.historyRow { min-height: 80px; } this code is right under the .chat-entry. What i believe is that if i add the same background code to this line as well, the whole chat area would have the background instead of the background appearing when a new message comes up. so here is a screen shot below of how it looks like.. this is testing only. |
|
07/22/2009, 12:25 AM
|
#118 (permalink) |
|
Member
![]() Join Date: Jun 2009
Posts: 130
Likes Received: 0
Thanks: 1
Thanked 4 Times in 4 Posts
|
both, and whichever u think looks best..lol and can somebody please help me. i did the change listed above on this page but now " their " chat avatar is overlapping some of their text. anybody know the perfect script to have the avatars and the comment bubbles and text to all be perfectly aligned....been at this for 3 days now and still havent got it right...
|
07/22/2009, 06:00 AM
|
#119 (permalink) | |
|
Member
![]() Join Date: Jun 2009
Location: York, PA
Posts: 259
Likes Received: 0
Thanks: 32
Thanked 141 Times in 55 Posts
|
Quote:
Code:
body.wallpaper,
body.palm-default {
background: url(../images/background.png) 0 0 fixed;
}
Code:
background: color here; messaging_2009-22-07_105249.jpg So this is what I have so far... I need to step away from the phone and the computer. I had dreams about it last night. :-O Last edited by sarah peterman; 07/22/2009 at 09:57 AM. |
|
![]() |
|
| Tags |
| avatar, chat, css, messaging, my avatar |
| Thread Tools | |
| Display Modes | |
|
|



