Question
How can I obtain an interface pointer to the CSB text suite in a document without a layout window
Hi
I create a document without a layout window. Now, in my code, I like to obtain the interface pointer to the text suite I defined in my fr file.
AddIn
{
kTextSuiteBoss,
kInvalidClass,
{
IID_IINDESIGNTEXTSUITE, kIndesignTextSuiteCSBImpl
}
},
But the interface pointer is always nil, if I have no layout window. The document is open, but without the layout window.
How can I obtain this interface pointer?
Thanks a lot for the support
Hans
I create a document without a layout window. Now, in my code, I like to obtain the interface pointer to the text suite I defined in my fr file.
AddIn
{
kTextSuiteBoss,
kInvalidClass,
{
IID_IINDESIGNTEXTSUITE, kIndesignTextSuiteCSBImpl
}
},
But the interface pointer is always nil, if I have no layout window. The document is open, but without the layout window.
How can I obtain this interface pointer?
Thanks a lot for the support
Hans