<?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[Drop down menu in vanilla]]></title><description><![CDATA[<p>Hey folks, first post on the &quot;new&quot; forum.  Stopped hanging around here since the times that I thought a handle like &quot;theblackpeacock&quot; was pretty cool.</p>
<p>Anyways I am digging into the newest version of vanilla after stubbornly sticking with pd-extended for all this time so I have a lot to catch up on.  There were a couple of options for pd extended to handle drop down menus, I know that a lot has been added to the most recent vanilla including new objects.  Is there now a native GUI object for drop down menus?  If not has anyone come up with a creative way to hande this using just vanilla objects?  Trying to stick to vanilla wherever I can.</p>
<p>Thank you!</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/10574/drop-down-menu-in-vanilla</link><generator>RSS for Node</generator><lastBuildDate>Sun, 19 Jul 2026 12:00:43 GMT</lastBuildDate><atom:link href="http://forum.pdpatchrepo.info/topic/10574.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 11 Feb 2017 21:02:01 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Drop down menu in vanilla on Sat, 11 Feb 2017 21:02:01 GMT]]></title><description><![CDATA[<p>Hey folks, first post on the &quot;new&quot; forum.  Stopped hanging around here since the times that I thought a handle like &quot;theblackpeacock&quot; was pretty cool.</p>
<p>Anyways I am digging into the newest version of vanilla after stubbornly sticking with pd-extended for all this time so I have a lot to catch up on.  There were a couple of options for pd extended to handle drop down menus, I know that a lot has been added to the most recent vanilla including new objects.  Is there now a native GUI object for drop down menus?  If not has anyone come up with a creative way to hande this using just vanilla objects?  Trying to stick to vanilla wherever I can.</p>
<p>Thank you!</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/10574/drop-down-menu-in-vanilla</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/10574/drop-down-menu-in-vanilla</guid><dc:creator><![CDATA[theblackpeacock]]></dc:creator><pubDate>Sat, 11 Feb 2017 21:02:01 GMT</pubDate></item><item><title><![CDATA[Reply to Drop down menu in vanilla on Sat, 11 Feb 2017 21:41:43 GMT]]></title><description><![CDATA[<p>I used an array of symbols in a struct with a drawnumber object to make a symbol slider.    If you wanted to avoid the structs, you could indeed use a vslider underneath a canvas to feed indices into a [text get] object.</p>
<p>To make the menu actually popup, you'd have to create an object with a tcl/tk plugin, or make an external.</p>
<p>I played with the idea of making a popup menu in the tcl/tk objects, but I was making an autocomplete plugin, and settled on just drawing into the canvas itself.  Lots of cool things you can do with plugins or structs.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/10574/drop-down-menu-in-vanilla/2</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/10574/drop-down-menu-in-vanilla/2</guid><dc:creator><![CDATA[Monetus]]></dc:creator><pubDate>Sat, 11 Feb 2017 21:41:43 GMT</pubDate></item></channel></rss>