The cancel-button tag has no wiki summary.
0
votes
0answers
26 views
On iPad only, iOS appears to ignore - [searchBar sizeToFit]
UITableView, UISearchBar, UISearchDisplayController, iOS, Universal App,ScopeBar Xcode 4.6.2
The Universal app has a UITableView with a UISearchBar with ScopeBar in the header location.
Everything ...
0
votes
1answer
118 views
Smart card token authentication - Cancel button returns the blank page
The apache SSL is configured to challenge the web page user (based on the particular URL) for Smartcard token (Provider : Safenet) authentication. Here is the portion of the configuration
...
0
votes
4answers
97 views
$find().click not working
I've got multiple cancel controls for my modalpopup, but only btnCancel is working, the $find().click isn't working, I'm receiving "Error: Unable to get value of the property 'click': object is null ...
-1
votes
2answers
112 views
In C# Windows Forms, does setting a form's CancelButton property to a button automatically close the form on the button click event?
Or by setting the CancelButton property of the form, we just ensure that the button gets enabled on pressing Esc key on the form, but the click event needs to be handled by writing a separate event ...
0
votes
1answer
135 views
Cancel button doesn't close login popup in W8 Facebook C# SDK 6.1.2
I'm developing a Windows Store App using Facebook C# SDK 6.1.2 (https://github.com/facebook-csharp-sdk/facebook-windows8-sample).
But, I have a problem: after opened login popup, if user click on ...
1
vote
1answer
162 views
bootstrapper application rollback
I am trying to create a Wix burn bootstrapper that installs my msi. The bootstrapper exe is working fine but the only issue is that whenever I try to cancel the installation in midway the custom ...
0
votes
0answers
95 views
uisearchcontroller & cancel button
I have an application with a UITabBarController that have some UINavigationController, two of this have a tableview with UISearchController.
The search function work perfectly, but if I change view ...
0
votes
0answers
49 views
Why does my search bar cancel button crash and not reload the original array when tapped?
Basically I want this search bar to work, so it filters out the tableview to display filteredList, but when I hit cancel, to display the original array 'list', how do I do this?
...
1
vote
0answers
220 views
android open activity in popup with close image in top corner…?
May be possible that this question is already asked and answered.
But my situation is something different
I know how to open an activity like dialog(in menifest set Theme:dialog in android:theme)
Now ...
0
votes
0answers
137 views
Accept Button and Cancel Button in a Panel in Windows Forms .NET
I am working in Windows Forms. I have a Form which has two panels.
Both panels have OK and Cancel buttons. I want them to behave as Accept and Cancel button (Similar to Form's AcceptButton and ...
7
votes
6answers
557 views
MFMailComposeViewController's Cancel Button (action sheet possibly) freezes the view
I've seen several questions before such as this but for the lack of an accepted answer as well as having implemented everything as needed I still continue to face the issue as follows:
I display the ...
4
votes
1answer
188 views
Cancel Button Functionality in C# and XAML
I am trying to hash out the functionality of a cancel button for a WPF App. Currently there are 2 functions I am focusing on:
private void AnalysisClick(object sender, RoutedEventArgs e)
{
...
2
votes
2answers
150 views
wxLua - How do I implement a Cancel button?
I have a wxLua Gui app that has a "Run" button. Depending on selected options, Run can take a long time, so I would like to implement a "Cancel" button/feature. But it looks like everything in wxLua ...
2
votes
2answers
496 views
How to cancel alarm in android?
I'm working on an app where I create events and set alarm for the events. I need to know how to cancel alarm. I'm having trouble with it. Anyone can help me please, thanks.
UPDATE
Posted the code, ...
1
vote
1answer
161 views
MonoTouch integrate facebook cancel button invisble
I am developing an iOS app with MonoTouch, i have integrated Facebook sdk in this app, but the cancel button on the facebook screen is invisible.
I saw this solution here Facebook cancel button is ...
-1
votes
1answer
644 views
Javascript prompt box with only OK button
Is it possible to customize a javascript prompt box to have only OK button? In my PhoneGap app I need a box just like normal javascript alert that has only he option to click OK, but it should also ...
4
votes
3answers
4k views
iOS - Customizing Cancel button of UISearchBar
In my iOS5 iPhone application, i'm setting the tint color of search bar using following code:
searchBar.tintColor = UIColorMake(@"#EFEFEF");
RGB value of #efefef is (239,239,239)
Its working fine. ...
2
votes
2answers
220 views
Stateful Winform and Cancel Buttons
With the prevelence of the "OK" and "Cancel" buttons at the bottom of forms/dialogs, it is odd to me that I can't seem to find a "standard" way to save control state.
For instance, I have a checked ...
0
votes
2answers
253 views
how to create Phonegap cancel button in phonegap .exec alert box?
How to create the cancel and ok button in phonegap using PhoneGap.exec(null, null, "Notification", "activityStart", ["Downloading file","Please wait..."]);
1
vote
4answers
837 views
How to add Cancel button between two other buttons (stacked) in UIAlertView (iOS)
I am trying to create a UIAlertView with three buttons (which will be stacked). I would like the Cancel button to be in the middle, between the two other buttons. I have tried setting the ...
9
votes
4answers
4k views
How to enable cancel button with UISearchBar?
In the contacts app on the iPhone if you enter a search term, then tap the "Search" button, the keyboard is hidden, BUT the cancel button is still enabled. In my app the cancel button gets disabled ...
2
votes
1answer
527 views
Rails - Conditional :disable_with on submit button for form
I have two buttons for my form - a Save changes button and a Cancel button. The Save changes button has the a disable_with: 'Saving...' attribute. Because both buttons are submit buttons, the ...
0
votes
3answers
1k views
UISearchBar cancel button Xcode 4.3?
How do I get the cancel button to only appear when the user starts entering text into the UISearchBar?
I tried this
- (void)searchBarTextDidBeginEditing:(UISearchBar *)aSearchBar {
...
1
vote
1answer
201 views
When using a SearchBarDisplay, how to change name of the cancel button
When setting a SearchBarDisplay, using IB or programmatically it gets a Cancel button right to the search window. The text on the button says "Cancel". How do I change text to another language.
I know ...
0
votes
4answers
2k views
Windows Form Cancel Button Not Working
I have a Visual Studio, Visual Basic form that includes an OK button and a Cancel button.
What I want to do is have the OK button save the options that the user chooses and of course the Cancel ...
1
vote
0answers
87 views
additional button on uisearchbar
I would like to add another button next to the cancel button on the uisearchbar. This button appears just like the cancel button only when the user clicks on the searchbar. What method would be best ...
2
votes
2answers
836 views
How to keep scopebar even after pressed Cancel button?
I have a UITableView with a searchbar on the top. I used UISearchDisplayController for implementing the same. And also it has a scope bar with two buttons. In default when I launch the app, the scope ...
0
votes
2answers
300 views
To provide confirmation message in web page only if any change is done on the page
I want to show a confirmation message on click of cancel button and then redirect to another page. But the confirmation message should come only if any change has been done on the page.
Please can ...
0
votes
2answers
126 views
Selector for Cancel button works differently from other buttons' selectors
I have a panel xib which is owned by class FooController. FooController also has outlets to the
panel’s Cancel and Proceed buttons.
I later decided to recycle this panel for use by the application ...
4
votes
2answers
1k views
Passing argument into backgroundWorker (for use as a Cancel button)
I'm new to C# and object-oriented programming in general. I've been trying to implement a "Cancel" button into my GUI so that the user can stop it mid-process.
I read this question: How to implement ...
0
votes
1answer
102 views
How do i easily find the Accept button and the cancel button on a WPF View
I have my PRISM application set up on a MVP pattern and we display modal windows through custom RegionManager. The problem i face right now is when the users close the Modal Window using an Alt+F4! ...
0
votes
1answer
61 views
ShowStandardCancelButton takes me to homepage insted of previous page
As the topic mentions, I want to create a cancel button that takes me to the previous page. I am using the standard cancel button. I want a cancel button which only takes me one step back, to my ...
5
votes
3answers
3k views
How to implement a Stop/Cancel button?
I have a method processData() that takes a large amount of data and does some work on it. There's a start button that initiates the processing. I need a cancel button that stops the processing ...
0
votes
2answers
573 views
how to stop the program when press cancel button at the progress bar c#
I am trying to make a progress bar form load and while loading, if I press the cancel button the whole application will stop whatever it is doing.
Below is my code calling the progress bar form. I ...
1
vote
1answer
3k views
UIAlertView without Cancel Button?
I am trying to create a UIAlertView that has 3 options and no "cancel" button, but when I do this, it always styles "Button 3" as a cancel button. Is there any way to avoid this?
UIAlertView ...
6
votes
1answer
2k views
ios UIActionSheet cancel button doesn't work right
I have this problem:
here is my code:
UIActionSheet *popupQuery = [[UIActionSheet alloc] initWithTitle:@"Share the race" delegate:self cancelButtonTitle:@"Cancel" destructiveButtonTitle:@"Send with ...
7
votes
3answers
1k views
UIAlertView: Where the cancel button should be?
The alertviews in the iOS:
Install App OTA: the cancel button is on the LEFT.
Delete an App: the cancel button is on the RIGHT.
Where the cancel button should be?
1
vote
0answers
197 views
Click Cancel button in JXColorSelectionButton
In my java application i load a JXColorSelectionButton from SwingX to choose a color from it then click "Ok" to apply the color. After doing this if i click the JXColorSelectionButton once again but ...
1
vote
1answer
1k views
How can a user cancel a long running query?
Related: How can you cancel a SQL Server execution process programmatically
I have created an application (Windows, WPF) which is basically a viewer for data in a database (Sql Server). The ...
0
votes
1answer
517 views
InnoSetup “Exiting when clicking on Cancel without confirmation”
If a the user clicks on "Cancel", I want the installer to stop and exit, WITHOUT asking I want to exit or not.
Can this be done somehow? Any help would be greatly appreciated.
1
vote
2answers
621 views
IOS: remove a subview with cancelButtonTitel of UIAlert
Can I remove a subview with cancelButtonTitle of a UIAlert? Because I write this:
UIAlertView *alertView = [[UIAlertView alloc] initWithTitle:@"Done!"
...
0
votes
1answer
624 views
UISearchDisplayController cancel button not refreshing headers and index
I have a table view, with a long list of strings. There are headers for each section, an index along the right hand side, and a search button.
This has been implemented programmatically, using a ...
2
votes
1answer
902 views
How would I make a cancel button work like the “X” button?
In my XAML file, I have a window and I am trying to make it so the behavior is the same whether the user clicks the "X" button, or if he clicks the "Cancel" button.
My abridged code is below:
public ...
1
vote
2answers
178 views
.net: Best practice for saving 2 last Winform state?
Hi
How can I save 2 last winform state? I use it when user clicks on "cancel" button. I wanna to set the form state into its proper one.
Thank you
-2
votes
2answers
437 views
how to navigate to another view with cancel button click on iphone photo album
I'm working with tabBarBased Application. - (void)imagePickerControllerDidCancel:(UIImagePickerController *)picker
This method is called at the time of clicking the cancel button in iphone photo ...
0
votes
2answers
555 views
Action Event for Photo Album cancel button in iphone
I'm working with tabBarBased application.At the time of clicking the one of the tabBarButton it opens the photo album .In photo album there is a cancel button on top(navBar) right??Here i want to ...
16
votes
2answers
6k views
UISearchBar disable auto disable of cancel button
I have implemented a UISearchBar into a table view and almost everything is working except one small thing: When I enter text and then press the search button on the keyboard, the keyboard goes away, ...
3
votes
2answers
4k views
Cancel AsyncTask when user presses back button
I have an AsyncTask in which I show a ProgressDialog in the onPreExecute, and hide it again in onPostExecute, something like
final class UploadTask extends AsyncTask {
ProgressDialog dialog = new ...
3
votes
4answers
11k views
C# CancelButton closes dialog?
(VS2005, .Net 2.0)
I have a form that is displayed as a dialog using the ShowDialog() method. The form's CancelButton property is set to a button on the form. Even if I set that button's DialogResult ...
5
votes
2answers
4k views
hide UISearchBar below UINavigationBar after cancelButton was called
I'm typically using [self.tableView setContentOffset:CGPointMake(0,40)]; in order to hide the UISearchBar (that I set as header of the tableView) below the navigationBar. Everything works well in ...

