The delayed tag has no wiki summary.
0
votes
0answers
9 views
Removing original input file after processing with delayed_paperclip
I'm a little surprised this question hasn't been asked. It leads me to believe it may be a simple solution that I am overlooking.
I am downloading a file from S3 for processing with paperclip and ...
1
vote
0answers
76 views
Multiple delayed job processes starting same job
I'm using delayed job in a setup where I run multiple workers. For the sake of my question, it doesn't really matter, but let's say I run 10 workers (doing that in development mode currently).
The ...
1
vote
2answers
153 views
Playing back audio with a delay
currently i'm working on a project regarding "delayed auditory feedback" (DAF). Basically i want to record sounds from a microphone, delay it by a specific amount of time and then play it back. Using ...
0
votes
1answer
47 views
Add an Action to Notification to show Notification again but later, like a snooze timer for notifications?
My App shows a notification. I want to add an Action to the notification via addAction that causes the notification to disappear and reappear an hour later, however I don't want to open an Activity ...
0
votes
0answers
100 views
Java EWS Send delayed not setting right send date
I am having a very weird problem using EWS 1.2 for Java.
I want to be able to send a delayed e-mail (write now (time X), but only send out in 20 minutes (time X+20)). I have managed to get this done ...
0
votes
0answers
51 views
How to delay a php execution with “at” and keep sudo rights
I didn't find what I'm searching for, so, here I am.
I try to delay a script.php execution to "now + 1 minutes" with the "at" unix command, keeping the sudo rights
My problem is that this ...
0
votes
0answers
53 views
Modify secondary receiver amount in paypal adeptive ExecutePayment call
I've already implemented Paypal Adeptive (Delayed Chained Payment) and it is working quite well.
I've first called "Pay" to receive payment from customer(preapproved) into my business account and ...
1
vote
0answers
155 views
Timer for a delayed macro on a Logitech G110 keyboard with Lua
So I've got my first macro capable keyboard (Logitech G110), and would like to utilize it for my gaming. However, my education in programming ended halfway through C programming.
I am looking for help ...
1
vote
0answers
99 views
Qt DBUS signals are delayed when process is not started as user
I am having a strange problem trying to get a small program running at boottime before any user has logged in.
I have used different methods of running the program at boot and nothing has helped me ...
1
vote
0answers
45 views
Thinking sphinx ts-delayed-delta Riddle error
I have a curious error when a try to run rake task with RAILS_ENV=preproduction/production environments... uninitialized constant ThinkingSphinx::Configuration::Riddle
On development everything works ...
0
votes
0answers
87 views
Delayed_Paperclip job complete
I am currently using delayed and it is up and running successfully. However, I can't seem to add a hook for when the jobs are completed from resque. The code I have currently is listening to the ...
0
votes
0answers
86 views
No entry in delayed jobs table
From active admin after create of any record.
In model i have called callback method: after_save :check_delayed_job
def check_delayed_job
run_at_time = Time.now.utc + 50
...
0
votes
1answer
112 views
Delayed results in flex HTTPService
I've got question about responses via HTTPService in flex.
I send service call to the server in the loop to scale some images, like:
while(i < 5)
{
scaleMyImage({ file: fileArray[i], width: ...
3
votes
1answer
1k views
jQuery fade-in images after delayed loading
i'm using this to delay the loading of my images:
HTML:
<img src="loading.gif" delayedSrc="url/to/real/image.png" />
jquery:
image.attr('src', currentImage.attr('delayedSrc'));
now when ...
0
votes
2answers
94 views
Insert Delayed Error
I just received an email from my hosting provider stating the following:
Your DB has been blocked because of high MySQL usage.
This was caused by the following query:
| 17649732 | DELAYED | ...
1
vote
2answers
288 views
JavaFX UI Rendering Delay Issue
I have a very simple JavaFX Controller with a simple Username, Password and Logon button.
What I want to do is when the user clicks Logon, I want the disable the inputs - which I do in code with:
...
0
votes
1answer
56 views
Downside of multiple indices on delayed inserts? - MySQL
I know that the downside of indices is that they have to be updated every time the table is written to - i.e affecting loading times. However, for one of my tables I frequently SELECT using 3 ...
1
vote
0answers
159 views
audio finger: write blocked ,delayed writes
my log cat is filled with messages like 05-16 17:36:26.348: WARN/AudioFlinger(34): write blocked for 84 msecs, 1845 delayed writes, thread 0xc658
it actually delays the music when i click on the ...
1
vote
1answer
304 views
BroadcastReceiver for BOOT_COMPLETED not returning from sleep()
I have a BroadcastReceiver that reacts on BOOT_COMPLETED. In turn it shall issue an intend, but this intend should be delayed for a while. For some reason, if the parameter to the sleep() call is ...
1
vote
2answers
726 views
Python WMI query for Windows services with StartMode of “Automatic (Delayed Start)”
Anyone have a nifty trick (in Python) to detect Windows services that are configured with a Startup Type of "Automatic (Delayed Start)"?
I thought WMI would be the way to go, but services configured ...
1
vote
2answers
713 views
How to write `performSelectorInBackground: afterDelay:` in one line of code?
There are methods performSelectorInBackground: and performSelector: afterDelay: in NSObject. How to combine them in one line of code?
Maybe somehow with NSTimer?
0
votes
2answers
1k views
Can't get Isotope JS to work off the the height and width values of each image
I'm using the Isotope JS sort and arrange images and it's working fine apart from when the page loads the script doesn't run until all the images have loaded. On the Isotope JS help page it states ...
1
vote
1answer
337 views
How to fix a delayed declaration in UxTheme
In Delphi XE UxTheme unit there is the following declaration
function DrawThemeTextEx(hTheme: HTHEME; hdc: HDC; iPartId: Integer; iStateId: Integer;
pszText: LPCWSTR; cchText: Integer; ...
1
vote
2answers
361 views
On Hover, Delayed Toggle Sequence
everyone! I'm not very good with JS/JQuery, so I need some help here...
I have a page both vertically and horizontally centered. In this page I have a series of concentric circles, with a button in ...
2
votes
5answers
2k views
How to cancel multiple delayed performSelector calls
I have to stop the call in the fenumeration.
NSTimeInterval delay = 2;
for (NSString* sentence in sentences) {
[sentenceHandler performSelector:@selector(parseSentence:)
...
0
votes
1answer
656 views
Calling a function delayed in objective-c without a 2nd thread
I want to call a function, that is sending a sentence, delayed, in order to simulate a stream of data. The data is stored in a textfile. Each line of the textfile contains one sentence. I tried to get ...
2
votes
1answer
301 views
Django action after file upload
We have an extensive existing codebase and we've added load-balanced servers with a single master server to the equation now. There are various apps that contain models with uploaded files and images ...
0
votes
1answer
424 views
Poor FTP Performance due to delayed Ack : Solutions exist for Android?
i have a Problem using FTP connection on Android 2.2 devices.
My app uses AndFTP via intent and loads data from a FTP Server connected via Wifi to the handset.
The FTP downloadspeed is only ...
1
vote
3answers
63 views
How to return the result of dialog window work in the moment of its closing?
Everyone knows the MessageBox.Show() method, that returns DialogResult value after dialog closed.
How can I implement such a method in my dialog class?
class MyDialog : Form {
public static ...
0
votes
2answers
3k views
Custom jQuery Delayed Callback
I am playing with extending jQuery with a function that has two params: a callback function and a timeout. I'm on pre 1.4 so I don't have the .delay() built-in, but even that isn't really what I want.
...
9
votes
3answers
11k views
display data after every 10 seconds in Android
I have to display some data after every 10 seconds. Can anyone tell me how to do that?
3
votes
1answer
770 views
Delay rendering of a custom control in WPF
I have a WPF custom control that sometimes takes a while to render in some complex scenarios. I would like to be able to tell my custom control to show a placeholder image (e.g. "Please wait - ...
18
votes
2answers
4k views
Idiomatic jQuery delayed event (only after a short pause in typing)? (e.g. timewatch/typewatch/keywatch)
Here is some jQuery for a search box that I expect is actually an antipattern, and am sure there is a much better solution for that I would love to be pointed towards:
I will describe it in comments ...
0
votes
2answers
412 views
Drupal Ajax data retrieval delayed
I have a simple click function with the code below, but I can't seem to get the data on the first click.
$.ajax({
type: 'POST',
url: 'test/get/1',
success: function (result) { testit = result; ...
2
votes
2answers
3k views
Rails: using “content_for” after the corresponding “yield” inside layout
I think this has been asked before but even though I searched Google I haven't come up with a solution.
So this is what I'm trying to do in Rails 2.3.5:
layouts/application.html.erb:
<html>
...
0
votes
1answer
365 views
DirectShow Capture with delayed play
I'm developing a custom video capture application. The idea is to capture output from a webcam, and simultaneously display a delayed preview.
For instance if a user specifies a delay of 5 minutes, ...
2
votes
3answers
1k views
INSERT LOW_PRIORITY or INSERT DELAYED in Hibernate
How do I do a low_priority or delayed insert into a MySQL table with Hibernate?
In my logging routine I want to insert the log info to a table in my database for further analysis. But I don't care ...
4
votes
0answers
380 views
POST response taking too long
Client side Ajax Javascript code is using XMLHttpRequest to send a POST request, but I'm getting like a 0.5 second delay in getting the response and I'm trying to find out why, since I'd like it to be ...
1
vote
1answer
480 views
How to stop sending email in php?
I have a list of email addresses, which I tested that they are invalid, not exists. But my mail server still keep trying to send email to them.
Is there any way to stop sending email to the ...
3
votes
5answers
2k views
(MS-DOS) Time Delays
I came past a few ways to cause a time delay such as pings and dirs. Though none of them are really precise, is there anny proper way to cause a time delay?
I heard about a few things though they ...
4
votes
7answers
10k views
C# delayed function calls
Is there a nice simple method of delaying a function call whilst letting the thread continue executing?
e.g.
public void foo()
{
// Do stuff!
// Delayed call to bar() after x number of ms
...


