Question
ActiveX Editor Control
Has anyone had any luck embedding the ActiveX Editor Control within another
application?
According to PTC support, from 5.4 on, there is an available ActiveX control
that can be used. They even embed it within Arbortext itself as a font
preview (see: lib\dialogs\modifyfont.xml)
<activex disabled="true" height="80"<br"/>id="editor" progid="Arbortext.EditorControl" resize="both" width="385">Dtl?></activex>
Pretty cool to say the least if I can get it to work, since our writers are
very familiar with the way the editor behaves, but are also dependent upon
external tools. Embedding it would allow me to keep the authoring
environment within a separate toolset context.
Given that we are a Seattle company, I've mainly been trying to do this
within a .NET GUI through COM interop, but I'm curious if anyone's tried
this from any other language/platform (C++, Java, etc).
Keith Berard
Milliman Care Guidelines
application?
According to PTC support, from 5.4 on, there is an available ActiveX control
that can be used. They even embed it within Arbortext itself as a font
preview (see: lib\dialogs\modifyfont.xml)
<activex disabled="true" height="80"<br"/>id="editor" progid="Arbortext.EditorControl" resize="both" width="385">Dtl?></activex>
Pretty cool to say the least if I can get it to work, since our writers are
very familiar with the way the editor behaves, but are also dependent upon
external tools. Embedding it would allow me to keep the authoring
environment within a separate toolset context.
Given that we are a Seattle company, I've mainly been trying to do this
within a .NET GUI through COM interop, but I'm curious if anyone's tried
this from any other language/platform (C++, Java, etc).
Keith Berard
Milliman Care Guidelines

