Remote Desktop Manager - AddOn development forum
10/14/2010 11:58:30 AM
 Sjoerd van den Berg Posts: 150
|
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 (twitter.com/chanlerone)
|
|
0
• permalink
|
10/14/2010 8:58:46 PM
 David Hervieux Administrator Posts: 4248
|
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 Devolutions inc.

|
|
0
• permalink
|
10/15/2010 7:16:12 PM
 David Hervieux Administrator Posts: 4248
|
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 Devolutions inc.

|
|
0
• permalink
|
10/16/2010 2:06:57 PM
 Sjoerd van den Berg Posts: 150
|
Should this be in .10?
-- Cheers!
Sjoerd (twitter.com/chanlerone)
|
|
0
• permalink
|
10/16/2010 2:22:41 PM
 David Hervieux Administrator Posts: 4248
|
Hi, No, in 11. I'm nearly done, I do more test to be sure that everything works fine.
-- David Hervieux Devolutions inc.

|
|
0
• permalink
|