Submitted by etienne desrosiers on Thu, 10/22/2015 - 08:13
Forums:
Hi all,
I'm looking for a way to prevent NX to display Yes/No question during the journal is running since it stop the process.
More exactly, I'm doing a journal that output all the simulation files from the .sim. Once one simulation is exported, it shows a "Yes/No" prompt asking "The Solution is completed. Do you want to review all messages now?"
Is there a way to prevent this window to appear?
Thanks
RE: Disable Yes/No windows during journaling
Not sure you can but check/investigate
theUISession.UserInterfacePreferences.DisplayAlertsOnWarnings = False
Thanks
Regards
RE: Disable Yes/No windows during journaling
Tried, but doesn't change anything.
I've also tried
theUI.UserInterfacePreferences.DisplayAlertsOnInformation = False
but still do nothing.
Etienne
Etienne
Sounds like a bug, to me
I'd suggest reporting this as a bug. According to Siemens' own rules, a running journal/program should never do any interaction with the user unless it include code that requests this interaction. Let us know what they say. I'm curious to know whether they take the rule seiously or not.