04-25-2023 08:53 AM
Hi All,
I recently come across an issue that the plots in "VIEW" not updated after a bunch of scripts are run. The plots stay at the last plot with the plane on the right greyed out like below.
I have to double click on the plot and then a pup-up window comes up. I then need to click "OK".
Then the plot will then be updated.
Not sure if anyone here has come across this and how do you overcome that if you did? Many thanks.
Regards,
Kane
Solved! Go to Solution.
04-25-2023 02:05 PM
Call View.Refresh()
for vbs or
dd.View.Refresh()
for python
04-25-2023 04:15 PM
Thanks gsklyr. I will give it a go tomorrow and let you know if it works. Thanks again.
04-26-2023 04:20 AM - edited 04-26-2023 04:21 AM
Yes your suggested solution works. Many thanks gsklyr.