Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

setStopOnFileLoad(false) to stop execute script if loading different design type #956

Open
grumpyinca opened this issue Nov 10, 2024 · 0 comments
Assignees
Labels
Priority Low This is a low priority item for this release
Milestone

Comments

@grumpyinca
Copy link
Contributor

The StopOnFileLoad feature was created to selectively allow the guidedDesign execute script to load saved designs without stopping execution. The default behavior for all other execute scripts is to stop running when File:Open loads a different design.

Additional testing and work with the current behavior has brought up the idea that it would be even better if guidedDesign stopped when loading different design types. Specifically, including the code:

            actions: [
                setStopOnFileLoad(false)
            ] 

in an execute script should allow that script to File:Open designs of the same design type but have the script stop execution when File:Open of a different design type happens.

While currently assigned in the 5.1 milestone, this issue is low priority and may be pushed into a future milestone or the unassigned category.

@grumpyinca grumpyinca added the Priority Low This is a low priority item for this release label Nov 10, 2024
@grumpyinca grumpyinca added this to the ODOP 5.1 milestone Nov 10, 2024
@grumpyinca grumpyinca modified the milestones: ODOP 5.1, ODOP 5.2 Dec 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Priority Low This is a low priority item for this release
Projects
None yet
Development

No branches or pull requests

2 participants