Is there a way to configure the "Open Data Display After Simulation" to nil as default ?
I've tried to do this in rfdePreMomentumDialog(asiSessionHandle) procedure with the following statements:
window = hiGetCurrentWindow()
appCtrl = window->appCtrl
appCtrl~>dataModel~>ddAutoDisplayFlag = nil
But this doesn't seem to effect the behavior of RFDE tool.
Regards,
Roi
I've tried to do this in rfdePreMomentumDialog(asiSessionHandle) procedure with the following statements:
window = hiGetCurrentWindow()
appCtrl = window->appCtrl
appCtrl~>dataModel~>ddAutoDisplayFlag = nil
But this doesn't seem to effect the behavior of RFDE tool.
Regards,
Roi