![]() |
Re: Customize N900 Conversations
Quote:
brain lag ;( ^^ mhm... i don't even know if the code above actually works... but you could try to edit the html-file... just search the namefield block and write into it... maybe it's showing the stuff you typed there AND the nick loaded by the js-file, but then you just could deactivate the variable assignment in the js-file (comment it out) |
Re: Customize N900 Conversations
1 Attachment(s)
Quote:
|
Re: Customize N900 Conversations
Quote:
Thanks |
Re: Customize N900 Conversations
thx:. now it works again : )
|
Re: Customize N900 Conversations
Quote:
Color me extremely frustrated - especially since the lack of seconds means that things seem to get rendered out of order sometimes. :( *: unless, of course, there's some hidden property or method of the message object somewhere which holds the actual timestamp or controls the string format...but if such a thing exists, I can find no documentation. |
Re: Customize N900 Conversations
Hi, this is a great trick but when I copy the files and go to my conversations window it starts at the top of the conversation instead of the bottom. i.e. i don't see the most recent text i sent.
Sorry to be a pain but I am new to the whole Maemo thing! haha. |
Re: Customize N900 Conversations
that's a well-known and very sad problem.
still nobody seems to know why this is happening. we haven't changed anything in the fetching-methods of the conversation view. we just changed the layout and style. but maybe we're just overlooking something obvious. ^^ |
Re: Customize N900 Conversations
But it is also strange because if you just add the avatar and don't mod any of the windows then it still goes to the bottom of the conversation.
Anyway thanks for your reply! |
Re: Customize N900 Conversations
1 Attachment(s)
ok... i had a quick look at it... it seems that the responsible method in the js-file gets bugged when modding some things...
normally it should store your last scroll position and if you open the window again restore it... but anyhow this doesn't work any longer... here's the code: Code:
/* Restore scroll position */but i've managed to get the position down to the bottom of the conversation :D (i would think the line should actually look like "var savedScrollPos = document.body.scrollHeight - window.innerHeight;" but that didn't work too... so the line that works doesn't look like it would work.... but hey... it does xD) so replace the code i posted above with: Code:
/* Restore scroll position */EDIT1: actually if you're looking closely you just have to change: Code:
window.pageYOffsetCode:
(2 * window.innerWidth)EDIT2: updated the posting with the nice transparency bubble style on page 35 with the new js which fixes the scrolling problem: http://talk.maemo.org/showpost.php?p...&postcount=337 EDIT3: but if you want to just download and copy the file over... i attached it right now ;) (it's a file which will load your own avatar if it's set in the html too - so no further editing needed) |
Re: Customize N900 Conversations
Quote:
|
| All times are GMT. The time now is 01:29. |
vBulletin® Version 3.8.8