Questions tagged [dismiss]

For questions related to calling the "dismiss" method in a button click listener.

By calling this method in a button click listener, the user can close a dialog and continue using the application.

633 questions
0
votes
3 answers

dismiss() method of Progress dialog is not working

May be same question is encountered to you before, I am sorry for that but I really need to ask this.I am trying to show Progress dialog and then dismissing it But I am not able to do it. I have searched a lot and tried many ways but cant really get…
nadeem gc
  • 484
  • 1
  • 8
  • 22
0
votes
1 answer

iOS call void in parentViewController from MPMoviePlayerViewController when dismissed

How can I call a custom -(void) in the parentViewController of a MPMoviePlayerViewCotroller when is is dismissed?
0
votes
1 answer

ios - keep track of views with dismiss(modal)View

I am trying to have a number (UILabel) to be send to another UIViewController. Now I am able to go one way, but I also need to bring the result back to the initial Controller when I return to that. On top of that I am trying to do this with 4…
jwknz
  • 6,598
  • 16
  • 72
  • 115
0
votes
2 answers

Back button not working on navigation controller

I am having a strange problem that I don't understand, and therefore don't know where to start debugging. FIRSTLY, THE REQUIREMENT I have a UISplitView. The Master view contains a table which loads different views into the Detail view. For one…
Typhoon101
  • 2,063
  • 8
  • 32
  • 49
0
votes
1 answer

Disabling Android keyguard from a service

I want to implement a service that disables the keyguard when connected to a certain WiFi network, and restores the keyguard when disconnected. On my Galaxy Nexus (CM10) and HTC Desire (MIUI), I've tried the following solutions, but none have worked…
black
  • 781
  • 1
  • 7
  • 22
0
votes
1 answer

[PointInfoController endAppearanceTransition]: message sent to deallocated instance 0x74d5e90

I need a little help here, I've loaded a view by modal and basically I'm now trying to dismiss this view now but it keep crashing after the view goes. It says * -[PointInfoController endAppearanceTransition]: message sent to deallocated instance…
0
votes
1 answer

User credential dialog does not dismiss, but is waiting for other service

I have a problem with a dialog where the user can enter password and username. This dialog does not dismiss once the user hat entered the data and clicks OK. Here is the dialog: private void askUserCredentials(String pWarning) { // starting…
user929995
  • 71
  • 1
  • 5
0
votes
1 answer

Flash AS3 KeyboardEvent not firing

I have a class like this: public class GameOverScreen extends MovieClip { public function GameOverScreen(useMouseControl:Boolean) { if(useMouseControl){ Mouse.show(); …
Ferenc Dajka
  • 1,052
  • 3
  • 17
  • 45
0
votes
3 answers

How can I dismissPopover from the other view?

I have a problem like this: I have a root view which has a UIPopoverController and a button, when I click on that button, it present a tableView. My app display OK but now when I click in any row, the UIPopoverController still display and I want it…
o0oKodako0o
  • 177
  • 3
  • 9
0
votes
1 answer

How to dismiss parent view from View Controller in Tab Bar Controller?

My app have a main screen (mainView). On mainView, I have a button. When user taps it, I use [self presentViewController:libraryView animated:YES completion:nil] to present another view (libraryView). Then, on libraryView, I use [self.view…
Phuong Nguyen
  • 147
  • 1
  • 5
  • 13
0
votes
1 answer

dismiss ModalView Controller with UINavigation

hey guys in my app there's a parentViewController and a modalViewController. i managed to display and dismiss the modal view using storyboard and class methods. but what i need is after dismissing the modal view, parent view should push to another…
0
votes
2 answers

dismissModalViewController issue in iOs

I have three view controllers, say A, B and C. I am navigating through this views like follows; A -presenting-> B -presenting-> C -presenting-> B And from B, if I dismiss I want to navigate to C. But instead of that, now it is moving to A. I can't…
0
votes
1 answer

Add A UIButton In A PopOverController - Xcode

I have an app which has a toolbar at the bottom with one of the options as Upload. On clicking on it, a PopOverController occurs which displays the list of photos to choose from. After choosing a photo, I want to display a view (inside the…
kamalbhai
  • 510
  • 2
  • 10
  • 23
0
votes
1 answer

Dismiss Modalview after imagePickerController:didFinishPickingMediaWithInfo:

I have a ViewController (VC1) that opens another ViewController (VC2) modally that is embedded in a NavigationController (NavC1). VC2 is used as a source selection view for the user to select different sources, such as the built-in photo library.…
Chris
  • 3,057
  • 5
  • 37
  • 63
0
votes
1 answer

ViewControllers, presenting and dismissing the right one

This problem is a little hard to explain. I'll do my best, hoping to make myself clear. I've got 3 view controllers, let's call them 'View1', 'View2' and 'View3'. On the top of their views, there are 3 buttons with the same names. Each button…
Aleph72
  • 877
  • 1
  • 13
  • 40