<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/236477</link>
    <title>MATLAB Central Newsreader - GUIDE questions</title>
    <description>Feed for thread: GUIDE questions</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>Wed, 24 Sep 2008 11:46:37 -0400</pubDate>
      <title>GUIDE questions</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/236477#601849</link>
      <author>wapo</author>
      <description>Hi all,&lt;br&gt;
&lt;br&gt;
I have a couple of questions regarding the use of GUIDE to develope&lt;br&gt;
GUIs. Here they go:&lt;br&gt;
&lt;br&gt;
1. I have a drop-down menu in a GUI. Selecting something from the menu&lt;br&gt;
will call a script with very heavy computations. While MATLAB is&lt;br&gt;
running the background script the drop-down menu is semi-visible (some&lt;br&gt;
parts of the menu are fussed with the original GUI which is not&lt;br&gt;
aesthetically pleasant). How can I force MATLAB to clear out the GUI&lt;br&gt;
from the junk of the drop menu before initiating the selected script.&lt;br&gt;
&lt;br&gt;
I used drawnow but it didn't do anything.&lt;br&gt;
&lt;br&gt;
2. How can I align objects using the main GUI figure as a guide. For&lt;br&gt;
example, I have a push button and I want to be 10 pixels from the&lt;br&gt;
borders of the GUI. Or I have a static text box that I want it to be&lt;br&gt;
centered using as guide the left and right vertical borders of the&lt;br&gt;
GUI.&lt;br&gt;
&lt;br&gt;
3. (This is probably a BUG) Lets assume that we I have multiple&lt;br&gt;
objects (for example axes) and I want to change their size all at&lt;br&gt;
once. Select all of them and use the property inspector to change, for&lt;br&gt;
example, their width. Some of them will get the new value for width&lt;br&gt;
but not all of them. And not always. Keeping all of them selected and&lt;br&gt;
giving the same width value again for a second time might update some&lt;br&gt;
more objects but again not all. And so on.&lt;br&gt;
&lt;br&gt;
Any suggestions?&lt;br&gt;
&lt;br&gt;
Thank you in advance</description>
    </item>
    <item>
      <pubDate>Wed, 24 Sep 2008 12:18:16 -0400</pubDate>
      <title>Re: GUIDE questions</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/236477#601858</link>
      <author>wapo</author>
      <description>I forgot one more thing. Is it possible to change the background color&lt;br&gt;
of the GUI to something more interesting. For example an image.</description>
    </item>
    <item>
      <pubDate>Wed, 24 Sep 2008 15:41:02 -0400</pubDate>
      <title>Re: GUIDE questions</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/236477#601891</link>
      <author>Dave Brackett</author>
      <description>wapo &amp;lt;apostolos.georgakis@gmail.com&amp;gt; wrote in message &amp;lt;f95eb6db-8fae-4087-8b1e-09b25da80a70@k37g2000hsf.googlegroups.com&amp;gt;...&lt;br&gt;
&amp;gt; I forgot one more thing. Is it possible to change the background color&lt;br&gt;
&amp;gt; of the GUI to something more interesting. For example an image.&lt;br&gt;
&lt;br&gt;
don't know about your initial message questions, but you can change the colour of the GUI background from the property inspector. Make sure nothing is selected before clicking this and it will open the inspector for the GUI itself. Then adjust the colour from the 'color' property. Don't know how you could apply an image though.</description>
    </item>
    <item>
      <pubDate>Wed, 24 Sep 2008 15:48:02 -0400</pubDate>
      <title>Re: GUIDE questions</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/236477#601892</link>
      <author>Dave Brackett</author>
      <description>&quot;Dave Brackett&quot; &amp;lt;davebrackett@hotmail.com&amp;gt; wrote in message &amp;lt;gbdn2e$kd1$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; wapo &amp;lt;apostolos.georgakis@gmail.com&amp;gt; wrote in message &amp;lt;f95eb6db-8fae-4087-8b1e-09b25da80a70@k37g2000hsf.googlegroups.com&amp;gt;...&lt;br&gt;
&amp;gt; &amp;gt; I forgot one more thing. Is it possible to change the background color&lt;br&gt;
&amp;gt; &amp;gt; of the GUI to something more interesting. For example an image.&lt;br&gt;
&amp;gt; &lt;br&gt;
&lt;br&gt;
Actually, this look exactly like what you are after for setting an image as a background:&lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://blogs.mathworks.com/pick/2007/10/16/matlab-basics-setting-a-background-image-for-a-gui/&quot;&gt;http://blogs.mathworks.com/pick/2007/10/16/matlab-basics-setting-a-background-image-for-a-gui/&lt;/a&gt;</description>
    </item>
    <item>
      <pubDate>Wed, 01 Oct 2008 07:00:49 -0400</pubDate>
      <title>Re: GUIDE questions</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/236477#603139</link>
      <author>wapo</author>
      <description>Ok,&lt;br&gt;
&lt;br&gt;
for anybody having the same problem I found the answer to the first&lt;br&gt;
question. Although my solution is idiotic it works cause it gives&lt;br&gt;
MATLAB time to think. Use pause(x) to let the GUI window be re-&lt;br&gt;
rendered.&lt;br&gt;
&lt;br&gt;
Apo</description>
    </item>
  </channel>
</rss>

