<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/173618</link>
    <title>MATLAB Central Newsreader - popup &amp; edit -&gt; all in one</title>
    <description>Feed for thread: popup &amp; edit -&gt; all in one</description>
    <language>en-us</language>
    <copyright>&amp;copy;1994-2012 by MathWorks, Inc.</copyright>
    <webmaster>webmaster@mathworks.com</webmaster>
    <generator>MATLAB Central Newsreader</generator>
    <docs>http://blogs.law.harvard.edu/tech/rss</docs>
    <ttl>60</ttl>
    <image>
      <title>MathWorks</title>
      <url>http://www.mathworks.com/images/membrane_icon.gif</url>
    </image>
    <item>
      <pubDate>Fri, 01 Aug 2008 12:05:02 -0400</pubDate>
      <title>popup &amp; edit -&gt; all in one</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/173618#446714</link>
      <author>Jerzy Nowakowski</author>
      <description>Is it possible to obtain a popup-menu, with editable values?&lt;br&gt;
The user selects the popup string, but later has a&lt;br&gt;
possibility to edit it...</description>
    </item>
    <item>
      <pubDate>Fri, 01 Aug 2008 13:18:01 -0400</pubDate>
      <title>Re: popup &amp; edit -&gt; all in one</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/173618#446732</link>
      <author>Ian Clarkson</author>
      <description>&quot;Jerzy Nowakowski&quot; &amp;lt;j.nowakowski@unina.it&amp;gt; wrote in message&lt;br&gt;
&amp;lt;g6uu5e$mv1$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; Is it possible to obtain a popup-menu, with editable values?&lt;br&gt;
&amp;gt; The user selects the popup string, but later has a&lt;br&gt;
&amp;gt; possibility to edit it...&lt;br&gt;
&lt;br&gt;
you could try something around this:&lt;br&gt;
&lt;br&gt;
&amp;gt;&amp;gt; fig=figure(1);&lt;br&gt;
&amp;gt;&amp;gt; uicontrol(fig,'Style','edit','String','Hello')&lt;br&gt;
&lt;br&gt;
i'm not sure what you mean by the user &quot;selects a popup&lt;br&gt;
string&quot;, but it sounds like you want some GUI&lt;br&gt;
functionality... this a two-liner that makes a figure and&lt;br&gt;
adds an editable text box to it.</description>
    </item>
    <item>
      <pubDate>Fri, 01 Aug 2008 14:02:57 -0400</pubDate>
      <title>Re: popup &amp; edit -&gt; all in one</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/173618#446745</link>
      <author>roberson@ibd.nrc-cnrc.gc.ca (Walter Roberson)</author>
      <description>In article &amp;lt;g6uu5e$mv1$1@fred.mathworks.com&amp;gt;,&lt;br&gt;
Jerzy Nowakowski &amp;lt;j.nowakowski@unina.it&amp;gt; wrote:&lt;br&gt;
&amp;gt;Is it possible to obtain a popup-menu, with editable values?&lt;br&gt;
&amp;gt;The user selects the popup string, but later has a&lt;br&gt;
&amp;gt;possibility to edit it...&lt;br&gt;
&lt;br&gt;
If you stick to the Matlab provided functions, you need to&lt;br&gt;
use multiple controls for this; it is fairly easy with a&lt;br&gt;
pop-up and an edit box and a couple of small callbacks.&lt;br&gt;
&lt;br&gt;
If, though, it is important to you that this is visually only&lt;br&gt;
a single control, then if you can do it at all, you would have&lt;br&gt;
to work at the Java level.&lt;br&gt;
-- &lt;br&gt;
&amp;nbsp;&amp;nbsp;&quot;There is nothing so bad but it can masquerade as moral.&quot;&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;-- Walter Lippmann</description>
    </item>
  </channel>
</rss>

