Futurescale, Inc. PureMVC Home

The PureMVC Framework Code at the Speed of Thought


Over 10 years of community discussion and knowledge are maintained here as a read-only archive.

New discussions should be taken up in issues on the appropriate projects at https://github.com/PureMVC

Show Posts

* | |

  Show Posts
Pages: [1]
1  PureMVC Manifold / Demos and Utils / Re: StartupManager - A PureMVC AS3 Utility on: April 04, 2008, 02:34:52
Hi Philip / Cliff

Any chance of getting a retryAttempts function added to return the retry count??
i.e Application mediator can listen for LOADING_FINISHING_INCOMPLETE and retry X times before aborting.

:
/**
* Return number of retry attempts
*/
public function get retryAttempts():uint
{
    return retryCount;
}


Regards
Bevan
Pages: [1]