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

  • SEARCH
  • Home
  • 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 7624451
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T04:58:06+00:00 2026-05-31T04:58:06+00:00

I am doing time-consuming operations are executed on the Main Thread on WP7. Normally

  • 0

I am doing time-consuming operations are executed on the Main Thread on WP7. Normally this case the user interface can stop responding to user input & it won’t update bindings.
So that I have used backgroundWorker for Update UI. Its update UI. In my project, user control have gif animated image for loading condition. In this case the animated image not playing. It look like normal .jpg or png Image. But it have animation. Normaly playing in my project with different condition.

        var bw = new BackgroundWorker();
         bw.WorkerReportsProgress = true;
         bw.DoWork += (s, a) =>
         {                
             Dispatch(ImageFill);                
         };

         bw.RunWorkerCompleted += (s, a) =>
         {
            PopOpen = false;
         };
         PopOpen = true;
         bw.RunWorkerAsync();     

   //dispatch function
    private void Dispatch(object ImageFill)
    {
        PersistentData.AppDispatcher.BeginInvoke(() =>
        {                   
            Point p1 = new Point();
            Image imgDraw = new Image();
            ............ //functionality 
        } 
    }

I don't know how to handle that. Pls anyone known help me. 
  • 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-31T04:58:08+00:00Added an answer on May 31, 2026 at 4:58 am

    Actually Wp7 doesn’t support the GIF format image.

    For Animation in Wp7 you can refer this link(spl for splash screen).

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

Sidebar

Related Questions

What this part is doing? Especially why its time consuming, if I dont have
This is my first time doing VB :-) I've inherited a web site, which
This is my first time doing this sort of project so apologies if the
I am facing a really tough time doing this. I haven't done much on
I've been doing this all the time: result = subprocess.call(['copy', '123*.xml', 'out_folder\\.', '/y']) if
The trivial task became really time consuming for me. I am doing really basic
I have spent lot of time doing research on VIM. I am Windows guy
I've been spending some time doing JavaCC parser generation for assignments at University and
I'm in a project where it's pretty much my first time doing all the
I have some unsolved issue with threads. It's my first time doing it. I

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.