<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Using parent child relationships to find figures</title>
	<atom:link href="http://blogs.mathworks.com/videos/2009/02/20/using-parent-child-relationships-to-find-figures/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.mathworks.com/videos/2009/02/20/using-parent-child-relationships-to-find-figures/</link>
	<description>Doug Hull is a proud MathWorker who is on a mission to help you with MATLAB.</description>
	<lastBuildDate>Fri, 10 Feb 2012 20:31:50 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: dhull</title>
		<link>http://blogs.mathworks.com/videos/2009/02/20/using-parent-child-relationships-to-find-figures/#comment-1802</link>
		<dc:creator>dhull</dc:creator>
		<pubDate>Mon, 01 Feb 2010 16:22:54 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/videos/2009/02/20/using-parent-child-relationships-to-find-figures/#comment-1802</guid>
		<description>Khandija,

Please contact technical support.  I expect that if you configured everything correctly (using defaults) that if the popup menu were placed inside that panel it would keep the same visibility properties as you expect it should.

When you send in the request, please include the relevant files and the reproduction steps.  they will take a look at it.

Doug</description>
		<content:encoded><![CDATA[<p>Khandija,</p>
<p>Please contact technical support.  I expect that if you configured everything correctly (using defaults) that if the popup menu were placed inside that panel it would keep the same visibility properties as you expect it should.</p>
<p>When you send in the request, please include the relevant files and the reproduction steps.  they will take a look at it.</p>
<p>Doug</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: khadija</title>
		<link>http://blogs.mathworks.com/videos/2009/02/20/using-parent-child-relationships-to-find-figures/#comment-1801</link>
		<dc:creator>khadija</dc:creator>
		<pubDate>Mon, 01 Feb 2010 16:10:37 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/videos/2009/02/20/using-parent-child-relationships-to-find-figures/#comment-1801</guid>
		<description>I added a popupmenu to a uipanel. Now if want to keep the visible mode &quot;off&quot; for my panel, the popupmenu is still displayed. So i have to keep the visible mode &quot;off&quot; for my popupmenu separately. I want the popupmenu and the uipanel to act as one entity so that when I keep the visible mode &quot;off&quot; for the panel, the popupmenu should become invisible automatically. Is that possible?

thanks, 
khadija</description>
		<content:encoded><![CDATA[<p>I added a popupmenu to a uipanel. Now if want to keep the visible mode &#8220;off&#8221; for my panel, the popupmenu is still displayed. So i have to keep the visible mode &#8220;off&#8221; for my popupmenu separately. I want the popupmenu and the uipanel to act as one entity so that when I keep the visible mode &#8220;off&#8221; for the panel, the popupmenu should become invisible automatically. Is that possible?</p>
<p>thanks,<br />
khadija</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dhull</title>
		<link>http://blogs.mathworks.com/videos/2009/02/20/using-parent-child-relationships-to-find-figures/#comment-1799</link>
		<dc:creator>dhull</dc:creator>
		<pubDate>Mon, 01 Feb 2010 16:01:04 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/videos/2009/02/20/using-parent-child-relationships-to-find-figures/#comment-1799</guid>
		<description>@khadija,

Please explain what you mean in more detail.

Doug</description>
		<content:encoded><![CDATA[<p>@khadija,</p>
<p>Please explain what you mean in more detail.</p>
<p>Doug</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: khadija</title>
		<link>http://blogs.mathworks.com/videos/2009/02/20/using-parent-child-relationships-to-find-figures/#comment-1797</link>
		<dc:creator>khadija</dc:creator>
		<pubDate>Mon, 01 Feb 2010 15:36:03 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/videos/2009/02/20/using-parent-child-relationships-to-find-figures/#comment-1797</guid>
		<description>thanks for the post. i&#039;m a newbie to MATLAB. I have a very basic question. 
How can I bind a popupmenu to a uipanel using property inspector? 

thanks, 
khadija</description>
		<content:encoded><![CDATA[<p>thanks for the post. i&#8217;m a newbie to MATLAB. I have a very basic question.<br />
How can I bind a popupmenu to a uipanel using property inspector? </p>
<p>thanks,<br />
khadija</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug</title>
		<link>http://blogs.mathworks.com/videos/2009/02/20/using-parent-child-relationships-to-find-figures/#comment-1421</link>
		<dc:creator>Doug</dc:creator>
		<pubDate>Tue, 28 Apr 2009 14:00:58 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/videos/2009/02/20/using-parent-child-relationships-to-find-figures/#comment-1421</guid>
		<description>Tomas,

In the above case, 5 is the handle.  When you GET it, you are actually losing the handle that you want.  Look at his example.

a = figure(1)
handle = a
notHandle = get(a)

-Doug</description>
		<content:encoded><![CDATA[<p>Tomas,</p>
<p>In the above case, 5 is the handle.  When you GET it, you are actually losing the handle that you want.  Look at his example.</p>
<p>a = figure(1)<br />
handle = a<br />
notHandle = get(a)</p>
<p>-Doug</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tomas</title>
		<link>http://blogs.mathworks.com/videos/2009/02/20/using-parent-child-relationships-to-find-figures/#comment-1420</link>
		<dc:creator>tomas</dc:creator>
		<pubDate>Tue, 28 Apr 2009 08:09:06 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/videos/2009/02/20/using-parent-child-relationships-to-find-figures/#comment-1420</guid>
		<description>Hi Doug,

thank you for your postings and videos. i really like them. i have now a question regarding this posting here. how can i get the handle into a variable?

i identify the figure i need using get(0,&#039;children&#039;) and then checking the name of the figure.

now, if i know that my figure is the nr. 5 for example, how can i get the handle to it?

handle = get(5);
set(handle,&#039;Name&#039;,&#039;test&#039;)

returns an error. handle is in this case not the handle, but the structure of the properties of the figure. 

thank you very much,

tom</description>
		<content:encoded><![CDATA[<p>Hi Doug,</p>
<p>thank you for your postings and videos. i really like them. i have now a question regarding this posting here. how can i get the handle into a variable?</p>
<p>i identify the figure i need using get(0,&#8217;children&#8217;) and then checking the name of the figure.</p>
<p>now, if i know that my figure is the nr. 5 for example, how can i get the handle to it?</p>
<p>handle = get(5);<br />
set(handle,&#8217;Name&#8217;,'test&#8217;)</p>
<p>returns an error. handle is in this case not the handle, but the structure of the properties of the figure. </p>
<p>thank you very much,</p>
<p>tom</p>
]]></content:encoded>
	</item>
</channel>
</rss>

