<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/162098</link>
    <title>MATLAB Central Newsreader - How to pause execution and continue from paused location?</title>
    <description>Feed for thread: How to pause execution and continue from paused location?</description>
    <language>en-us</language>
    <copyright>&amp;copy;1994-2008 by The 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>The MathWorks</title>
      <url>http://www.mathworks.com/images/membrane_icon.gif</url>
    </image>
    <item>
      <pubDate>Wed, 16 Jan 2008 10:35:04 -0500</pubDate>
      <title>How to pause execution and continue from paused location?</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/162098#409601</link>
      <author>Denis Siponen</author>
      <description>I'm trying to implement pause feature to my GUI. My&lt;br&gt;
objective is: When I click button with mouse, function&lt;br&gt;
associated to that button will execute. When I click that&lt;br&gt;
button again with my mouse and previous execution is&lt;br&gt;
unfinished, prorgam will pause. When I click my button&lt;br&gt;
again, it will continue execution from the point I halted it&lt;br&gt;
when I paused program.&lt;br&gt;
&lt;br&gt;
Any ideas?&lt;br&gt;
</description>
    </item>
    <item>
      <pubDate>Wed, 16 Jan 2008 11:21:02 -0500</pubDate>
      <title>Re: How to pause execution and continue from paused location?</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/162098#409610</link>
      <author>Vihang Patil</author>
      <description>"Denis Siponen" &amp;lt;nobody@nobody.com&amp;gt; wrote in message &lt;br&gt;
&amp;lt;fmkmko$1sm$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; I'm trying to implement pause feature to my GUI. My&lt;br&gt;
&amp;gt; objective is: When I click button with mouse, function&lt;br&gt;
&amp;gt; associated to that button will execute. When I click that&lt;br&gt;
&amp;gt; button again with my mouse and previous execution is&lt;br&gt;
&amp;gt; unfinished, prorgam will pause. When I click my button&lt;br&gt;
&amp;gt; again, it will continue execution from the point I &lt;br&gt;
halted it&lt;br&gt;
&amp;gt; when I paused program.&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Any ideas?&lt;br&gt;
&lt;br&gt;
Hello&lt;br&gt;
Probable workaround suggested, would be to make "enable" &lt;br&gt;
property of the pushbutton to be "off" till your functions &lt;br&gt;
are executing. As soon as the functions are executed you &lt;br&gt;
can turn the "enable" property to "on" again..&lt;br&gt;
HTH&lt;br&gt;
Vihang&lt;br&gt;
</description>
    </item>
  </channel>
</rss>
