Context zoom

Hi.
When scaling the diagram context menues are scaled too.
Can the size be fixed?

One solution is to use HTML context menus and tooltips. Two kinds of examples are shown in Custom Context Menu sample.

Another solution is to set the Adornment.scale to 1/Diagram.scale. But maybe we should do that automatically for you. This sounds like a request we have already gotten, if I remember correctly. We’ll look into it.

In the next beta baselevel we will automatically set the Adornment.scale in ContextMenuTool.showContextMenu and in ToolManager.showToolTip.

If you don’t want to wait a few days before the next baselevel is published, you can override either or both of those methods yourself. Set the scale and then call the base method.

That sounds good.
We can wait for the next update :-)