[CLOSED] TaskMgr fails to stop the tasks

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1

    [CLOSED] TaskMgr fails to stop the tasks

    Hi,

    Please refer to the example at https://examples1.ext.net/#/TaskManager/Basic/Overview/.
    The Ext.TaskMgr.stopAll(); statement fails to stop the tasks on the page if called from within the btnStopAll click handler:

    <ext:Button ID="btnStopAll" runat="server" Text="Stop All Tasks" Icon="ControlStopBlue">
           <Listeners>
                  <Click Handler="this.disable(); /*#{TaskManager1}.stopAll();*/ Ext.TaskMgr.stopAll(); #{btnStartAll}.enable();" />
           </Listeners>
    </ext:Button>
    Last edited by fabricio.murta; Apr 22, 2016 at 2:13 PM. Reason: [CLOSED]

Similar Threads

  1. [CLOSED] Simple Tasks - example explaination
    By echodev in forum 2.x Legacy Premium Help
    Replies: 6
    Last Post: Feb 15, 2013, 4:10 AM
  2. [CLOSED] Simple Tasks sample not working
    By bogc in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: May 31, 2012, 12:40 PM
  3. [CLOSED] Tasks stop running after store.save() is called
    By peter.campbell in forum 1.x Legacy Premium Help
    Replies: 7
    Last Post: Oct 11, 2011, 9:06 AM
  4. [CLOSED] Reminder in Simple Tasks
    By speedstepmem3 in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Jul 15, 2011, 10:42 AM
  5. Page Async Tasks
    By anand in forum 1.x Help
    Replies: 2
    Last Post: Jun 05, 2009, 2:28 PM

Tags for this Thread

Posting Permissions