The tag has no wiki summary.

learn more… | top users | synonyms

-1
votes
0answers
17 views

Area behind twitter bootstrap modal windows gets invalidated after dismiss

I'm facing a weird issue when using twitter bootstrap modal windows. Everything works ok when the size of the browser is desktop, the problem appears when the size of the browser is phone. Of course, ...
0
votes
0answers
17 views

Dismiss PopupMenu with remote control android

I'm programming on an Android Set-Top-Box, so I also have to implement onKey Events for the delivered remote control. My Problem is, that I'm creating a new PopupMenu and then want to dismiss it by ...
0
votes
0answers
47 views

How to use UIImagePicker in Navigation Controller?

I want to use UIImagePicker in ViewController Of Navigation Controller. Camera & Photo Library. It works but dismissal from presentation of UIImagePicker is not working. It always gets dismissed ...
0
votes
0answers
12 views

How to dismissHeadingCalibrationDisplay on dismissModalViewController?

I am using - (BOOL)locationManagerShouldDisplayHeadingCalibration:(CLLocationManager *)manager { return YES; } It pops up as it should but remains even after dismissModalViewController or when ...
0
votes
1answer
44 views

How do I forward data to a protocol before dismissing a view manually?

I want to dismiss a view controller manually using dismissViewController:animated. The problem is I want to save a value before I dismiss the view, otherwise it becomes null and I get no data in my ...
0
votes
1answer
32 views

Issue with dismissing UITextField in custom UITableViewCell

I've a custom cell I implement in table view. Inside the cell I've a text field (set to number pad keyboard). Inside the table view I've 12 cells. I can dusmiss the keyboard with touchesBegan ...
-1
votes
3answers
61 views

How to check for network failure during Asynctask process in progress and dismiss the dialog? [closed]

I would like to check for network failure during Ayntask takes place in process & I would like to know how dismiss it due the network failure.Kindly provide me with an example or a snippet.Thanks ...
0
votes
0answers
16 views

How to dissmiss a popup view that shows using popOver method?

I'm presenting a popup menu like this [self.popoverSettingsforWidget presentPopoverFromBarButtonItem:sender permittedArrowDirections:UIPopoverArrowDirectionAny animated:YES]; How can i dismiss this ...
0
votes
0answers
50 views

MFMessageComposeViewController dismisses but goes back to root view controller

The app I am developing is made by a tab bar controller with different sections. One of these sections (lets call it ProblemViewController), is a Nav Controller. After a couple of pushed "scenes", ...
0
votes
1answer
49 views

UIPopoverControllerDelegate delegate methods not being called

I have a screen with a button. Clicking the button will display a popover with two buttons. I want to be able to use the following method when the popover is dismissed: #pragma mark - ...
0
votes
0answers
47 views

Unable to dismiss ZBarReaderViewController in imagePickerController didFinishPickingMediaWithInfo

Hi I'm developing a QR code reader app and having so much trouble when dismissing the ZBarReaderViewController. I have a view controller with a button which creates the reader and presents it. - ...
0
votes
2answers
115 views

Popover controller not dismiss when click on other bar button but dismiss when click other button(or outside popover)

I show a popover using - "presentPopoverFromBarButtonItem" - after that the popover will not dismiss when I click on the other bar button item in right navigation bar buttons. But dismiss the ...
0
votes
0answers
34 views

Avoiding dismissing my dialog when the neutral button is pressed [duplicate]

In the onCreateDialog() method of my custom dialog, i set, using the builder, the positive, cancel and neutral button listeners. I want to use the neutral button to reset the dialog interface ...
0
votes
0answers
40 views

dialogfragment dismiss issue

Those are the working classes: public class ClassA extends FragmentActivity { public static MyDialogFragment dialogFragment; ... protected boolean save() { ...
0
votes
1answer
41 views

how keep keyboard after a dialog dismiss when ok button pressed ? in android

Keypad is showing in the screen . and show dialog . when I clicked OK Button in dialog, keypad is hide. public void setButton(~) { dialog.dismiss(); } I think dismiss() is include a problem. ...
0
votes
1answer
101 views

can't dismiss ProgressDialog (using BroadcastReceiver)

my problem is: I want my application to block buttons or whole activity when there is no internet connection and unblock them when internet connection is back. I'm using BroadcastReceiver to check ...
0
votes
3answers
180 views

How to disable keyboard appearing when hitting on a text field , iOS?

I have a text field , and i need when the user presses it to show a custom picker. The picker is shown fine , but the problem is that the keyboard appears on the bottom and i dont want that. This is ...
1
vote
2answers
71 views

Know that a ViewController appears because of a Dismissal (not segue)

I'm trying to figure out how to grab a class that just dismissed itself, inside my rootViewController. I have several options to dismiss back to my rootViewController and I need to know if it came ...
0
votes
3answers
222 views

Can not dismiss keyboard iOS. Nothing works

I'm new in iOS Development for iPhone. I can not dismiss keyboard, nothing works. Please help me, maybe I didn't notice anything? My .h file: #import "UIKit/UIKit.h" @interface ViewController : ...
0
votes
1answer
47 views

Error while dismissing a dialog in Android

When I press Cancel (Vazgeç) button in a dialog, it disappear. But when I press it again, an error occurs. I think I couldn't dismiss the dialog. Here is my code: sifrePencere.setTitle("Çıkış"); ...
0
votes
2answers
77 views

How to dismiss AlertDialog in android

I created AlertDialog that contains 4 buttons OptionDialog = new AlertDialog.Builder(this); OptionDialog.setTitle("Options"); LayoutInflater li = (LayoutInflater) ...
0
votes
1answer
731 views

“Are you sure you want to leave this page?” functions for cancel and OK

i'm trying to do something similar to some websites where you leave and it'll display a popup saying "Are you sure you want to leave this page" and with two options saying "Cancel" and "OK". How ...
0
votes
0answers
21 views

my view appears bellow the status bar

my application should have the status bar visible. Every thing was going as expected until i used Gigya's open source library. I have traced what was happening in the open source code.and found that ...
1
vote
1answer
82 views

Android Keyboard Dismissal

I have several EditText objects in an app I'm working on, and need to learn how to dismiss the keyboard when the user is done entering text, so that buttons being blocked by the keyboard on the screen ...
0
votes
2answers
334 views

IOS Keyboard dismissing when grouped table view is used

iPhone App : i have a screen with 3 textfields to enter name, email and location. i have used grouped table view with 2 sections. in tat first section has three cells.. each cell has a label n a ...
0
votes
2answers
311 views

iPad dismiss popover with button within the popover itself

I have a button in my popover controller. I want to use it to dismiss the popover, so I am trying to access a method (dismissPopover) of the presenting view controller (the "root" view controller). ...
1
vote
1answer
160 views

Popover not dismissing after didSelectRow segues to another view

I am in Xcode 4.5, with an iOS6 target. Preamble: I have a libraryView (presenting view controller), with a popover containing a search. After the presentation of the search results, tapping a row ...
0
votes
1answer
143 views

Interface Builder: Dismiss Modal View Controller Without Code

Is it possible to dismiss a Modal View Controller (e.g. Page Curl) just in Interface Builder? My current approach always was to create a new ViewController subclass with an IBAction ...
0
votes
0answers
43 views

Master-Detail menu button disappears on dismissmodalviewcontroller.

I have a master-detail application with the menu button in the top corner that shows the menu options for the app. In one of the detail views, I have a button that displays a modal view through a ...
0
votes
2answers
108 views

After sending an in App email with photo attachment the Email window won't dismiss even when I hit send or cancel

I'm in a bit of trouble, I've spent half a day working onto this issue I have with no major results after all deprecations in iOS6 and other issues. This iOS app, has a send email option when after ...
1
vote
1answer
208 views

tried dismiss keyboard in textfield using custom cell view in iphone?

i have tried some codes but did't working textfield return keyboardplease anyone help out. i have tried some link also: How to make a UITextField in a table cell become first responder?
0
votes
2answers
95 views

Automatic dialog dismiss in Android

I a'm creating an Android application in which I'm managing some remainders. I want that when a certain event occur the dialog is show, And this is not a problem from me. But I want that if the user ...
0
votes
1answer
276 views

iOS “Done” button to dismiss modal or to complete Edit?

In iOS, I have some modal scenes that dismiss with a "Done" button in a toolbar. But one of those modal scenes includes an editable UITableView. So I also have a standard Edit button (in a NavBar). ...
2
votes
1answer
1k views

Alert dismissing using Twitter Bootstrap is not working?

I'm using Google Chrome. Using Twitter Bootstrap, I want to add a simple alert, unfortunately the alert is not dismissing when the x is pressed! Here's my code based on alert documentation: ...
0
votes
3answers
236 views

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 ...
3
votes
0answers
204 views

How to dismiss popover before orientation change on iOS 6?

Does anybody has an idea about how could I dismiss a popover before orientation change on iOS 6. I've tried the following: - ...
3
votes
2answers
314 views

How to Cancel a ProgressDialog without call Dismiss?

The cancel's Toast and the dismiss's Toast appears when I press the Cancel Button. How can I solve this?. Thanks. EDIT : I need a Toast when push the Cancel Button, and I need another different Toast ...
0
votes
1answer
66 views

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
1answer
117 views

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. ...
0
votes
2answers
346 views

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 ...
0
votes
0answers
350 views

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 ...
-1
votes
2answers
332 views

Disable force close pop up android

I want to handle HttpHostConnectException when user tries to send some data without internet connection. I do it like this in my RestClient class where I connect to the server: catch ...
0
votes
1answer
728 views

ios segue dismiss partial curl - what is called when touching the curl to dismiss?

I'm using storyboards in iOS 6, and using a modal segue with partial curl. Everything is working fine, and from buttons in the modal view I can communicate back to the delegate and dismiss the modal ...
0
votes
0answers
134 views

Xcode - used MPMovieControlStyleNone but without a “Done” button video will not dismiss

I have a video I want to display sort of as a transition between two View Controllers, and I used MPMovieControlStyleNone to get rid of the seconds at the top, pause button, Done button etc, but now ...
0
votes
1answer
144 views

[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 ...
0
votes
2answers
699 views

How to dismiss a view controller in a popover after touching a button that accepts a choice

In my current project, targeted for iOS 5.0 and up, I want to show a view with some buttons that let the user choose a layout for what is currently being drawn on the screen. On iPhone & iPod ...
1
vote
1answer
480 views

how to detect if actionmode already present

I have several widgets in a view, each needing its own ActionMode. I see that the ActionMode does not dismiss automatically when the user taps outside the action bar. Thus, it is easily possible for ...
-1
votes
1answer
277 views

Android notification dismissed callback?

my app searches for new articles and sends a notification like "5 new articles". However when i send another one, i want to have it update the text to lets say there were 3 new so something like "8 ...
1
vote
1answer
68 views

Dismissing ViewControllers in succession when Reachability changes

I am coding a game where the user can only play if there is an active internet connection. I want to dismiss all ViewControllers and get back to the login screen if the internet status changes. Here's ...
1
vote
1answer
133 views

How to dismiss alertview in delegate function - (void)alertView:(UIAlertView *)alertView clickedButtonAtIndex:(NSInteger)buttonIndex

In my app, I need to dismiss the alertview when user click the button in alertview. I tried [alertView dismissWithClickedButtonIndex:-1 animated:NO];in my app, but it doesn't work.

1 2 3 4 5