Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
4answers
2k views

How to set the activity indicator in the navigation bar?

I am new to iphone development.I want to set an activity indicator in the navigation bar.I see my activity indicator below the navigation bar.My code is here -(IBAction) gomethod : (id) sender { ...
4
votes
3answers
15k views

How implement a UIActivityIndicatorView when the UIWebView is Loading? (iPhone ObjC)

I want to know how to implement an activityIndicator in a WebView based app, I wrote the following code but the indicator does not appear. The webview load file locally, so it load very fast, but ...
3
votes
1answer
1k views

How to set an activity indicator on Custom button in iphone

I am new to iphone development. I want to set an activity indicator which is loaded on my custom button. please guide me.(Example: App store --> Search-->Show 25 more(on click)). Thanks.
2
votes
7answers
325 views

iPhone: When should the network activity indicator be used

I have just started including networking functionality into my apps. I know that you should use the network activity indicator when the user is actively waiting for something, but what about if it was ...
2
votes
2answers
406 views

Is it possible to change the color of Wicket's activity indicator?

Situation: I'm working with Wicket's IndicatingAjaxButton. I have the button set up on a page with black background. When the user pushes the button, the button's activity indicator goes off and spins ...
2
votes
1answer
336 views

jQuery global events and performance?

I was in search of a way to show a status indicator using jQuery and I found a solution in the jQuery Cookbook, it showed this solution (function($) { $(document).ready(function() { ...
2
votes
1answer
176 views

Replacing control with loading image on ajax call

I would like to replace drop down list (that has on change event that cause ajax update) control while ajax call is being executed with some loading image. Once ajax call is over I would like to ...
2
votes
1answer
3k views

activity indicator shold be displayed when navigating from UITableView1 to UITableView2

I am new to iphone development.I want to display an activity indicator when navigating form one UITableView1 to another UITableView2 and stops when the table is completely loaded.I am using xml ...
1
vote
3answers
335 views

(iphone) make singleton of custom activity indicator?

I'm trying to add my custom activity indicator to my app. Since there are many places I want to show the indicator, I thought maybe it's a good idea to make it singleton to access it easily. I ...
1
vote
3answers
363 views

Iphone - UIView not displayed

I have a strange problem with a UIView : I want to show an Activity Indicator View that I created with Interface Builder to indicate long running activity. In the viewDidLoad function of my ...
1
vote
1answer
270 views

How to implement activitity indicator for maps on clicking the alert view?

I am new to iphone development.I am creating a map application.I want to display the activity indicator rotating when i click ok for the alert view "Do you want to load the current location". Since ...
0
votes
0answers
37 views

Issue with Activity Indicator

I am trying to put an activity indicator on a web view to hide some data that is showing in the web view.How can i do this using a transparent view and an activity indicator on it.It is a login ...
0
votes
1answer
117 views

Able to touch the background of activity indicator

In my iphone application an activity indicator is shown at the time of webservice call. My problem is that i am able to touch the view on which the activity indicator is shown.My view has textfields ...
0
votes
1answer
82 views

Blackberry ActivityIndicator not seen during Http Connection

I have written the underlying code to display an activityindicator while a hhtp connection call is made. Unfortunately, the activity indicator does not appear on the screen till the http connection ...
0
votes
5answers
475 views

Show activity indicator animation when button pressed

I have a button called "Sync". When tapped / pressed it sends data to a webserver and retrieves the answer by the server (what takes a while and freezes the gui / button) so how do I add a "Please ...
0
votes
0answers
194 views

Loading Screen wheel with using Blackberry JAVA SDK 6.0 Activity Indicator UI element

In my project,I want to show a loading screen with a rolling wheel image(possibly with a .gif file) while my http connection occured. My code is below. It extends a class which extends MainScreen. I ...
0
votes
1answer
181 views

How to change it back from activity indicator to disclosure in UITableViewCell after pushViewController

How to change it back from activity indicator to disclosure ?? the problem is: When i didSelectRow, i made disclosure to activity indicator because it will load some picture for the next view ...
0
votes
1answer
611 views

Android Activity Indicator

I am programming for an Android application. while clicking a button, it calls a service to display the necessary contents. For calling the service and to parse the XML data present in that service it ...
0
votes
0answers
75 views

Cant stop the ActivityIndicaator Animating

I need some help please, the following code works fine for a basic site like http://m.smh.com.au/ but when you try to use a big site like http ://www.smh.com.au/. The activity indicator does not stop, ...
0
votes
1answer
764 views

Google Maps Api V3: Overlay ImageMap with loading indicators

I have an ImageMap overlay like the following: var options = { getTileUrl: function(coord, zoom) { return myUrl+"?x=" + coord.x + "&y=" + coord.y + "&z=" + zoom; }, ...
0
votes
0answers
71 views

SOS - activityIndicator is stopped, but my webView content is not completely show

I'm getting a problem, so i would ask your help. I created an webViewBased application. I'm using an activityIndicator, it's animation begin at: webViewDidStartLoad, and finish at ...
0
votes
0answers
477 views

Using network activity indicator while browsing in webview

I have a button that load a link into a webview. While those links are loading, the networkActivityIndicator is animated until the site completely loads. But once a link is loaded, and I try to browse ...
0
votes
1answer
464 views

Activity indicator as one table view loads another

I've been trying for about a day to get a table cell to display an activity indicator while it loads a new view. Upon didSelectRowAtIndexPath I'd like to display the indicator while the following ...
0
votes
1answer
77 views

is there an API for the displaying of an activity indicator followed by a checkmark, as in Apple's wallpaper loading screen?

http://www.angrypuppetsoftware.com/imagehost/photo3.png http://www.angrypuppetsoftware.com/imagehost/photo2.png When you set a wallpaper on the iPhone, it shows some sort of activity indicator, ...
0
votes
1answer
1k views

Hide ActivityIndicator and display Title in NavigationBar

i display an activityindicator like CGRect frame = CGRectMake(0.0, 0.0, 25.0, 25.0); loading = [[UIActivityIndicatorView alloc] initWithFrame:frame]; [loading startAnimating]; [loading ...
0
votes
3answers
539 views

activty indicator not displayed untill full page is loaded

I am new to iphone development.I want my activity indicator to be displayed until the full web page is loaded.Please help me out with some sample programs or blogs.Thanks webView = [[UIWebView ...
0
votes
2answers
311 views

View showed delay

My viewDidAppear methods is in below. My view has a activieIndicator that is animating and a imageView. In viewDidAppear I load an image from my server which will be used as an image of the above ...
0
votes
2answers
1k views

How to display UIActivityIndicator in the center of the NavigationBar?

i want to display my Activity Indicator in the center of the Navigation Bar. At the Moment its on the rightBarButtonItem. How can this be done? Thanks for help!
0
votes
1answer
1k views

iphone - UIActivityIndicatorView doesnt stop animating

I have a UIActivityIndicatorView that displays with a message to indicate to the user that the next view is loading when the user switches views or is directed to another view on say a button click. I ...