-
Notifications
You must be signed in to change notification settings - Fork 68
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
EzTemplate object has no close function #1585
Comments
it shouldn't. When you do a |
@doutriaux1 ok, so I have a persistent The inability to close this window using the |
you mean after a preview? |
@doutriaux1 exactly.. |
yes after the preview it is a canvas, you can access it as |
will put this in the bug fix. Will become something like that:
|
@doutriaux1 ok so |
@doutriaux1 also, the inability to |
@doutriaux1 fixed #1591? |
yes |
The
EzTemplate
object has noclose
orexit
functions, so I am uncertain how to purge or manipulate anEzTemplate
object during an interactive session once it is created (and previewed):During the session above, a
VCS
canvas window appears, however I am unable to close this using theX
(top right corner) or using aCanvas.close()
(or equivalent, that I can find) on the commandline.The text was updated successfully, but these errors were encountered: