<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
</head>
<body dir="ltr">
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgba(0, 0, 0, 0);">
Another option is the "coords" message. In my mind, this is always preferable to "donecanvasdialog" because you don't need to dirty it, and because the syntax is slightly easier to remember. If you open the .pd file in a text editor, you'll find the "coords"
 term at the very bottom, and you can work it out from there.<br>
</div>
<hr style="display:inline-block;width:98%" tabindex="-1">
<div id="divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" style="font-size:11pt" color="#000000"><b>From:</b> Pd-list <pd-list-bounces@lists.iem.at> on behalf of oliver <oliver@klingt.org><br>
<b>Sent:</b> 21 March 2018 13:57<br>
<b>To:</b> pd-list@mail.iem.at<br>
<b>Subject:</b> Re: [PD] changing GOP size dynamically without dirty flag</font>
<div> </div>
</div>
<div class="BodyFragment"><font size="2"><span style="font-size:11pt;">
<div class="PlainText"><br>
> <br>
> Is there a way to adjust the GOP size without marking the instance of<br>
> the abstraction/patch dirty?<br>
> <br>
<br>
yes, add a "dirty 0" message to the GOP's namecanvas, like this:<br>
<br>
<br>
put a [namecanvas YOURNAME] onto the patch's top level.<br>
<br>
<br>
then send it a message like this:<br>
<br>
[donecanvasdialog 1 -1 3 0 -1 1 1 100 100 10 10, dirty 0(<br>
|<br>
|<br>
[send YOURNAME]<br>
<br>
<br>
<br>
best<br>
<br>
oliver<br>
<br>
_______________________________________________<br>
Pd-list@lists.iem.at mailing list<br>
UNSUBSCRIBE and account-management -> <a href="https://lists.puredata.info/listinfo/pd-list">
https://lists.puredata.info/listinfo/pd-list</a><br>
</div>
</span></font></div>
</body>
</html>