creating SessionToolAddOn

avatar

Hi,

I would like to create a new SessionToolAddOn.




I tried to to that using a very simple hello world embeddeduserControl this way:




public override ToolExecuteResult Execute(ISession session)

{

InfoEmbeddedSessionUserControl infoEmbeddedSessionUserControl = new InfoEmbeddedSessionUserControl();

ToolExecuteResult toolExecuteResult = new ToolExecuteResult(infoEmbeddedSessionUserControl);




return toolExecuteResult;

}




unfortunately nothing happens....




Any ideas?

Cheers!

Sjoerd

All Comments (4)

avatar

Hi,
I will verify, the session tool addon with embedded is pretty new, maybe something is broken. I will come back to you tomorrow. Again, thank you for your help and your patience.

David Hervieux

avatar

Hi,
My mistake, the embedded user control in ToolExecuteResult was not handled. I added the interface but haven't implemented it in the application. This will be in the next beta update.

David Hervieux

avatar

Should this be in .10?

Cheers!

Sjoerd

avatar

Hi,
No, in 11. I'm nearly done, I do more test to be sure that everything works fine.

David Hervieux

Sysadminotaur pondering a question Special Q&A

Our CTO is answering your AI questions

A rare opportunity — ask our CTO directly.

8 questions already asked Ends in 7 days
Ask your question →