Hi,
I am trying to develop a NX Open C++ plugin using the block styler (.dlx). I couldn't figure out how to set the size of the dialog at startup, it keeps starting with a fixed width.
Any help would be appreciated
Thank you
We are developing a NX Open C++ library for our internal use. The windows based library is to be used by both internal (.exe) and external (.dll) NX client applications.
Is there any way to determine the type of caller client application(e.g. external or internal) from the library such that the...