#1
|
|||
|
|||
Script Refresh screen
The first part of a build I'm creating is only supposed to be run once on the machine (set up the build machine). As the last step of the group, I have a script running...
Project.Steps(vbldStepMain).Item(0).Checked = false Which deactivates the step. However, this change is not reflected visually by the checkbox actually clearing the check. If I refresh, it displays correctly. It really is only an aesthetic thing, but it made me wonder, is there is a way to refresh the screen using script? |
|
|