Reply
Thread Tools
Posts: 276 | Thanked: 109 times | Joined on Dec 2009 @ Vancouver,Canada / Dubai,UAE
#341
b666m , for screenshots please check http://talk.maemo.org/showpost.php?p...&postcount=323 , the last screenshot .

If i send a 2 sentence text , would the bubble/avatars look ok and aligned ?

From the screenshot I have seen previously by you , It seems the avatar gets large and pixelated (is that even a word lol)

Is it possible to modify the conversation and change it to new layout and add "you" avatar just by using xterminal and leafpad ?

I definitely think you should start making apps , All your new layouts and previous layout of conversation look awesome and it seems other ppl are enjoying it too . Make the app please loooool

Last edited by SR90; 2010-02-28 at 11:48. Reason: Spelling
 
b666m's Avatar
Posts: 1,090 | Thanked: 476 times | Joined on Jan 2010 @ Ingolstadt, Germany
#342
Originally Posted by SR90 View Post
b666m , for screenshots please check http://talk.maemo.org/showpost.php?p...&postcount=323 , the last screenshot .

If i send a 2 sentence text , would the bubble/avatars look ok and aligned ?
ah ok, i see.

this one is exact the same - only with rounded corners:


so you can see that there would be no gaps between the avatars and bubbles.
the avatar stays on top line of the bubble and doesn't resize.
so only the bubble is growing all the way down.

From the screenshot I have seen previously by you , It seems the avatar gets large and pixelated (is that even a word lol)
no no.
this was only a test because i wanted to figure out what was causing the gap between the avatar and the bubble.
and by changing the values and seeing the results i figured it out how this problem appeared.
(but this was too much work because the easiest solution was to move the bubbles with a negative margin xD)

Is it possible to modify the conversation and change it to new layout and add "you" avatar just by using xterminal and leafpad ?
of course you can edit all files with leafpad.
but there's no need to.
adding your own avatar is done by downloading the attached html- and js-file and copy them over to the html-folder via xterminal.
(ok.... you also have to copy an image to the html-folder the same way... but that's all described in the instructions i linked above)
 

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
#343
Thanks for the response b666m , It seems similar but it is not the exact same one
This one looks cool too http://talk.maemo.org/showpost.php?p...&postcount=317
but I wanted to bubbles to look rounder and more pointy like the one you did , is it possible to upload that one ?

I like this one too. I guess it would be much easier to use pc to copy the files and also my avatar on n900 than using xterminal .
Can you direct me to the link that everything is described about how to add the image to the html-folder and also change the name from "you " to whatever i want ? , it seems I'm blind lol

Cheers
 
b666m's Avatar
Posts: 1,090 | Thanked: 476 times | Joined on Jan 2010 @ Ingolstadt, Germany
#344
Originally Posted by SR90 View Post
Thanks for the response b666m , It seems similar but it is not the exact same one
This one looks cool too http://talk.maemo.org/showpost.php?p...&postcount=317
but I wanted to bubbles to look rounder and more pointy like the one you did , is it possible to upload that one ?
maybe you just want to download my css_bubble_transparency.zip and look into the code.
there are many comments on the code...
what it's doing and how you can use/edit it exactly.
so you could build your own style.
(it's only rounding corners and moving the bubble)

I like this one too. I guess it would be much easier to use pc to copy the files and also my avatar on n900 than using xterminal .
Can you direct me to the link that everything is described about how to add the image to the html-folder and also change the name from "you " to whatever i want ? , it seems I'm blind lol

Cheers
if you're using windows you may have a look at threads which describe how to get a ssh root connection.
(search for "WinSCP" or just "SSH" or something similar)

ehm... i'm sure i've described it somewhere around here... ^^
edit: -> http://talk.maemo.org/showthread.php...404#post502404

Last edited by b666m; 2010-02-28 at 12:35.
 

The Following 2 Users Say Thank You to b666m For This Useful Post:
Posts: 276 | Thanked: 109 times | Joined on Dec 2009 @ Vancouver,Canada / Dubai,UAE
#345
Thanks alot b666m , I will look into it I dun wanna miss around with the codes since I dun have any coding knowledge , If I had , I would make the conversation app ASAP lol .

I will wait around and see what other and specially you come up with .
 
b666m's Avatar
Posts: 1,090 | Thanked: 476 times | Joined on Jan 2010 @ Ingolstadt, Germany
#346
Originally Posted by SR90 View Post
Thanks alot b666m , I will look into it I dun wanna miss around with the codes since I dun have any coding knowledge , If I had , I would make the conversation app ASAP lol .
oh... just look into it...
you can't break anything...
and it's not really programming...
it's something more like adding lines for changing styles...
REALLY simple to understand.
so.... just take a look and see how easy the css-file is
 

The Following User Says Thank You to b666m For This Useful Post:
Schturman's Avatar
Posts: 5,339 | Thanked: 4,133 times | Joined on Jan 2010 @ Israel
#347
Originally Posted by b666m View Post
mhm... try to change the html back from div (what i told you) to span for the timestamp....

and in the css add a "clear: left;" to the MessageTimeStamp and a "clear: right;" to the MessageDeliveryTimeStamp.
Tried this, not work ...
 
b666m's Avatar
Posts: 1,090 | Thanked: 476 times | Joined on Jan 2010 @ Ingolstadt, Germany
#348
mhm... try changing inline-block to block only in MessageRight:

Code:
div.MessageRight {
...
  display: block;
...
}
if this doesn't work add a "clear: both;" to this block... if this doesn't work too... i have got no idea left at the moment...
 

The Following User Says Thank You to b666m For This Useful Post:
b666m's Avatar
Posts: 1,090 | Thanked: 476 times | Joined on Jan 2010 @ Ingolstadt, Germany
#349
does it work? (:
 
Schturman's Avatar
Posts: 5,339 | Thanked: 4,133 times | Joined on Jan 2010 @ Israel
#350
I found a very simple solution for this. With a little help from someone (ShayL) from our forum. I just need to add a simple tag between the 2 lines :

Code:
    <span id="MessageTextSelf" class="MessageText Self"></span>
    <br />
    <div class="MessageRight Self">


 
Reply

Tags
bada rox, his lunchbox

Thread Tools

 
Forum Jump


All times are GMT. The time now is 13:30.