<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Graph on parent issues with DIY dropdown menu]]></title><description><![CDATA[<p>Hey folks. Im trying to make some new interface objects with the really cool graph on parent feature. Unfortunately there seems to be some not so cool bugs along with it. Im trying to avoid using the [popup] object because it is very big and clunky. I am currently working on a dropdown menu that uses the donecanvas message to pd. Basically it resizes the canvas window to include some symbol boxes and buttons that are used to select the next symbol to display at the top and then resizes to only display 1 symbol box. Only thing is that the other symbol boxes are left drawn on the object even after the canvas is resized to exclude them. This should be clear if you check out the patch. Is there some way to refresh the interface so that it will get rid of these annoying leftover GUIs? Could this maybe be the purpose of the illusive restore command given in /pd_msg/0.all_msgs?</p>
<p>I included some of my abstractions because i cant remember if i included them or not.</p>
<p>If this doesnt work i think ill just have to suck it up and use [popup]</p>
<p><a href="http://www.pdpatchrepo.info/hurleur/mymenu.zip" rel="nofollow">http://www.pdpatchrepo.info/hurleur/mymenu.zip</a></p>
]]></description><link>http://forum.pdpatchrepo.info/topic/5492/graph-on-parent-issues-with-diy-dropdown-menu</link><generator>RSS for Node</generator><lastBuildDate>Wed, 13 May 2026 03:21:48 GMT</lastBuildDate><atom:link href="http://forum.pdpatchrepo.info/topic/5492.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 29 Aug 2011 16:34:17 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Graph on parent issues with DIY dropdown menu on Mon, 29 Aug 2011 16:34:17 GMT]]></title><description><![CDATA[<p>Hey folks. Im trying to make some new interface objects with the really cool graph on parent feature. Unfortunately there seems to be some not so cool bugs along with it. Im trying to avoid using the [popup] object because it is very big and clunky. I am currently working on a dropdown menu that uses the donecanvas message to pd. Basically it resizes the canvas window to include some symbol boxes and buttons that are used to select the next symbol to display at the top and then resizes to only display 1 symbol box. Only thing is that the other symbol boxes are left drawn on the object even after the canvas is resized to exclude them. This should be clear if you check out the patch. Is there some way to refresh the interface so that it will get rid of these annoying leftover GUIs? Could this maybe be the purpose of the illusive restore command given in /pd_msg/0.all_msgs?</p>
<p>I included some of my abstractions because i cant remember if i included them or not.</p>
<p>If this doesnt work i think ill just have to suck it up and use [popup]</p>
<p><a href="http://www.pdpatchrepo.info/hurleur/mymenu.zip" rel="nofollow">http://www.pdpatchrepo.info/hurleur/mymenu.zip</a></p>
]]></description><link>http://forum.pdpatchrepo.info/topic/5492/graph-on-parent-issues-with-diy-dropdown-menu</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/5492/graph-on-parent-issues-with-diy-dropdown-menu</guid><dc:creator><![CDATA[theblackpeacock]]></dc:creator><pubDate>Mon, 29 Aug 2011 16:34:17 GMT</pubDate></item><item><title><![CDATA[Reply to Graph on parent issues with DIY dropdown menu on Mon, 29 Aug 2011 16:56:33 GMT]]></title><description><![CDATA[<p>there is another object for this purpose, it's called [tof/pmenu] in pd-exended. when you hit a bang it gives you a right-click-menu. it's a lot less chunky than [popup], but it freezes the audio output on my machine while the menu is open.</p>
<p>i know the problem with the graphics left on the screen after resizing the GOP canvas. i think it is a bug, but i think there's workarounds also. would be awesome if you could get it to work!</p>
<p>good luck on finding a solution there!</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/5492/graph-on-parent-issues-with-diy-dropdown-menu/2</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/5492/graph-on-parent-issues-with-diy-dropdown-menu/2</guid><dc:creator><![CDATA[ralf]]></dc:creator><pubDate>Mon, 29 Aug 2011 16:56:33 GMT</pubDate></item><item><title><![CDATA[Reply to Graph on parent issues with DIY dropdown menu on Mon, 29 Aug 2011 22:56:59 GMT]]></title><description><![CDATA[<p>hmmm. That looks like a good object except that it also doesnt work for me. Everything seems fine, the menu shows up when i bang the object but when i make a selection i get the error &quot;pmenu0x12e42c8: no such object&quot;. I looked in the tof library and also found menubutton, which made a similar error &quot;menubutton0x12f1dd8: no such object&quot;. Pretty obnoxious considering that the objects are definitely found in the file path and so are their helpfiles. Seeing as how i want to distribute my patch it would be nice to only use more reliable objects :/</p>
<p>anyone know how to the the tof objects to work?</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/5492/graph-on-parent-issues-with-diy-dropdown-menu/3</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/5492/graph-on-parent-issues-with-diy-dropdown-menu/3</guid><dc:creator><![CDATA[theblackpeacock]]></dc:creator><pubDate>Mon, 29 Aug 2011 22:56:59 GMT</pubDate></item><item><title><![CDATA[Reply to Graph on parent issues with DIY dropdown menu on Tue, 30 Aug 2011 14:54:58 GMT]]></title><description><![CDATA[<p>strange. they work just fine here on osx snow leopard with standard pd-ext.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/5492/graph-on-parent-issues-with-diy-dropdown-menu/4</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/5492/graph-on-parent-issues-with-diy-dropdown-menu/4</guid><dc:creator><![CDATA[ralf]]></dc:creator><pubDate>Tue, 30 Aug 2011 14:54:58 GMT</pubDate></item><item><title><![CDATA[Reply to Graph on parent issues with DIY dropdown menu on Tue, 30 Aug 2011 17:35:00 GMT]]></title><description><![CDATA[<p>[popup] used to give similar errors on Windows. I think Saturno fixed [popup], but it looks like the tof stuff has the same bug.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/5492/graph-on-parent-issues-with-diy-dropdown-menu/5</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/5492/graph-on-parent-issues-with-diy-dropdown-menu/5</guid><dc:creator><![CDATA[Maelstorm]]></dc:creator><pubDate>Tue, 30 Aug 2011 17:35:00 GMT</pubDate></item><item><title><![CDATA[Reply to Graph on parent issues with DIY dropdown menu on Thu, 01 Sep 2011 20:33:54 GMT]]></title><description><![CDATA[<p>tof/pmenu should be fixed in pd 0.43<br />
You will have 2 outlets, the left one gives the index number and the right one a symbol.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/5492/graph-on-parent-issues-with-diy-dropdown-menu/6</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/5492/graph-on-parent-issues-with-diy-dropdown-menu/6</guid><dc:creator><![CDATA[mrpropre]]></dc:creator><pubDate>Thu, 01 Sep 2011 20:33:54 GMT</pubDate></item><item><title><![CDATA[Reply to Graph on parent issues with DIY dropdown menu on Sun, 04 Sep 2011 19:55:26 GMT]]></title><description><![CDATA[<p>ok so i tried installng pd 40.3 without any luck. Got some strange messages about &quot;confuddled-mass-of-numbers.dll is missing.&quot;</p>
<p>However that doesnt matter because I figured out how to refresh the canvas! It was so obvious i felt silly when i thought of it: i just sent the canvas a [vis 0, vis 1&lt; msg and it refreshes the gui without any nasty stuff left over it just makes the gui blink but thats no big deal. Check it out in the attachment.</p>
<p>One final question. As you can see i have a little button thing hanging off the end of the menu. While this isnt so terrible I want to try and embed that part inside the object to make it cleaner. Is there a way to find the name of the parent canvas that an object is located in? Such as if i have the [mymenu] object inside of another patch named [randompatch.pd] is there a way for me to get the name of &quot;randompatch.pd&quot; from INSIDE of mymenu?</p>
<p>Thanks for the advice on tof but like i said i am trying to only use objects that are stable on the current version of pd.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/5492/graph-on-parent-issues-with-diy-dropdown-menu/7</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/5492/graph-on-parent-issues-with-diy-dropdown-menu/7</guid><dc:creator><![CDATA[theblackpeacock]]></dc:creator><pubDate>Sun, 04 Sep 2011 19:55:26 GMT</pubDate></item><item><title><![CDATA[Reply to Graph on parent issues with DIY dropdown menu on Sun, 04 Sep 2011 19:57:15 GMT]]></title><description><![CDATA[<p>forgot the attachment!</p>
<p><a href="http://www.pdpatchrepo.info/hurleur/mymenu2.zip" rel="nofollow">http://www.pdpatchrepo.info/hurleur/mymenu2.zip</a></p>
]]></description><link>http://forum.pdpatchrepo.info/topic/5492/graph-on-parent-issues-with-diy-dropdown-menu/8</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/5492/graph-on-parent-issues-with-diy-dropdown-menu/8</guid><dc:creator><![CDATA[theblackpeacock]]></dc:creator><pubDate>Sun, 04 Sep 2011 19:57:15 GMT</pubDate></item><item><title><![CDATA[Reply to Graph on parent issues with DIY dropdown menu on Mon, 05 Sep 2011 15:04:58 GMT]]></title><description><![CDATA[<p>I don't know of an object that does it, but you could just pass it on as an argument.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/5492/graph-on-parent-issues-with-diy-dropdown-menu/9</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/5492/graph-on-parent-issues-with-diy-dropdown-menu/9</guid><dc:creator><![CDATA[Maelstorm]]></dc:creator><pubDate>Mon, 05 Sep 2011 15:04:58 GMT</pubDate></item><item><title><![CDATA[Reply to Graph on parent issues with DIY dropdown menu on Mon, 05 Sep 2011 21:06:26 GMT]]></title><description><![CDATA[<p>^good idea. thanks for the help you all</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/5492/graph-on-parent-issues-with-diy-dropdown-menu/10</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/5492/graph-on-parent-issues-with-diy-dropdown-menu/10</guid><dc:creator><![CDATA[theblackpeacock]]></dc:creator><pubDate>Mon, 05 Sep 2011 21:06:26 GMT</pubDate></item></channel></rss>