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 7827019
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T09:40:33+00:00 2026-06-02T09:40:33+00:00

I have a mobile app that populates a list. This takes a couple of

  • 0

I have a mobile app that populates a list. This takes a couple of seconds so I am trying to display the busyindicator. I display the busy indicator when the view is activated and then when the list is complete I want to turn off the busy indicator.

My MXML for the busy indicator and the list declaration is like so:

<s:BusyIndicator id="BI"  visible="true" />

<s:List id="lst"  effectStart="lstStartHandler(event)"  effectEnd="lstFinishHandler(event)" fontSize="20" horizontalCenter="0" textAlign="right"  dataProvider="{dp}" useVirtualLayout="true" width="100%" height="100%" top="30" alternatingItemColors="[#66FFFF, #33CCCC]">

My event listeners are like so:

private function lstFinishHandler(event:EffectEvent):void {
            BI.visible = false
        }

        private function lstStartHandler(event:EffectEvent):void {
            BI.visible = true
        }

My busy indicator always stays on and never goes invisible. It appears the event functions do not execute.

Obviously I am doing something wrong but cannot figure it out. Any ideas would be appreciated.

cheers,

  • 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-06-02T09:40:48+00:00Added an answer on June 2, 2026 at 9:40 am

    The effectStart and effectEnd properties in MXML are to add event handlers when a Flex effect class is playing an effect on your component.

    If you are not triggering any effects on the List, then those event handlers are not going to be executed.

    You need to tell the busy indicator to go away by some other means:

    • dispatch your own event
    • use data binding
    • use view states and the currentState property
    • etc…

    You are already using data binding to set the dataProvider for the list, you could simply add another variable and bind to the visible property of the BusyIndicator:

    <s:BusyIndicator visible="{isServerResponseComplete}" />
    

    It feels wrong to add a bindable variable (`isServerResponseComplete’) just to do this, but it’s the simplest answer. Dispatching an event is probably a better approach, but it’s difficult to say exactly how you should do it w/out knowing how your app is structured.

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

Sidebar

Related Questions

I have a windows mobile app (mymobiler) that i am trying to install and
I have a windows mobile app that look like this: class Program { static
I have a jquery mobile app that has a page. This page has three
I have a mobile app that is using LinqToDatasets to update/insert into a SQL
I have a mobile app webservice client that connects to a WCF webservice(on my
I have to make a mobile app that calculates the real life size of
I have been working with a Windows Mobile 6 app that is built with
I have a Cordova app that runs the jQuery mobile framework and loads pages
I have a screen in my windows mobile app that I is intended for
I have a mobile app that requires user login, with user accounts stored on

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.