Message 1 of 7
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
[ FlexSim 20.2.2 ]
Does anybody have an idea how I can change the visual of an event triggered source in the Processflow when I'm using FlexScript to enable/ disable it? To fill the checkbox I used these expressions and they worked properly:
setvarnum(Model.find("Tools/ProcessFlow/ProcessFlow/Source"), "enabled", 0);
setvarnum(Model.find("Tools/ProcessFlow/ProcessFlow/Source"), "enabled", 1);
But even if the source is enabled, the event triggered source is crossed out:
Thank you in advance!
Solved! Go to Solution.
