maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Maemo 5 / Fremantle (https://talk.maemo.org/forumdisplay.php?f=40)
-   -   Customize N900 Conversations (https://talk.maemo.org/showthread.php?t=36618)

ejasmudar 2011-03-11 09:51

Re: Customize N900 Conversations
 
Quote:

Originally Posted by flatser (Post 965631)
the links on http://wiki.maemo.org/Conversation_Mods#Themes
are not working well. The themes on the bottom are all refer to one single post.

Oooopss you're right! I will change it asap

EDIT: Changed...

iscio 2011-03-11 11:26

Re: Customize N900 Conversations
 
Quote:

Originally Posted by iscio (Post 964296)
good work Harick, now I hope you'll fix the scroll problem

any news about this problem? thanks

Harick 2011-03-11 23:02

Re: Customize N900 Conversations
 
3 Attachment(s)
something i'm working on...

for all the marina fans, a marina conversation

Note.: you'll notice a huge, and when i say huge, i mean HUGE gap between some messages, i don't know why is this, trying to find something in the js file but not success so far, maybe i'm missing something in the css code, if someone has some css knowlegde and knows how to solve it, please let me know ;)

EDIT.: Update:
- added pr1.3 scroll on texting
- somehow i managed to reduce the gap between messages, but the space inside the bubble stills there, now it doesn't bother that much

SR90 2011-03-12 00:29

Re: Customize N900 Conversations
 
Harick , you are the best bro ! I mean it:p

I was wondering if you could edit the b666m conversation mod which all the avatars are on the left , edit it to make the gap and avatars organized and usable for portrait mode .

This is the one im talking about . http://talk.maemo.org/showpost.php?p...7&postcount=35

Thanks in advance , cheers :)

Dark_Angel85 2011-03-12 11:21

Re: Customize N900 Conversations
 
how about a conversation to fit the maemoitaliagraffiti theme?

godofwar424 2011-03-12 17:15

Re: Customize N900 Conversations
 
2 Attachment(s)
@Harick

There is a slight bug in your script. Well more a formatting error. Why is there so much wasted space inside the bubble??

This happens ALOT and it just looks weird. Seeing as the bubble's size should be dependant on the length of the text.

When my contact send me a text I get the same error only their bubble has a space on the same right side of the bubble as mine and their text is pushed to the left of their bubble.


Ive attached screenshots showing both cases this happens.

Harick 2011-03-12 17:27

Re: Customize N900 Conversations
 
Quote:

Originally Posted by godofwar424 (Post 966393)
@Harick

There is a slight bug in your script. Well more a formatting error. Why is there so much wasted space inside the bubble??

This happens ALOT and it just looks weird. Seeing as the bubble's size should be dependant on the length of the text.

When my contact send me a text I get the same error only their bubble has a space on the same right side of the bubble as mine and their text is pushed to the left of their bubble.


As soon in the screenshot below.

i know, and sadly, i don't know what is causing this, i dont find the logic on this spaces, sometimes there are inside bubble, and sometimes outside making a big gap between messages, i think is related with the word-wrap thing

godofwar424 2011-03-12 17:28

Re: Customize N900 Conversations
 
Quote:

Originally Posted by Harick (Post 966401)
i know, and sadly, i don't know what is causing this, i dont find the logic on this spaces, sometimes there are inside bubble, and sometimes outside making a big gap between messages, i think is related with the word-wrap thing

Hmmm :(

Maybe removing word-wrap?

godofwar424 2011-03-12 17:56

Re: Customize N900 Conversations
 
2 Attachment(s)
Quote:

Originally Posted by Harick (Post 966401)
i know, and sadly, i don't know what is causing this, i dont find the logic on this spaces, sometimes there are inside bubble, and sometimes outside making a big gap between messages, i think is related with the word-wrap thing

Quote:

Originally Posted by godofwar424 (Post 966402)
Hmmm :(

Maybe removing word-wrap?



I figured it out! It is due to the size limits to allow portrait support.

Increase the Max-width on your themes to 83% instead of 80% :)

Code:

max-width: 83%;
This solves itt and it doesnt affect portrait viewing of messages :)

Here is a screenshot :)

Harick 2011-03-12 18:31

Re: Customize N900 Conversations
 
Quote:

Originally Posted by godofwar424 (Post 966414)
I figured it out! It is due to the size limits to allow portrait support.

Increase the Max-width on your themes to 83% instead of 80% :)

Code:

max-width: 83%;
This solves itt and it doesnt affect portrait viewing of messages :)

Here is a screenshot :)

no it doesn't, you just gave the space to put the word in the top line, but if you try with a larger word, larger than that 3% you added, the problem will be back :( , and maybe worst, because the 3% will make the bubble go below the avatar

godofwar424 2011-03-12 18:35

Re: Customize N900 Conversations
 
Quote:

Originally Posted by Harick (Post 966430)
no it doesn't, you just gave the space to put the word in the top line, but if you try with a larger word, larger than that 3% you added, the problem will be back :( , and maybe worst, because the 3% will make the bubble go below the avatar

Yeah I noticed what you mean... BUT The problem is much less frequent and the wasted space is ALOT smaller!

And there is NO problem with the Avatar going below the text :)


This is such a pain in the ***! Well it seems to be an issue with this Auto Width thing...

Altho I haven't noticed it before in any of the themes apart from yours..

Maybe because the bubble is composed of files? Maybe making the bubble files smaller in length so that there isn't any wasted space?

Harick 2011-03-12 18:42

Re: Customize N900 Conversations
 
Quote:

Originally Posted by godofwar424 (Post 966434)
Yeah I noticed what you mean... BUT The problem is much less frequent and the wasted space is ALOT smaller!

This is such a pain in the ***! Well it seems to be an issue with this Auto Width thing...

Altho I haven't noticed it before in any of the themes apart from yours..

Maybe because the bubble is composed of files? Maybe making the bubble files smaller in length so that there isn't any wasted space?

i don't think so, i have the same issue in marina theme where images are just 7px width, now i'm guessing about a table behavior, maybe porting the all bubble to divs, i'll give a try

godofwar424 2011-03-12 18:47

Re: Customize N900 Conversations
 
Quote:

Originally Posted by Harick (Post 966437)
i don't think so, i have the same issue in marina theme where images are just 7px width, now i'm guessing about a table behavior, maybe porting the all bubble to divs, i'll give a try

Lemme know if you want me to test anything for ya :)

bwayne 2011-03-12 18:58

Re: Customize N900 Conversations
 
Quote:

Originally Posted by Harick (Post 961304)
ok, lime green and light blue with black background, i must admit it, the color choise looks great, i think i'll keep this one




ok, i fixed the b999m, but please test it, shouldn't be empty spaces


coming up next :P avatars on same side


(hope my friend guido doesn't get mad for posting his problems here xD )



this is cool,how about for im chat???

godofwar424 2011-03-12 19:04

Re: Customize N900 Conversations
 
Quote:

Originally Posted by bwayne (Post 966442)
this is cool,how about for im chat???

Please take a look at the Wiki :)

Creating IM Files

bwayne 2011-03-13 07:51

Re: Customize N900 Conversations
 
1 Attachment(s)
need some help here.i downloaded harick im files and it look like this.

Harick 2011-03-13 14:46

Re: Customize N900 Conversations
 
Quote:

Originally Posted by bwayne (Post 966682)
need some help here.i downloaded harick im files and it look like this.

did you copy the bubbles files inside
Code:

/usr/share/rtcom-messaging-ui/html/IM
you must have 18 images inside that IM folder, 9 from self and 9 from other-both-side. dir have to look like this
Code:

for CHAT conversation

html /
    |------IM /
    |      |-----self_01.png
    |      |----- .................
    |      |-----self_09.png
    |      |-----other_01.png
    |      |----- ....................
    |      |-----other_09.png
    |
    |----MessagingWidgetsChatConversation.html
    |----.........................


bwayne 2011-03-13 16:15

Re: Customize N900 Conversations
 
thanks harick now its ok

Phiphisweet 2011-03-14 09:04

Re: Customize N900 Conversations
 
1 Attachment(s)
Hi Harick,

Could you move the row of timestamp to inside the bubble

Thanks for help .

iscio 2011-03-15 11:19

Re: Customize N900 Conversations
 
@Harick I hope in you :-)

Harick 2011-03-15 18:26

Re: Customize N900 Conversations
 
Quote:

Originally Posted by iscio (Post 968149)
@Harick I hope in you :-)

i'm sorry, but did you try with this one? because in my phone it works flawlessly, if not, could you please describe what is exactly the bug? because i can't notice it in the pic you posted

iscio 2011-03-15 19:24

Re: Customize N900 Conversations
 
1 Attachment(s)
I try to explain again. with pr1.3 when you write a message, the messages above could scroll up and with this version they don't scroll but the written message is above them.

Harick 2011-03-16 00:42

Re: Customize N900 Conversations
 
Quote:

Originally Posted by iscio (Post 968413)
I try to explain again. with pr1.3 when you write a message, the messages above could scroll up and with this version they don't scroll but the written message is above them.

oh man, so that was the problem, sorry, i didn't noticed what you mean (actually i've never noticed that feature :p) but yea, please try again the one on this post, or this file. now it should ( please please, it has to) be fixed, try and report, and sorry for taking too long

iscio 2011-03-16 07:24

Re: Customize N900 Conversations
 
Quote:

Originally Posted by Harick (Post 968597)
oh man, so that was the problem, sorry, i didn't noticed what you mean (actually i've never noticed that feature :p) but yea, please try again the one on this post, or this file. now it should ( please please, it has to) be fixed, try and report, and sorry for taking too long

so, now this bug is fixed but there is another one bigger then the previous one :-(
when I open a conversation I see for 1 second the corrected message but after the display show the first one...is there a sort of ascendend order.

the previous MessagingWidgetsSMSConversation.js worked well but with scroll bug, this one has not the scroll but but the inverted order :-(

cutehunk04 2011-03-16 15:54

Re: Customize N900 Conversations
 
Quote:

Originally Posted by bwayne (Post 966682)
need some help here.i downloaded harick im files and it look like this.

nice font...like to share ...

ceroberts75 2011-03-16 17:18

Re: Customize N900 Conversations
 
Quote:

Originally Posted by Harick (Post 966862)
did you copy the bubbles files inside
Code:

/usr/share/rtcom-messaging-ui/html/IM
you must have 18 images inside that IM folder, 9 from self and 9 from other-both-side. dir have to look like this
Code:

for CHAT conversation

html /
    |------IM /
    |      |-----self_01.png
    |      |----- .................
    |      |-----self_09.png
    |      |-----other_01.png
    |      |----- ....................
    |      |-----other_09.png
    |
    |----MessagingWidgetsChatConversation.html
    |----.........................


great. tx. for some reason, my balloons do not have the little quick pointing to the author...only a balloon...

Harick 2011-03-16 18:32

Re: Customize N900 Conversations
 
Quote:

Originally Posted by iscio (Post 968734)
so, now this bug is fixed but there is another one bigger then the previous one :-(
when I open a conversation I see for 1 second the corrected message but after the display show the first one...is there a sort of ascendend order.

the previous MessagingWidgetsSMSConversation.js worked well but with scroll bug, this one has not the scroll but but the inverted order :-(

ok, now i'm really starting to hate this theme :p j/k

yah, sorry. my bad, i fixed the problem over an outdated version (gosh)

this should be the final (and if not, i quit xD )


also, i've updated my marina conv. should be more usable this time


Quote:

Originally Posted by ceroberts75 (Post 969063)
great. tx. for some reason, my balloons do not have the little quick pointing to the author...only a balloon...

make sure you are using the correct set of balloons (other-both or other-left)

ceroberts75 2011-03-16 18:37

Re: Customize N900 Conversations
 
yes. i had to double check. i had the whole series of ballons from self and other put into the IM folder.

colors came out alright, but the little point on the bubble didnt show.

to be exact herick, it is the self_07.png and the other_09.png that are not showing on the conversations.

ceroberts75 2011-03-16 18:57

Re: Customize N900 Conversations
 
Quote:

Originally Posted by Harick (Post 961411)
it's me again, hi

well, couple of modifications

first, new layout with both, self and other's avatar on left

second, now you can choose from a bunch of nice bubbles color and layouts to make your own custom iphony conversation.

explanation:

it's kind of complicated, but like they say, there is no easy path to heaven.

EDIT.: now there is a variant for IM too, the steps are the same, but bubbles images in IM variant goes inside the IM folder, this way you can have 2 different schemes for the 2 different conversations

first choose a BG, there is light and black background, if you want another just edit the body background-color in the css file

second, choose a layout, there are 8 differents
- both sides (left for self, right for other)
- both side with small gap
- both side with avatars
- both side with avatars and small gap
- left side (both messages are on left side)
- left side with small ga
- left side with avatars
- left side with avatars and small gap
now you got 3 files (html, css, and js) (plus an IM folder if you are going to customize chat) copy them into the /usr/share/rtcom-messaging-ui/html

third, choose from the Bubbles folder a color for your bubble (from self folder) and a color for the other bubble (others folder)

finaly, copy the png images you choose into the right folder
for SMS conversation
Code:

/usr/share/rtcom-messaging-ui/html
for Chat
Code:

/usr/share/rtcom-messaging-ui/html/IM

and thats it, you have a custom iphone-like conversation



any bug/question just ask

hmm. :/

even using these files and creating the IM folder as you have to in order to put your bubble images, i get the icons, and cloudy font like was pictured above.

in each of the bubble folders, there is a .psd file. do we do something with that?

ceroberts75 2011-03-16 19:02

Re: Customize N900 Conversations
 
scratch that.... duh. i am sorry.

i had to put the bubble colors in both the IM and the html folders.

working great now m8. ty.

Harick 2011-03-16 19:03

Re: Customize N900 Conversations
 
Quote:

Originally Posted by ceroberts75 (Post 969114)
hmm. :/

in each of the bubble folders, there is a .psd file. do we do something with that?

no, that .psd is for those who want to make his own color bubbles in photoshop, it's a pattern

iscio 2011-03-16 21:48

Re: Customize N900 Conversations
 
Quote:

Originally Posted by Harick (Post 969096)
ok, now i'm really starting to hate this theme :p j/k

yah, sorry. my bad, i fixed the problem over an outdated version (gosh)

this should be the final (and if not, i quit xD )


also, i've updated my marina conv. should be more usable this time




make sure you are using the correct set of balloons (other-both or other-left)


hello :-))))
thanks for your patience, I tried marina (very very cool theme but I don't like opacity effect above the avatar)and b666m. Now they work very well but there is a small problem :-) in these two last themes.
If I am in landscape and I turn my conversation in portait I didn't see the same messages, it seems that portrait shows older messages.
But this is not a big problem :-)
thank you very much for your work.

iscio 2011-03-16 22:06

Re: Customize N900 Conversations
 
Quote:

Originally Posted by Harick (Post 966092)
something i'm working on...

for all the marina fans, a marina conversation

Note.: you'll notice a huge, and when i say huge, i mean HUGE gap between some messages, i don't know why is this, trying to find something in the js file but not success so far, maybe i'm missing something in the css code, if someone has some css knowlegde and knows how to solve it, please let me know ;)

EDIT.: Update:
- added pr1.3 scroll on texting
- somehow i managed to reduce the gap between messages, but the space inside the bubble stills there, now it doesn't bother that much

is it possible to use this theme for chat? I tried but it doesn't work correctly...where I did an error?

Bramji 2011-03-30 19:32

Re: Customize N900 Conversations
 
does some one have the original convport.sh?
i forgot to backup it....
Stupid of me...
Thanks

ejasmudar 2011-03-31 03:29

Re: Customize N900 Conversations
 
1 Attachment(s)
Quote:

Originally Posted by Bramji (Post 978693)
does some one have the original convport.sh?
i forgot to backup it....
Stupid of me...
Thanks

Did u mean the first version of convport? I am uploading it here. Why did you want this old/original one, BTW?

elie-7 2011-03-31 14:04

Re: Customize N900 Conversations
 
i'm using the bubles theme, and i have a scrolling bug, no not in IM but in texts, if i have a receive messages only contact that i never sent messages to , when i get a message from this contact it shows a very previous one and i have to scroll down A LOT to see the new message, anyone got a solution ?
and btw bubles them FTW !!!!!!!!!

Bramji 2011-03-31 18:57

Re: Customize N900 Conversations
 
Quote:

Originally Posted by ejasmudar (Post 978900)
Did u mean the first version of convport? I am uploading it here. Why did you want this old/original one, BTW?

Hi,

Is this the Basic/ Standard file the reset it to factory defaults?
I just want to try, but I see know those blackspaces at the right of the screen while I use the phone in landscape mode.

I just want to make sure I can reset it.

** Update **
Its done!

warren 2011-04-11 05:17

Re: Customize N900 Conversations
 
im new here, is there a guide i can read to mod my conversations, i have the png images, where should I put it ?

godofwar424 2011-04-11 11:23

Re: Customize N900 Conversations
 
Quote:

Originally Posted by warren (Post 985354)
im new here, is there a guide i can read to mod my conversations, i have the png images, where should I put it ?

This should help :)

http://wiki.maemo.org/Conversation_M...A_Custom_Theme

Garcel 2011-04-11 17:41

Re: Customize N900 Conversations
 
Hi guys. I was wondering how can i put my avatar picture. I already have a theme but i can't seem to find a way to put my own picture. Thanks in advance


All times are GMT. The time now is 15:39.

vBulletin® Version 3.8.8