Hi,

I would like to ask style creators to add into current Kopete styles
new message state tags.

The Outgoing/Content.html and Outgoing/NextContent.html should
contain element with id="%stateElementId%"

For instance:

<div class="NextOutgoingMessage">
 %message%
 <div id="%stateElementId%" style="float:right" ></div>
</div>
<div id="insert" />


Inner part of this element will be replaced according to message
state with context of StateUnknown.html, StateSending.html,
StateSent.html or StateError.html from Outgoing style folder.

The StateUnknown means that the state of message isn't known
(e.g. protocol doesn't support message acknowledgment)

So Outgoing/StateSending.html could look like this:
<img src="images/delivery-sending.gif" />

The StateError.html can also contain input button which will resend
the message. To make it work it has to be input element and have to
have id="%resendHandlerId%". e.g.:

<input type="image" id="%resendHandlerId%" src="images/important.png" />

I think that StateError.html and StateSending.html is enough to add.

You can see all states in Kopete chat style selection config dialog
and message state is shown in Jabber, ICQ and AIM.

My modified Kopete clear style is attached so you can look at it.

Regards,
Roman

PS. At http://ajaxload.info/ you can generate nice sending icons.

Attachment: Clear-me.tar.bz2
Description: application/bzip2

_______________________________________________
kopete-devel mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/kopete-devel

Reply via email to