<div dir="ltr"><div dir="ltr">There's no need to test it, it's been tested and it ain't visible inside a subpatch with GOP, no doubt about it. I just needed help in the code to figure out how to make it visible or what's wrong with it: <span style="text-decoration-line:underline;color:rgb(17,85,204)"><a href="https://github.com/porres/pd-">https://github.com/porres/pd-</a></span><span style="text-decoration-line:underline;color:rgb(17,85,204)">cyclone/blob/master/cyclone_</span><span style="text-decoration-line:underline;color:rgb(17,85,204)">objects/binaries/control/</span><span style="text-decoration-line:underline;color:rgb(17,85,204)">comment.c</span> - a test patch makes more sense if you were trying to edit this code and see if it'd work after compiling it.</div><div dir="ltr">  <div>My best guess was to comment out line 455  - <span class="gmail-pl-k" style="box-sizing:border-box;color:rgb(215,58,73);font-family:SFMono-Regular,Consolas,"Liberation Mono",Menlo,Courier,monospace;font-size:12px;white-space:pre">if</span><span style="color:rgb(36,41,46);font-family:SFMono-Regular,Consolas,"Liberation Mono",Menlo,Courier,monospace;font-size:12px;white-space:pre"> (glist-></span><span class="gmail-pl-smi" style="box-sizing:border-box;color:rgb(36,41,46);font-family:SFMono-Regular,Consolas,"Liberation Mono",Menlo,Courier,monospace;font-size:12px;white-space:pre">gl_havewindow</span><span style="color:rgb(36,41,46);font-family:SFMono-Regular,Consolas,"Liberation Mono",Menlo,Courier,monospace;font-size:12px;white-space:pre">) - in the </span><span style="color:rgb(111,66,193);font-family:SFMono-Regular,Consolas,"Liberation Mono",Menlo,Courier,monospace;font-size:12px;white-space:pre">comment_vis</span> method, but that wasn't it, and all the other attempts I did were more gratuitous guesses that led nowhere.</div><div><br></div><div>Still trying to figure it out though</div><div><br></div><div>cheers</div></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Em qua, 13 de fev de 2019 às 14:57, Simon Iten <<a href="mailto:itensimon@gmail.com">itensimon@gmail.com</a>> escreveu:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div style="overflow-wrap: break-word;">and i would gladly test it, if the external would be included, but i have no intention to install the whole cyclone package.<div><br></div><div><br><div><br><blockquote type="cite"><div>On 13 Feb 2019, at 17:05, Simon Iten <<a href="mailto:itensimon@gmail.com" target="_blank">itensimon@gmail.com</a>> wrote:</div><br class="gmail-m_-5573914283393953444Apple-interchange-newline"><div><div style="overflow-wrap: break-word;">thanks, yes that was it. :-)<div><br><div><div><br><blockquote type="cite"><div>On 13 Feb 2019, at 16:56, Lucas Cordiviola <<a href="mailto:lucarda27@hotmail.com" target="_blank">lucarda27@hotmail.com</a>> wrote:</div><br class="gmail-m_-5573914283393953444Apple-interchange-newline"><div>



<div bgcolor="#FFFFFF"><p>I think Simon was saying that he external was not included in the "Attach" of the "test patch" you send a couple of messages back in this thread.<br>
</p><p><br>
</p><p>:)<br>
</p>
<pre class="gmail-m_-5573914283393953444moz-signature" cols="72">Mensaje telepatico asistido por maquinas.</pre>
<div class="gmail-m_-5573914283393953444moz-cite-prefix">On 2/13/2019 12:40 PM, Alexandre Torres Porres wrote:<br>
</div>
<blockquote type="cite">
<div dir="ltr">I can only assume you're trying to load this object in purr data, if so, I have to say:
<div><br>
</div>
<div>- This is not the pd-l2ork/purr data list :) </div>
<div>- All GUI objects in Purr Data had to be rewritten as it uses a different programming language. So no GUI object written for Pure Data in tcl/tk works in Purr Data. Not only that, but other objects that are seemingly not a GUI (that is, they're a regular
 object box) may use tcl/tk and won't work in Purr either.</div>
<div>- Purr Data ported many (about most) of Pd Extended's objects, but they did not port [comment], so it isn't included, and this is why I'm assuming you tried this there. There are other objects from cyclone that haven't been fully ported either as they
 use tcl/tk. Moreover, cyclone is outdated in Purr Data, so any developments and code from my repository in the last 3 years are not part of Purr Data. And again, even if it was the case that this had been ported and updated in Purr, it uses a different language,
 so it wouldn't be the case.</div>
<div><br>
</div>
<div>Other than that, if you're in Vanilla or Extended, I can't think of anything in this universe that would explain why you have cyclone with [comment] not included but other with objects working...</div>
<div><br>
</div>
<div>cheers</div>
</div>
<br>
<div class="gmail_quote">
<div dir="ltr" class="gmail_attr">Em qua, 13 de fev de 2019 às 11:23, Alexandre Torres Porres <<a href="mailto:porres@gmail.com" target="_blank">porres@gmail.com</a>> escreveu:<br>
</div>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<div dir="ltr">what do you mean it is not included? cause it's always been included! You can test this even with Pd Extended. How did you download and install it?
<div><br>
</div>
<div>cheers</div>
</div>
<br>
<div class="gmail_quote">
<div dir="ltr" class="gmail_attr">Em qua, 13 de fev de 2019 às 05:12, Simon Iten <<a href="mailto:itensimon@gmail.com" target="_blank">itensimon@gmail.com</a>> escreveu:<br>
</div>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<div>since the external is not included i get a “…couldn’t create” in the console for comment, and not surprisingly it does not display…
<div><br>
<div><br>
<blockquote type="cite">
<div>On 12 Feb 2019, at 14:16, Alexandre Torres Porres <<a href="mailto:porres@gmail.com" target="_blank">porres@gmail.com</a>> wrote:</div>
<br class="gmail-m_-5573914283393953444gmail-m_2543443032095409174gmail-m_-5795901949661390628Apple-interchange-newline">
<div>
<div dir="ltr">The object is not visible in a GOP (graph on parent).
<div><br>
</div>
<div>Unlike every other GUI object/external out there (and atom boxes or Pd's comment), it is not visible in a subpath with a GOP.</div>
<div><br>
</div>
<div>here's a test patch</div>
<div><br>
</div>
<div>cheers</div>
<div><br>
</div>
</div>
<br>
<div class="gmail_quote">
<div dir="ltr" class="gmail_attr">Em ter, 12 de fev de 2019 às 06:49, IOhannes m zmoelnig <<a href="mailto:zmoelnig@iem.at" target="_blank">zmoelnig@iem.at</a>> escreveu:<br>
</div>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
On 12.02.19 06:28, Alexandre Torres Porres wrote:<br>
> Hi folks, I'm working on cyclone/comment, the last object we need to update<br>
> in cyclone, and I need help.<br>
<br>
so what is the problem?<br>
<br>
fgsmdr<br>
IOhannes<br>
<br>
_______________________________________________<br>
<a href="mailto:Pd-list@lists.iem.at" target="_blank">Pd-list@lists.iem.at</a> mailing list<br>
UNSUBSCRIBE and account-management -> <a href="https://lists.puredata.info/listinfo/pd-list" rel="noreferrer" target="_blank">
https://lists.puredata.info/listinfo/pd-list</a><br>
</blockquote>
</div>
<span id="gmail-m_-5573914283393953444gmail-m_2543443032095409174gmail-m_-5795901949661390628cid:f_js1shzne0"><test.pd></span>_______________________________________________<br>
<a href="mailto:Pd-list@lists.iem.at" target="_blank">Pd-list@lists.iem.at</a> mailing list<br>
UNSUBSCRIBE and account-management -> <a href="https://lists.puredata.info/listinfo/pd-list" target="_blank">
https://lists.puredata.info/listinfo/pd-list</a><br>
</div>
</blockquote>
</div>
<br>
</div>
</div>
</blockquote>
</div>
</blockquote>
</div>
<br>
<fieldset class="gmail-m_-5573914283393953444mimeAttachmentHeader"></fieldset>
<pre class="gmail-m_-5573914283393953444moz-quote-pre">_______________________________________________
<a class="gmail-m_-5573914283393953444moz-txt-link-abbreviated" href="mailto:Pd-list@lists.iem.at" target="_blank">Pd-list@lists.iem.at</a> mailing list
UNSUBSCRIBE and account-management -> <a class="gmail-m_-5573914283393953444moz-txt-link-freetext" href="https://lists.puredata.info/listinfo/pd-list" target="_blank">https://lists.puredata.info/listinfo/pd-list</a>
</pre>
</blockquote>
</div>

</div></blockquote></div><br></div></div></div></div></blockquote></div><br></div></div></blockquote></div>