Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6810197
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T20:10:38+00:00 2026-05-26T20:10:38+00:00

I have the same problem as stated in this question , and the question

  • 0

I have the same problem as stated in this question, and the question is answered and the answer seems also to (theoretically) work in my problem. But I can’t figure out how to implement the answer provided.

It suggest that when loading multiple images I batch them and just do a few and then use the dispatcher to start working on the next few.

I tried to write a function called LoadNextFive(int startIndex) and in the end of the function it just called itself like this: this.Dispatcher.BeginInvoke(() => { LoadNextFive(startIndex + 5); }); but it just didn’t seem to work. Am I using the dispatcher wrong or am I implementing the answer wrong?

–EDIT–
I currently tried to just load 1 image at the time.

public void LoadNextImage()
{
    if(m_enumerator.MoveNext())
    {
        if (!m_bitmapSources.ContainsKey(m_enumerator.Current))
        {
            ZipEntry imageEntry = m_zip.GetEntry(m_enumerator.Current);
            using (Stream imageStream = m_zip.GetInputStream(imageEntry))
            {
                BitmapImage source = new BitmapImage();
                source.SetSource(imageStream);

                m_bitmapSources.Add(m_enumerator.Current, source);
            }

            m_dispatcher.BeginInvoke(() => LoadingTemplate.ChangeText(this, "")); //change loadingtext (provides % in future) and it calls this function again
        }
        else
        {
            m_dispatcher.BeginInvoke(() => LoadNextImage());
        }
    }else{
        //starts after every image is done loading
        LoadPages(); 
        LoadMonths();

        OnLoadComplete(new EventArgs());
    }
}
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T20:10:38+00:00Added an answer on May 26, 2026 at 8:10 pm

    It seemed that when I rewrote my code I forgot a part to rewrite. Hence still the bug. The code above works fine. So my question is now obsolete.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have the same problem as stated in this question , but the accepted
I have basically the same problem outlined in this question, however I am using
I have the same problem as the user in this question , which is
I have the same question problem as described here How to purge a cached
I actually have two questions regarding the same problem but I think it is
This is pretty much the same problem i have, except with very different code:
I know this question has been asked many times, but my problem is a
I'm asking this question because I finally solved a problem that I have been
I have read this question and found its answer to be useful to check
I have the same problem as described in the posts listed below. That is,

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.