Example #1
0
    // END : Footer Tab

    /*
     * EBD Event
     */
    public void OnCompleteDownload(string requestURL, string destPath)
    {
        browseView.RefreshFileList();
        if (currentDownloadURL == requestURL)
        {
            mobileUIView.EnableStartButton();
            mobileUIView.ChangeDownloadingFileName("No file downloading");
            mobileUIView.ChangeHeaderLabel("COMPLETE");
            mobileUIView.ChangeProgress(0.0f);
        }
    }