<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/172525</link>
    <title>MATLAB Central Newsreader - Rendering GUI components from callback</title>
    <description>Feed for thread: Rendering GUI components from callback</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>Mon, 14 Jul 2008 19:15:03 -0400</pubDate>
      <title>Rendering GUI components from callback</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/172525#442943</link>
      <author>Kris Ezra</author>
      <description>&lt;br&gt;
I am writing a GUI with dynamically updating components and&lt;br&gt;
I need them to be generated from a button callback.  I have&lt;br&gt;
written the function and the pushbuttons will render, but&lt;br&gt;
the panel I need to create will not.  Any ideas?&lt;br&gt;
&lt;br&gt;
I have the following code in the callback, and matlab throws&lt;br&gt;
no errors which tells me that the variables and scope are&lt;br&gt;
correct.&lt;br&gt;
&lt;br&gt;
networkViewPanel =&lt;br&gt;
uipanel(communications_panel,'Position',[20,panel_position(4)-365,400,345],'BorderType','etchedin');&lt;br&gt;
&amp;nbsp;&lt;br&gt;
&lt;br&gt;
Matlab allows me to get the panel properties, but it is not&lt;br&gt;
drawing. </description>
    </item>
    <item>
      <pubDate>Mon, 14 Jul 2008 19:28:01 -0400</pubDate>
      <title>Rendering GUI components from callback</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/172525#442947</link>
      <author>Donn Shull</author>
      <description>Have you tried issuing a drawnow command?</description>
    </item>
    <item>
      <pubDate>Mon, 14 Jul 2008 19:50:18 -0400</pubDate>
      <title>Rendering GUI components from callback</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/172525#442955</link>
      <author>Kris Ezra</author>
      <description>&lt;br&gt;
That should work :)  Thank you!  Been looking for that&lt;br&gt;
forever!  Couldn't ever find it in the online documentation!</description>
    </item>
  </channel>
</rss>

