Re: [android-developers] Indeterminate Progress Bar not animating

2013-10-23 Thread Bradley O'Hearne
On Oct 21, 2013, at 2:56 AM, Dusk Jockeys Android Apps wrote: > I had a similar issue before.. seems to do with Window display timing, I > couldn't work out. > > However, I found if I wrapped the ProgressBar in a Layout, and applied the > Hide/Show logic to the Layout instead, that worked fi

Re: [android-developers] Indeterminate Progress Bar not animating

2013-10-21 Thread Dusk Jockeys Android Apps
I had a similar issue before.. seems to do with Window display timing, I couldn't work out. However, I found if I wrapped the ProgressBar in a Layout, and applied the Hide/Show logic to the Layout instead, that worked fine, the progress bar was hidden and displayed when required. Worth a t

Re: [android-developers] Indeterminate Progress Bar not animating

2013-10-19 Thread Brad OHearne
On Friday, October 18, 2013 5:49:00 PM UTC-7, TreKing wrote: > > I tried it both in an Activity and in a Fragment, and both worked as > expected. > Well here's an interesting twist. I spent some time isolating the issue, and behavior did not change. But much more curious, is that my code as-is

Re: [android-developers] Indeterminate Progress Bar not animating

2013-10-18 Thread Siva Kumar
U need to use publish progress method On Oct 18, 2013 9:27 PM, "Bradley O'Hearne" wrote: > I have an indeterminate ProgressBar in an XML layout for a fragment. When > I display this fragment the first time, the ProgressBar visibility is set > to VISIBLE, and the activity circle spins until a loa

Re: [android-developers] Indeterminate Progress Bar not animating

2013-10-18 Thread TreKing
On Fri, Oct 18, 2013 at 4:28 PM, Bradley O'Hearne wrote: > Since you apparently have an example which works, would you mind posting > your code? Sorry, don't have it at this point, I just threw something together into an existing project and reverted after I posted. But it's not that complicate

Re: [android-developers] Indeterminate Progress Bar not animating

2013-10-18 Thread Bradley O'Hearne
On Oct 18, 2013, at 10:40 AM, TreKing wrote: > > On Fri, Oct 18, 2013 at 10:56 AM, Bradley O'Hearne > wrote: > So my question -- how can I get an indeterminate ProgressBar to spin when > hidden/displayed again after the first time? > > I tried a simple example of showing / hiding a progress

Re: [android-developers] Indeterminate Progress Bar not animating

2013-10-18 Thread TreKing
On Fri, Oct 18, 2013 at 10:56 AM, Bradley O'Hearne < br...@bighillsoftware.com> wrote: > So my question -- how can I get an indeterminate ProgressBar to spin when > hidden/displayed again after the first time? > I tried a simple example of showing / hiding a progress bar (on click of a button) an

[android-developers] Indeterminate Progress Bar not animating

2013-10-18 Thread Bradley O'Hearne
I have an indeterminate ProgressBar in an XML layout for a fragment. When I display this fragment the first time, the ProgressBar visibility is set to VISIBLE, and the activity circle spins until a loading operation is complete, at which time the ProgressBar visibility is set to INVISIBLE, and