Active Topics

 


Reply
Thread Tools
Schturman's Avatar
Posts: 5,339 | Thanked: 4,133 times | Joined on Jan 2010 @ Israel
#241
I have another little problem with avatar borders in the SMS conversation... It's only on "Other" avatar...
See this picture:



How I can fix this ?

I see the avatar block and it's look Ok (normal)

Code:
div.Avatar {
  width: 64px;
  display: inline-block;
  vertical-align: middle;
}

.MessageAvatar {
  width: 64px;
  height:64px;
  -moz-border-radius: 10px;
}

img.MessagePresence {
  vertical-align: middle;
  width: 16px;
  height: 16px;
}

Last edited by Schturman; 2010-02-13 at 20:52.
 
Posts: 36 | Thanked: 2 times | Joined on Jan 2010 @ USA
#242
I tried to change my avatar and could not. I previously moved one to the html/ folder and it worked. Tried to copy the previous one that did work back and still no luck. Any suggestions?
 
b666m's Avatar
Posts: 1,090 | Thanked: 476 times | Joined on Jan 2010 @ Ingolstadt, Germany
#243
Originally Posted by Schturman View Post
I have another little problem with avatar borders in the SMS conversation... It's only on "Other" avatar...
See this picture:



How I can fix this ?

I see the avatar block and it's look Ok (normal)

Code:
div.Avatar {
  width: 64px;
  display: inline-block;
  vertical-align: middle;
}

.MessageAvatar {
  width: 64px;
  height:64px;
  -moz-border-radius: 10px;
}

img.MessagePresence {
  vertical-align: middle;
  width: 16px;
  height: 16px;
}
change width and height from 64px to 60px ^^
somehow resizing the image doesn't work in conversation-view...
 

The Following User Says Thank You to b666m For This Useful Post:
Posts: 276 | Thanked: 109 times | Joined on Dec 2009 @ Vancouver,Canada / Dubai,UAE
#244
Originally Posted by b666m View Post
change width and height from 64px to 60px ^^
somehow resizing the image doesn't work in conversation-view...
Hello , I have the same problem , How do I have to change the size ?

is it possible to customize the size on the n900 itself ? do I have to use xterminal ?

It would be nice if you could help me to fix this problem , cheers
 
b666m's Avatar
Posts: 1,090 | Thanked: 476 times | Joined on Jan 2010 @ Ingolstadt, Germany
#245
Originally Posted by SR90 View Post
Hello , I have the same problem , How do I have to change the size ?
the files you have to edit are stored in /usr/share/rtcom-messaging-ui/html/

there you have to edit the *SMSConversation*.css
three ways of doing that:
1. SSH root connection to pc.
2. copy the files from there to your MyDocs, connect via mass storage to your pc, edit the file on your pc, copy it back and finally move it into the html-folder (you have to be root for doing that)
3. gain root in xterm. open the css-file in xterm with vi (if you know how to handle it ^^) or install leafpad and open it with it.

you have to change:
Code:
div.Avatar {
  width: 64px;
  display: inline-block;
  vertical-align: middle;
}

.MessageAvatar {
  width: 64px;
  height:64px;
  -moz-border-radius: 10px;
}
to:
Code:
div.Avatar {
  width: 60px;
  display: inline-block;
  vertical-align: middle;
}

.MessageAvatar {
  width: 60px;
  height:60px;
  -moz-border-radius: 10px;
}
for further instructions on how to copy files with root rights from one point to another point or on how to ssh into your phone, please use the search located at top right on this page. ^^
 

The Following User Says Thank You to b666m For This Useful Post:
Posts: 276 | Thanked: 109 times | Joined on Dec 2009 @ Vancouver,Canada / Dubai,UAE
#246
thanks for the response b666m , I have leafpad installed , how exactly do I have to dig out the files /usr/share/rtcom-messaging-ui/html/ on n900 and change the size to 60 ?
I have already searched , couldn't find how to find the file using xterminal and leafpad
Cheers .

Last edited by SR90; 2010-02-14 at 16:12.
 
b666m's Avatar
Posts: 1,090 | Thanked: 476 times | Joined on Jan 2010 @ Ingolstadt, Germany
#247
open xterm:
1. type "sudo gainroot"
2. type "leafpad MessagingWidgetsSMSConversation.css"
3. then change the three values from 64 to 60px and save the changes.
4. open up any sms conversation, close it and open it again to reload the layout.
 
Posts: 276 | Thanked: 109 times | Joined on Dec 2009 @ Vancouver,Canada / Dubai,UAE
#248
b666m , When I type "leafpad MessagingWidgetsSMSConversation.css" , I get a white page with no values and typos , is it normal ?

Is it possible to make the avatars bigger than 60 ? like 80 or even 100 ?
it would be nice to have a bigger one and then change it to the style you have already created in this thread , Is it also possible to change the layout of the conversation just by using xterminal and leafpad ?
 
b666m's Avatar
Posts: 1,090 | Thanked: 476 times | Joined on Jan 2010 @ Ingolstadt, Germany
#249
Originally Posted by SR90 View Post
b666m , When I type "leafpad MessagingWidgetsSMSConversation.css" , I get a white page with no values and typos , is it normal ?
oh sorry... where's my brain today?!
forgot that you aren't in the correct folder.
"leafpad /usr/share/rtcom-messaging-ui/html/MessagingWidgetsSMSConversation.css"

Is it possible to make the avatars bigger than 60 ? like 80 or even 100 ?
should be possible. resizing is also used in the single view but it doesn't work in the conversations. don't know why. (the current code with 64px should do this resizing but as you can see it doesn't work at all)

Is it also possible to change the layout of the conversation just by using xterminal and leafpad ?
of course. it's just simple file editing. but it's way more comfortable to use a neat editor on your pc with expression highlighting.
 

The Following User Says Thank You to b666m For This Useful Post:
Posts: 276 | Thanked: 109 times | Joined on Dec 2009 @ Vancouver,Canada / Dubai,UAE
#250
You are my hero , worked perfectly
by the way my " -moz-border-radius: 10px;" code is 6px , does it matter/do I have to change it to 10 ?

I'm going to change the conversation layout soon , thanks a lot once again , great to have you on board
 
Reply

Tags
bada rox, his lunchbox


 
Forum Jump


All times are GMT. The time now is 11:08.