Custom tool windows can't show

edited 5:19PM in FastReport .NET
I just installed the last version of FastReport.NET, my custom tool window can't show, although it appears in view menu.
I click MyTool menu, but nothing is showing.

It's ok at previous version of March.
I can't find problem. can you help me?

Mycode like this:

DesignerPlugins.Add(typeof(MyTool));

public class MyTool : ToolWindowBase
{
public MyTool(Designer designer) : base(designer)
{
this.Text = "MyTool";
this.Name = "MyTool";
...
}

public override void UpdateContent()
{
base.UpdateContent();
...
}
}

Comments

  • edited 5:19PM
    Hello,

    Tool windows behavior was changed some time ago (when we move to another docking library). I need to correct something to make it work. I'll let you know when I done.
  • edited 5:19PM
    AlexTZ wrote: »
    Hello,

    Tool windows behavior was changed some time ago (when we move to another docking library). I need to correct something to make it work. I'll let you know when I done.

    Thank you very much.
  • edited 5:19PM
    Hello,

    Try with the latest version, it should work now.

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.