In general term for all the application, cancel means to remove an action.
-4
votes
1answer
17 views
Does paypal cancel automatically suspended subscriptions for a long time? [closed]
Does paypal cancel automatically suspended subscriptions for a long time.
0
votes
0answers
6 views
WCF BeforeSendRequest Cancel sends
I use WCF when i'm using "BeforeSendRequest" can i cancel my request?
Because if is null return my service will send anyway
public object BeforeSendRequest(ref Message request, IClientChannel ...
2
votes
1answer
62 views
Cancel anonymous SwingWorker
I have run into a weird dependency when trying to cancel an anonymous SwingWorker.
My current code:
private static void init() {
if (connected) {
return;
}
//final ...
0
votes
1answer
25 views
Windows Phone: Cancel HttpWebRequest and get data
I use a HttpWebRequest in C# for Windows Phone 8 to download a file from a remote server. The request is canceled after a certain time using a timeout which calls HttpWebRequest.Abort().
This works ...
0
votes
1answer
75 views
How to programmatically cancel file upload in blueimp
i'm using the jquery plugin "file-upload"
With automatic upload, i wish i can cancel the uploads of some files before it starts (for any reason i would check server-side : duplicated file / file-type ...
1
vote
2answers
35 views
Push notification/alternative that can timeout
I am working on an application that must notify the user of a server-initiated event. These notifications are only useful for a short space of time (30-60 seconds). For this reason, I am looking for a ...
0
votes
1answer
28 views
Is it okay to cancel a T-SQL database backup script?
I needed to run a backup of a very large database (which has a scheduled transaction log backup) but it was running too long and i killed the process (which took a long time to rollback) -- between ...
3
votes
2answers
64 views
jQuery deferred: cancel progress
Is there a way to cancel a deferred callback queue in progress?
I have an arbitrary amount of ajax calls. I'd like to stop further ajax requests when data of success returns specific marker:
...
1
vote
1answer
52 views
Cancel a task in the middle
I have a question about canceling a running task. I read all about the CancellationTokenSource , but when using it you have to check in the code if such a request exists.
When we’re dealing with ...
1
vote
1answer
44 views
Killing OpenCL Kernels
Is there any way to kill a running OpenCL kernel through the OpenCL API? I haven't found anything in the spec.
The only solutions I could come up with are 1) periodically checking a flag in the ...
0
votes
1answer
46 views
How to hide the onscreen keyboard when a DialogFragment is canceled by the setCanceledOnTouchOutside event
If an edittext is currently focused and the user clicks outside of the DialogFragment; I want the on screen keyboard to disappear. I can get it to work for when the DialogFragment is dismissed this ...
0
votes
1answer
68 views
cancel AsyncTask class in android
I have two buttons. The first one to start mediaplayer and the second to cancel it:
mediaplayer is in AsyncTask and i use( thread -while) to repeat it
I need the mediaplayer to play until the user ...
0
votes
2answers
28 views
JQuery Draggable Cancel
I'm trying to cancel 1 css class, which is working fine, and 2 inputs at the same time. But i can only get the css class canceled..
How can this be fixed ?
$("#move").mousedown(function () {
$( ...
0
votes
0answers
21 views
How to detect FileSystem dialog cancel with js?
I've got an ajax upload triggered by a click or mousedown event. Problem is, when users 1)cancel the upload and then 2) click upload again 3) when the file completes, we get two thumbnails etc.
I ...
0
votes
0answers
15 views
I didn't find any solution for textfield with clear notification
help me with it I'm so tired of searching i didn't find solution
i want to (clear notification when if else statement in my text field its right) (if its else wrong no clear for notification) ..
...
2
votes
3answers
153 views
How check for Command-Period in a tight loop?
I'm implementing a scripting language where the user might be causing an endless loop by accident. I want to give the user the opportunity to cancel such a runaway loop by holding down the command key ...
-1
votes
0answers
30 views
How to cancel/disregard a command in java [closed]
Is there any way to tell java not to execute a specific command/string? I am using if statements to do a automatic response generator(very simple, not complex) and want to stop it from executing ...
0
votes
1answer
54 views
How to cancel an AFHTTPRequestOperation and not retain previous progress
I have an app that is used to test the AFNetworking API. It downloads documents from a server and places them in the app's sand box. The user may start a download, pause/resume the download and cancel ...
0
votes
0answers
31 views
Cancel Button Redirect using “More Buttons” Module with Drupal 7
Alright, firstly, I love this module (More Buttons Module, v7.x-1.0-beta1) and it's working pretty good for me in most cases, but I have a scenario that it isn't quite doing what I need.
I'm using ...
0
votes
3answers
222 views
Kendo grid cancel button loses new value
I use a grid with a custom editor. I replace common input with a textarea inside colum.
Usecase:
Chack current value of textarea as "test 0"
Press edit button of a grid (of it's row)
Add new value ...
0
votes
0answers
39 views
How to cancel a touch when dragging starts?
I have an ordinary UITableView. Each cell in the table contains a button. The button is assigned an action inside tableView:cellForRowAtIndexPath, like this:
[cell.myButton addTarget:self ...
0
votes
1answer
55 views
Cancel an existing key remap in autohotkey
I have a AutoHotKey script that asks me if I want to remap my Win keys to Ctrl or cancel their remapping, thus making them Win keys again.
However I cannot find a way to cancel the remap. If I use ...
3
votes
2answers
201 views
VBA Excel File Open Prompt Cancel Error
So I am using a file open prompt to gather a filename.
I then open this file in a background instance, parse information to a dictionary and close the file.
This works fine.
The code for this is:
...
0
votes
0answers
16 views
how to double Edit DataGridCell (or How to Edit a DataGridCell after Edit)
actual situation
i have a Datagrid with some TemplateColumns if somebody going to edit a DataGridCell a Window pops up where the user can do his changes, after pressing the save button my window ...
1
vote
0answers
30 views
Cancelling WCF calls with large data?
I'm about to implement a FileService using WCF. It should be able to upload files by providing the filecontent itself and the filename. The current ServiceContract looks like the following
...
0
votes
0answers
94 views
stop/cancel ScheduledFuture
I am able to call the start() function to run this Quarterly Metric Report Scheduling Service that implements Runnable to schedule a certain task, but I also need to be able to stop/cancel the ...
1
vote
3answers
70 views
The difference between implementation of back and cancelbutton?
I m a newbie an trying to learn Java/Android-programming.
I m doing an app for Android in Eclipse and created some buttons.
I have a back and a cancel button.
Example:
I have a EditText there you ...
0
votes
1answer
113 views
VB.NET: Add Cancel Event Handler From Other Class
I am trying to figure out a way to use events, handlers - to cancel an operation (a progress bar) from an asynchronous operation.
I have a class, ProgressBar, that is displaying the progress of an ...
0
votes
1answer
114 views
Cancel the custom action execution and Rollback using wix burn Boostrapper UI
I am trying to create wix burn bootstrapper that install my msi. I am using Wix 3.7.
I have few custom actions with my msi. If I cancel the setup while 1st (or any) CA running, all other CA are called ...
1
vote
1answer
96 views
Facebook 3.0 : How to detect user cancel the permission dialog on android
I am having trouble to know how to detect the user cancelled the permission on android.\
Does anyone know what function do I need to call to check it?
0
votes
0answers
73 views
How to abort controller action in play framework 2.1 when client cancel request or client socked is closed?
I am testing play framework 2.1 to check what happen when client cancel request or socket is closed from client side. I created this simple program:
package controllers;
import play.;
import ...
1
vote
2answers
84 views
Cancel ProgressDialog and stop thread
I have a thread that run serveral operations once and I would like to stop it when the user cancels the ProgressDialog.
public void run() {
//operation 1
//operation 2
//operation 3
...
1
vote
1answer
211 views
Cancel Installation and Rollback using wix burn Boostrapper UI
I am using Wix 3.7. I am trying to create wix burn bootstrapper that install my msi. I have added two buttons in my BA UI for Install and Cancel. i am using C# for BA UI design.
I have added the ...
1
vote
1answer
58 views
What event is fired when the cancel button is clicked?
Is there a way I can cancel editing on my form without adding a cancel button?
I am looking for a way to call CancelButton.PerformClick() when I don't have a cancel button.
In the form code I have ...
0
votes
3answers
279 views
Openfile dialogbox can get cancel to respond properly vb.net
Im trying to implement an openfile dialog box,its fairly sucessfull except if i choose toclick cancel the program I'm compileing throws an error, saying that file cant be found, which confuses me ...
0
votes
0answers
63 views
ManagedObjectContext cancel rollback not fully deleting inserted data
I've seen a bunch of responses on similar threads but after following their recommendations am still having a bizarrre issue and am banging my head against the wall.
I have a table of people and have ...
6
votes
6answers
228 views
How to abort RSA_generate_key?
Consider the following invocation of RSA_generate_key():
RSA * rsa = RSA_generate_key(8192, RSA_F4, NULL, NULL);
Generating an 8,192-bit RSA key can take a long time (anywhere from a few seconds to ...
3
votes
2answers
81 views
downloading a file in python and cancel
I am trying to make a simple function to download file in python
The code is something like
def download(url , dest):
urllib.urlretrieve(url, dest)
My issue is that if I want to cancel the ...
0
votes
1answer
107 views
Android DownloadManager - Is there a way to be notified when a user deletes a download from the UI?
I cannot find a way to be notified when a user cancels a download in the system's DownloadManager UI:
I know that it is possible to set a BroadcastReceiver for downloads "completed" or "clicked", ...
0
votes
1answer
120 views
Handle Application.Exit(CancelEventArgs) in C#
Simply put, how can I subscribe to and handle the following event?
System.Windows.Forms.Application.Exit(new System.ComponentModel.CancelEventArgs(true));
because apparently this is not going to ...
0
votes
1answer
138 views
How to suppress jquery validate on cancel?
I'm using the jquery validate plugin for form validation. I'm seeing something weird with the cancel functionality. I have a form with one email field, a submit button, and a cancel button. When I ...
0
votes
1answer
168 views
Notification setAutoCancel(true) doesn't work
I'm trying to show a notification that has to be deleted when user tap on it.
I'm using NotificationCompat class to build my notification and I call setAutoCancel(true) on my builder. This is the ...
3
votes
2answers
148 views
How to cancel SQL in thread A from thread B using SQLCancel
I need to run an SQL command synchronously in one thread with the ability to cancel the query from another thread.
As far as I can tell I need the ODBC function SQLCancel and a handle to the ...
1
vote
1answer
126 views
How to stop/cancel command in terminal?
I'm fully new in Ubuntu and because I was windows user i'm not familiar with commands.
My question is, in terminal I ran this command git log It is showing a list of log but it seems because it is ...
0
votes
0answers
26 views
Facebook SDK: How to check the user cancelled the permission on IPad
How do i check the user have cancelled the permission on IOS?
I have checked FBSession.state but couldn't see any related enum value there.
0
votes
1answer
63 views
Override NSSearchField “Clear field” behavior
I need to override NSSearchField action which happens when you clear the contents of the field with the "Clear" button.
The default fired selector is private: _searchFieldCancel.
[UPDATE]
OK, I've ...
0
votes
1answer
61 views
tkFileDialog.askdirecotry loop until 'cancel' - tkinter python
I'm trying to run a loop that makes you choose a directory, then upload files from that directory. I cant get the loop to stop neatly (without errors) when you press 'cancel'
def search_audit():
...
1
vote
2answers
56 views
Android: do something when AlertDialog is cancelled
I have an AlertDialog that can be cancelled (either by back button or clicking outside the dialog). If the dialog is cancelled I need to undo some changes, so I need to control when it's cancelled.
I ...
1
vote
3answers
134 views
Can I dismiss the local notification when next time the app launch?
I know I can cancel the notification when user tap this notification in notification center . But can I cancel the notification in other palce where I can't get the related local notification from ...
1
vote
1answer
210 views
How to cancel appointment in Outlook?
I want show the Outlook cancellation form when an appointment is deleted via code in Delphi (program code, otherwise). I am able to delete an item which will delete the item from Outlook (please note ...




