Hello,
I want to display a property page INSIDE my custom D2 widget.
I know I can call GetDialogRequest from D2FS, even the "D2 4.X Plugins and Extensions" document says that it could be done via OAH
for example IDialogService may be called with Dialog, IDialog, DialogService, or IDialogService.
and the question is - what next...
Response from this service returns the XML of the dialog, but how can I embed it inside my GUI.
Please note, I know I can open a dialog with D2_ACTION_DISPLAY_DIALOG via OAH.