Hello,

with this line I could display a message in the messagepane:

gDBView.loadMessageByUrl('news://news.cis.dfn.de:119/[EMAIL PROTECTED]');

but if I want to reply to the message it doesn't works.
When I click on the reply-button it replys to the message which is
actually selected in the ThreadTreeBox.

Therefore I tried to get the displayed message to be selected:

var treeBoxObj = GetThreadTree().treeBoxObject;
treeBoxObj.selection.select(gDBView.currentlyDisplayedMessage);

But it doesn't works.

Does anybody perhaps knows how I can handle this?

Thanks

Markus


Reply via email to