<?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: Widgetpalooza: 12 widgets coded up in a GUI</title>
	<atom:link href="http://blogs.mathworks.com/videos/2008/04/08/widgetpalooza-12-widgets-coded-up-in-a-gui/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.mathworks.com/videos/2008/04/08/widgetpalooza-12-widgets-coded-up-in-a-gui/</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/2008/04/08/widgetpalooza-12-widgets-coded-up-in-a-gui/#comment-1972</link>
		<dc:creator>dhull</dc:creator>
		<pubDate>Mon, 29 Mar 2010 13:17:01 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/videos/2008/04/08/widgetpalooza-12-widgets-coded-up-in-a-gui/#comment-1972</guid>
		<description>@Kamran,

Drag to reshape it.

Doug</description>
		<content:encoded><![CDATA[<p>@Kamran,</p>
<p>Drag to reshape it.</p>
<p>Doug</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kamran</title>
		<link>http://blogs.mathworks.com/videos/2008/04/08/widgetpalooza-12-widgets-coded-up-in-a-gui/#comment-1971</link>
		<dc:creator>Kamran</dc:creator>
		<pubDate>Sat, 27 Mar 2010 00:17:08 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/videos/2008/04/08/widgetpalooza-12-widgets-coded-up-in-a-gui/#comment-1971</guid>
		<description>Hi dough

I wonder why in my matlab(2009a) the slider is vertical...I want something horizontal and as far as I looked, there is no property to make it horizontal.

Kamran</description>
		<content:encoded><![CDATA[<p>Hi dough</p>
<p>I wonder why in my matlab(2009a) the slider is vertical&#8230;I want something horizontal and as far as I looked, there is no property to make it horizontal.</p>
<p>Kamran</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dhull</title>
		<link>http://blogs.mathworks.com/videos/2008/04/08/widgetpalooza-12-widgets-coded-up-in-a-gui/#comment-1563</link>
		<dc:creator>dhull</dc:creator>
		<pubDate>Tue, 08 Sep 2009 13:44:20 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/videos/2008/04/08/widgetpalooza-12-widgets-coded-up-in-a-gui/#comment-1563</guid>
		<description>@mario,

I think you should look on the file exchange.  Look for things like &#039;strip chart&#039;.  I do not know if there is anything exactly like you want, but there might be something close.

Thanks,
Doug</description>
		<content:encoded><![CDATA[<p>@mario,</p>
<p>I think you should look on the file exchange.  Look for things like &#8216;strip chart&#8217;.  I do not know if there is anything exactly like you want, but there might be something close.</p>
<p>Thanks,<br />
Doug</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mario</title>
		<link>http://blogs.mathworks.com/videos/2008/04/08/widgetpalooza-12-widgets-coded-up-in-a-gui/#comment-1560</link>
		<dc:creator>Mario</dc:creator>
		<pubDate>Sun, 06 Sep 2009 22:32:13 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/videos/2008/04/08/widgetpalooza-12-widgets-coded-up-in-a-gui/#comment-1560</guid>
		<description>Hi I think this is not the right place for ask you this but I don&#039;t know where else is the place, ok, I have I GUI that reads a &quot;.wav&quot; file, and plot it in an axes, and then with another button I can play it, but I am trying to put a vertical line that runs in the plot (axes) while the file is play, do you have any clue?   I hope you understand what I am talking about.   thanks !!!</description>
		<content:encoded><![CDATA[<p>Hi I think this is not the right place for ask you this but I don&#8217;t know where else is the place, ok, I have I GUI that reads a &#8220;.wav&#8221; file, and plot it in an axes, and then with another button I can play it, but I am trying to put a vertical line that runs in the plot (axes) while the file is play, do you have any clue?   I hope you understand what I am talking about.   thanks !!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dhull</title>
		<link>http://blogs.mathworks.com/videos/2008/04/08/widgetpalooza-12-widgets-coded-up-in-a-gui/#comment-1434</link>
		<dc:creator>dhull</dc:creator>
		<pubDate>Mon, 11 May 2009 20:37:46 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/videos/2008/04/08/widgetpalooza-12-widgets-coded-up-in-a-gui/#comment-1434</guid>
		<description>@chris,

I think the question is &quot;when you leave the editbox, a callback is executed.&quot;  The callback on the editbox will update either upon hitting enter *or* losing focus.  Clicking on a button is really just losing focus, and has nothing to do with clicking the button.

I think I understood your question, but if I am wrong, please let me know.

Doug</description>
		<content:encoded><![CDATA[<p>@chris,</p>
<p>I think the question is &#8220;when you leave the editbox, a callback is executed.&#8221;  The callback on the editbox will update either upon hitting enter *or* losing focus.  Clicking on a button is really just losing focus, and has nothing to do with clicking the button.</p>
<p>I think I understood your question, but if I am wrong, please let me know.</p>
<p>Doug</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://blogs.mathworks.com/videos/2008/04/08/widgetpalooza-12-widgets-coded-up-in-a-gui/#comment-1430</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Fri, 08 May 2009 15:37:16 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/videos/2008/04/08/widgetpalooza-12-widgets-coded-up-in-a-gui/#comment-1430</guid>
		<description>Can you explain further how you got the text to update on button clicks?  You update the &quot;handles.textstatus&quot; but above you say to change &quot;edit1_Callback&quot;.  I realize the &quot;edit1_Callback&quot; is the callback for the text window, but I am confused about the use of &quot;handles.textstatus&quot;.  I cannot figure out how the edit1 text window knows you have clicked a button and therefore updates.

Chris</description>
		<content:encoded><![CDATA[<p>Can you explain further how you got the text to update on button clicks?  You update the &#8220;handles.textstatus&#8221; but above you say to change &#8220;edit1_Callback&#8221;.  I realize the &#8220;edit1_Callback&#8221; is the callback for the text window, but I am confused about the use of &#8220;handles.textstatus&#8221;.  I cannot figure out how the edit1 text window knows you have clicked a button and therefore updates.</p>
<p>Chris</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug</title>
		<link>http://blogs.mathworks.com/videos/2008/04/08/widgetpalooza-12-widgets-coded-up-in-a-gui/#comment-916</link>
		<dc:creator>Doug</dc:creator>
		<pubDate>Wed, 17 Sep 2008 14:37:42 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/videos/2008/04/08/widgetpalooza-12-widgets-coded-up-in-a-gui/#comment-916</guid>
		<description>Fikri,

I am not sure I understand your question.  I think you might be better sending the simplified code and the question to support@mathworks.com

Thanks,
Doug</description>
		<content:encoded><![CDATA[<p>Fikri,</p>
<p>I am not sure I understand your question.  I think you might be better sending the simplified code and the question to <a href="mailto:support@mathworks.com">support@mathworks.com</a></p>
<p>Thanks,<br />
Doug</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fikri</title>
		<link>http://blogs.mathworks.com/videos/2008/04/08/widgetpalooza-12-widgets-coded-up-in-a-gui/#comment-917</link>
		<dc:creator>Fikri</dc:creator>
		<pubDate>Wed, 17 Sep 2008 06:38:30 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/videos/2008/04/08/widgetpalooza-12-widgets-coded-up-in-a-gui/#comment-917</guid>
		<description>I’m building a GUI, so far so good until I tried to make it object oriented. Say that my GUI is in a function called gui.m, and the essential function that is going to be used by gui.m are both dct.m and tmt.m, here lies the problem, both dct.m and tmt.m produces histograms, which uses panels inside gui.m for generating the histograms. How do I deal with the coding, since it will use a handle for the panel inside the gui.m (I don&#039;t use axes for those histograms).

What would you suggest me in this situation.

Regards,

Fikri</description>
		<content:encoded><![CDATA[<p>I’m building a GUI, so far so good until I tried to make it object oriented. Say that my GUI is in a function called gui.m, and the essential function that is going to be used by gui.m are both dct.m and tmt.m, here lies the problem, both dct.m and tmt.m produces histograms, which uses panels inside gui.m for generating the histograms. How do I deal with the coding, since it will use a handle for the panel inside the gui.m (I don&#8217;t use axes for those histograms).</p>
<p>What would you suggest me in this situation.</p>
<p>Regards,</p>
<p>Fikri</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug</title>
		<link>http://blogs.mathworks.com/videos/2008/04/08/widgetpalooza-12-widgets-coded-up-in-a-gui/#comment-920</link>
		<dc:creator>Doug</dc:creator>
		<pubDate>Fri, 18 Apr 2008 13:10:16 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/videos/2008/04/08/widgetpalooza-12-widgets-coded-up-in-a-gui/#comment-920</guid>
		<description>Muzaffar,

For two window GUIs, you will want to watch this video.

http://www.mathworks.com/matlabcentral/fileexchange/loadFile.do?objectId=8616&amp;objectType=FILE

Doug</description>
		<content:encoded><![CDATA[<p>Muzaffar,</p>
<p>For two window GUIs, you will want to watch this video.</p>
<p><a href="http://www.mathworks.com/matlabcentral/fileexchange/loadFile.do?objectId=8616&#038;objectType=FILE" rel="nofollow">http://www.mathworks.com/matlabcentral/fileexchange/loadFile.do?objectId=8616&#038;objectType=FILE</a></p>
<p>Doug</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug</title>
		<link>http://blogs.mathworks.com/videos/2008/04/08/widgetpalooza-12-widgets-coded-up-in-a-gui/#comment-919</link>
		<dc:creator>Doug</dc:creator>
		<pubDate>Fri, 18 Apr 2008 13:08:49 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/videos/2008/04/08/widgetpalooza-12-widgets-coded-up-in-a-gui/#comment-919</guid>
		<description>Something!

Oops.  Looks like it got lost in editing.  Just modify the

function edit1_Callback(hObject, eventdata, handles)

Doug</description>
		<content:encoded><![CDATA[<p>Something!</p>
<p>Oops.  Looks like it got lost in editing.  Just modify the</p>
<p>function edit1_Callback(hObject, eventdata, handles)</p>
<p>Doug</p>
]]></content:encoded>
	</item>
</channel>
</rss>

