<?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: From the inbox: how to change properties in GUIDE from a button press</title>
	<atom:link href="http://blogs.mathworks.com/pick/2006/11/13/from-the-inbox-how-to-change-properties-in-guide-from-a-button-press/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.mathworks.com/pick/2006/11/13/from-the-inbox-how-to-change-properties-in-guide-from-a-button-press/</link>
	<description>&#60;a href=&#34;http://www.mathworks.com/matlabcentral/fileexchange/loadAuthor.do?objectId=1093599&#38;objectType=author&#34;&#62;Brett&#60;/a&#62; &#38; &#60;a href=&#34;http://www.mathworks.com/matlabcentral/fileexchange/loadAuthor.do?objectId=1094142&#38;objectType=author&#34;&#62;Jiro&#60;/a&#62; share favorite user-contributed submissions from the File Exchange.</description>
	<lastBuildDate>Fri, 10 Feb 2012 16:12:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Doug</title>
		<link>http://blogs.mathworks.com/pick/2006/11/13/from-the-inbox-how-to-change-properties-in-guide-from-a-button-press/#comment-10708</link>
		<dc:creator>Doug</dc:creator>
		<pubDate>Mon, 14 Apr 2008 13:16:20 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/pick/?p=1913#comment-10708</guid>
		<description>Michael,

I just added a link to the video on the File Exchange right under the video.

Doug</description>
		<content:encoded><![CDATA[<p>Michael,</p>
<p>I just added a link to the video on the File Exchange right under the video.</p>
<p>Doug</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://blogs.mathworks.com/pick/2006/11/13/from-the-inbox-how-to-change-properties-in-guide-from-a-button-press/#comment-10680</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Sat, 12 Apr 2008 15:00:26 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/pick/?p=1913#comment-10680</guid>
		<description>How can I download your vedio?</description>
		<content:encoded><![CDATA[<p>How can I download your vedio?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Allan</title>
		<link>http://blogs.mathworks.com/pick/2006/11/13/from-the-inbox-how-to-change-properties-in-guide-from-a-button-press/#comment-1399</link>
		<dc:creator>Allan</dc:creator>
		<pubDate>Fri, 06 Apr 2007 23:09:35 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/pick/?p=1913#comment-1399</guid>
		<description>UPDATE:
Issue solved. I just fixed some handles mismatches...

Thanks!</description>
		<content:encoded><![CDATA[<p>UPDATE:<br />
Issue solved. I just fixed some handles mismatches&#8230;</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Allan</title>
		<link>http://blogs.mathworks.com/pick/2006/11/13/from-the-inbox-how-to-change-properties-in-guide-from-a-button-press/#comment-1398</link>
		<dc:creator>Allan</dc:creator>
		<pubDate>Thu, 05 Apr 2007 22:33:09 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/pick/?p=1913#comment-1398</guid>
		<description>Hi Doug,

Thanks for the tip but I can&#039;t get it to work, although your suggestion is the correct procedure.
Could it be a panel issue? (the push button it is linked to a panel handle).
I think I&#039;m missing something...
Any help would be much appreciated.

Regards,

Allan</description>
		<content:encoded><![CDATA[<p>Hi Doug,</p>
<p>Thanks for the tip but I can&#8217;t get it to work, although your suggestion is the correct procedure.<br />
Could it be a panel issue? (the push button it is linked to a panel handle).<br />
I think I&#8217;m missing something&#8230;<br />
Any help would be much appreciated.</p>
<p>Regards,</p>
<p>Allan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug</title>
		<link>http://blogs.mathworks.com/pick/2006/11/13/from-the-inbox-how-to-change-properties-in-guide-from-a-button-press/#comment-1389</link>
		<dc:creator>Doug</dc:creator>
		<pubDate>Fri, 30 Mar 2007 17:00:52 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/pick/?p=1913#comment-1389</guid>
		<description>Allan,

You should be able to do this by seting the String property of the edit box:

set(handles.edit1, &#039;string&#039;, &#039;foo&#039;)

Doug</description>
		<content:encoded><![CDATA[<p>Allan,</p>
<p>You should be able to do this by seting the String property of the edit box:</p>
<p>set(handles.edit1, &#8216;string&#8217;, &#8216;foo&#8217;)</p>
<p>Doug</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Allan</title>
		<link>http://blogs.mathworks.com/pick/2006/11/13/from-the-inbox-how-to-change-properties-in-guide-from-a-button-press/#comment-1386</link>
		<dc:creator>Allan</dc:creator>
		<pubDate>Thu, 29 Mar 2007 00:29:18 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/pick/?p=1913#comment-1386</guid>
		<description>Hi,

I&#039;d like to ask if this could be done but writing out to a uicontrol edit text box. I&#039;ve tried to implement a button to change the content of the edit text but with no results...
Thanks!

ps. i&#039;m not using Guide</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I&#8217;d like to ask if this could be done but writing out to a uicontrol edit text box. I&#8217;ve tried to implement a button to change the content of the edit text but with no results&#8230;<br />
Thanks!</p>
<p>ps. i&#8217;m not using Guide</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug</title>
		<link>http://blogs.mathworks.com/pick/2006/11/13/from-the-inbox-how-to-change-properties-in-guide-from-a-button-press/#comment-1189</link>
		<dc:creator>Doug</dc:creator>
		<pubDate>Mon, 20 Nov 2006 15:21:59 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/pick/?p=1913#comment-1189</guid>
		<description>Zia,

To do something like this, look at the &quot;modal question dialog&quot;  template that you can choose when you start Guide.  This GUI will return a value when it is closed using this command:

&quot;handles.output = get(hObject,&#039;String&#039;);&quot;

Once you have that output (by saying something like &quot;str = modalUI&quot;) then you can use that string to populate a static text box as shown in my original video.

I hope this is useful.  Let me know!

Doug</description>
		<content:encoded><![CDATA[<p>Zia,</p>
<p>To do something like this, look at the &#8220;modal question dialog&#8221;  template that you can choose when you start Guide.  This GUI will return a value when it is closed using this command:</p>
<p>&#8220;handles.output = get(hObject,&#8217;String&#8217;);&#8221;</p>
<p>Once you have that output (by saying something like &#8220;str = modalUI&#8221;) then you can use that string to populate a static text box as shown in my original video.</p>
<p>I hope this is useful.  Let me know!</p>
<p>Doug</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Loren Shure</title>
		<link>http://blogs.mathworks.com/pick/2006/11/13/from-the-inbox-how-to-change-properties-in-guide-from-a-button-press/#comment-1188</link>
		<dc:creator>Loren Shure</dc:creator>
		<pubDate>Mon, 20 Nov 2006 14:22:37 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/pick/?p=1913#comment-1188</guid>
		<description>John-

What topic(s) would you like to hear about?

--Loren</description>
		<content:encoded><![CDATA[<p>John-</p>
<p>What topic(s) would you like to hear about?</p>
<p>&#8211;Loren</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: john</title>
		<link>http://blogs.mathworks.com/pick/2006/11/13/from-the-inbox-how-to-change-properties-in-guide-from-a-button-press/#comment-1177</link>
		<dc:creator>john</dc:creator>
		<pubDate>Mon, 20 Nov 2006 00:19:30 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/pick/?p=1913#comment-1177</guid>
		<description>Mini Videos are very good.

Thank you

Keep it up

Now all we have to do is get Loren on video as well!!</description>
		<content:encoded><![CDATA[<p>Mini Videos are very good.</p>
<p>Thank you</p>
<p>Keep it up</p>
<p>Now all we have to do is get Loren on video as well!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zia</title>
		<link>http://blogs.mathworks.com/pick/2006/11/13/from-the-inbox-how-to-change-properties-in-guide-from-a-button-press/#comment-1167</link>
		<dc:creator>zia</dc:creator>
		<pubDate>Sun, 19 Nov 2006 04:24:18 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/pick/?p=1913#comment-1167</guid>
		<description>Hello,
Thanks for the video.
Okay building on this example, how would one create a program that does this:
When the push button is pressed, a box opens up which allows one to enter some string into a text box and this string is then displayed in the static text box of the original figure?

Thanks,
--zia</description>
		<content:encoded><![CDATA[<p>Hello,<br />
Thanks for the video.<br />
Okay building on this example, how would one create a program that does this:<br />
When the push button is pressed, a box opens up which allows one to enter some string into a text box and this string is then displayed in the static text box of the original figure?</p>
<p>Thanks,<br />
&#8211;zia</p>
]]></content:encoded>
	</item>
</channel>
</rss>

