Warn user before blowing away current model
-
I want to warn the user before blowing away the current model.
Sketchup.file_new will warn him/her if the model is dirty, but if the user hots cancel I want to stop my routine. Is there a good way to tell if the user hit cancel. (For example, if the user hits yes or no, then then a new model is now loaded - and it will not be "dirty" (changed))
And/or is there a way to find out if the model is "dirty"
-
Oops!
Model.modified? might have been a good idea.
I'll try this:
# check before removing current file Sketchup.file_new model = Sketchup.active_model if (model.modified?) do_error("Model not cleared - cancel") return end#if
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register LoginAdvertisement