Tagged Questions
The resume tag has no wiki summary.
34
votes
16answers
16k views
Is HTML considered a programming language? [closed]
I guess the question is self-explanatory, but I'm wondering whether HTML qualifies as a programming language (obviously the "L" stands for language).
The reason for asking is more ...
13
votes
2answers
199 views
How to resume a broken upload in HTML5
I am trying to add resume functionality to html5 file uploader.
I need to be able to resume after browser was closed (and reopened) and I lost the file object, I do not want the user to drag/open the ...
7
votes
3answers
6k views
Android - restore last viewed Activity
I have 3 different Activities that user navigates between in no particular order. My goal it twofold:
When user switches to something else when app is resumed I want to start where user left even if ...
5
votes
2answers
255 views
How to resume background music after out-going phone call (iOS)?
I'm using AVAudioPlayer to play music (background supported). My question is if I want to call somebody while I'm listening to the music, how to resume it after the call? I've implement the ...
5
votes
1answer
181 views
Prevent “Resume” for my Cocoa application?
I love the new "Resume" feature in Lion. After a restart window size and position is exactly how you left it. But during development this is a bit annoying.
If I resize a window in the Interface ...
5
votes
2answers
395 views
Resume FTP download after timeout
I'm downloading files from a flaky FTP server that often times out during file transfer and I was wondering if there was a way to reconnect and resume the download. I'm using python's ftplib. Here is ...
5
votes
1answer
184 views
pausing and resuming child activities in ActivityGroup
I am making a first try att creating a custom ActivityGroup. I am getting everything working except the activity lifecycle methods of the groups child activities. How can i call the onResume/onPause ...
5
votes
4answers
1k views
Is there a good implementation of partial file downloading in PHP?
I'm writing a PHP script that allows the user to download a file. Basically the idea is to prevent the file being downloaded more than X times, since it is paid content, and the link should not be ...
5
votes
5answers
4k views
Run script on suspend/resume in Mac OS X
Is there any way to automatically run a script on suspend/resume (i.e. when I close the lid, or after opening it) under Mac OS X 10.4?
4
votes
2answers
127 views
iPhone Game pause and resume, is it worth implementing?
Allow me to describe my situation:
I want to develop a game, that is round-base, and pay-to-play. That means you pay one coin, for one round of game, like Pinball etc.
The problem is, when there is ...
4
votes
3answers
155 views
How to suspend and resume an application on windows?
Is there any way to suspend an application execution, store its process image to a file, and restore it later (keeping the application as it was at the moment of suspension)?
What I want to do is ...
4
votes
2answers
2k views
Java: resume Download in URLConnection
Hi
I wrote a program that downloads some files from some servers.
Currently program works properly.
But I want to add resume support to it.
I'm doing it like this But the result file is corrupted:
...
4
votes
1answer
414 views
Resuming a large file write in Python
I have a big file transfer (say 4gb or so) and rather than using shutil, I'm just opening and writing it the normal file way so I can include a progress percentage as it moves along.
It then ...
4
votes
3answers
181 views
Java threading problem
I'm using multiple threads in my application. Basically I have a combo box and upon selecting Inbox, p1 resumes and p2 is suspended and upon selecting Send, p2 starts and p1 stops. Below is the code ...
4
votes
4answers
2k views
Delphi thread that waits for data, processes it, then resumes waiting
I need to create a thread in Delphi with the following characteristics:
Waits until the main thread adds data to a shared queue.
Processes all the data in the queue, returning the results to main ...
3
votes
1answer
270 views
WCF Streaming and resume options
I have a scenario that I need to implement. Namely, my server needs to implement WCF that would accept large files (500MB - 1GB) and support resuming in case the connection drops for any reason. I was ...
3
votes
3answers
1k views
Self Suspending a thread in Delphi when it's not needed and safely resuming
This question involves Delphi and XE specifically deprecating Suspend and Resume. I have read other posts and I have not found a similar usage so far, so I’m going to go ahead and ask for a ...
3
votes
1answer
3k views
How to make notification intent resume rather than making a new intent?
What i have here is a simple webview activity that when loaded it auto displays an ongoing notification. The idea is that people can navigate away from this activity and quickly access it again from ...
3
votes
2answers
574 views
How to resume view stack of iphone application
We are implementing one web based application in iPhone. if i answered the incoming phone call my application is relaunching once again instead of resume the application to the state where it last ...
3
votes
4answers
499 views
What is the best platform-neutral font for résumés? [closed]
Which font is the best to make a résumé look equally good on all operating systems?
2
votes
1answer
80 views
Why won't an NSWindow restore its state (using Resume in Lion)?
I'm working on implementing Resume in my formerly Snow Leopard app. For my app's main window, I checked the Restorable checkbox in Interface Builder, and everything's working fine. Its delegate has ...
2
votes
1answer
131 views
How to pause animation along with the activity?
need all your suggestions for this.
I am implementing some basic animations in my activity . Now i am in a situation where i want to pause the activity along with the animations when i started the ...
2
votes
1answer
95 views
Locking screen in Android speeds up game
I'm updating my game using a Handler posting a delayed Runnable.
public class Example implements Runnable
{
Handler handler;
public Example()
{
handler = new Handler();
...
2
votes
1answer
218 views
How can I resume a running activity?
I made myself an app: a music player with automatic bookmarking :)
Problem:
If I go "back" to the home page and then try to run the app again, it creates a new instance whereas I want to continue. I ...
2
votes
1answer
349 views
android saving game state
I'm developing a game and i've ran into some questions about saving and resuming the game.
Let's say i have 10 animated sprites drawn every frame (which move side to side) and everytime i press the ...
2
votes
2answers
141 views
Detecting code blocks when executing a Lua script line by line
This may sound like a silly question but I could see no mention anywhere of this particular problem. Basically:
I want to execute a Lua script line by line, primarily to have the ability to ...
2
votes
3answers
791 views
Windows Phone 7 : resume to the selected pivot item
As i'm using the Pivot control in my app, I wonder how can I resume to the last selected pivot item after the user tombstoned the app (Launched the App, pressed the windows button and pressend the ...
2
votes
3answers
291 views
Trap error or 'Resume Next'
I realise this is an older programming environment, but I have to clean up some VB6 code and I am finding that most of it uses:
On Error Resume Next
What is the general consensus about the use of ...
2
votes
2answers
1k views
App always starts fresh from root activity instead of resuming background state (Known Bug)
I am facing exactly the problem mentioned in these links:
http://code.google.com/p/android/issues/detail?id=2373
...
2
votes
3answers
791 views
How to save and load a C++ application state in a modular way
I have a distributed C++ application, which is composed of 4 processes spread on 2 machines. One of the applications serves as "control center" for the rest of the applications.
I want to be able to ...
2
votes
4answers
522 views
Resuming C# threads
Possible duplicate question: http://stackoverflow.com/questions/142826/is-there-a-way-to-indefinitely-pause-a-thread
In my code i do the below
Thread mainThread
//...
mainThread.Resume();
void ...
2
votes
4answers
2k views
Pause/Resume Upload in C#
I'm looking for a way to pause or resume an upload process via C#'s WebClient.
pseudocode:
WebClient Client = new WebClient();
Client.UploadFileAsync(new Uri("http://mysite.com/receiver.php"), ...
2
votes
2answers
601 views
Does WCF support any kind of resume functionality?
I am using WCF to upload data to a server.
If the communication fails, is there any way to resume the upload?
1
vote
2answers
35 views
Application resuming through the Notification bar
I have an application that starts a timer and an ongoing notification. Whenever I click on the notification though it doesn't continue the old time, but instead creates an identical activity on top ...
1
vote
1answer
78 views
Android app always opens the first activity on resuming
I'm working on an application that currently has two activites, a log in activity and a "frontpage" activity after that.
Whenever I switch away from the application and resume it either by ...
1
vote
1answer
111 views
resumeable file download issue -> when file size is more than Int32.MaxValue(2GB) (big files)
i found the code below in stackoverflow for resumeable file downloads :
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Text;
using System.IO;
...
1
vote
1answer
64 views
SSL session resume on FTP transfer connection with OpenSSL
I'm open source developer implementing FTP client (http://winscp.net/).
I'm trying to resume SSL session from the FTP control socket on the transfer socket.
Some FTP servers started to require this.
...
1
vote
1answer
77 views
Simple remote git log for my resume
In my resume I have a list of open source projects I've contributed to. In order to make it easy for people reading my resume I'd like to include a one-liner which will help them verify that I've ...
1
vote
2answers
87 views
Resuming git push
I am trying to do a git push to a remote server, for a big project.
Is there any way once the upload is started, that if the connection is lost, I can resume the git push command and not have to start ...
1
vote
1answer
71 views
Resume large file uploads in Rails
Rails v. 2.3.8
The sites I manage handle a lot of large (video) file uploads. On occasion during the upload process, the connection gets lost and the user has to restart the video upload. What I am ...
1
vote
2answers
473 views
Do not resume MPMoviePlayerController when application enters foreground
I am developing an iPhone application which plays the video using MPMoviePlayerController. When I switch to background(device with multi-tasking support), the video play is paused and when I bring my ...
1
vote
3answers
155 views
Resuming an App after going to background
I have an iphone app targeted for Iphone 3G, 3GS & 4G.
the issue that I have is that the behaviour is different from Iphone 3G & 4 (I didn't have the chance to test my app on 3GS iphone).
the ...
1
vote
3answers
122 views
Silly question about android activty lifecycle
I have activity+service classes.
When program runs activity will be shown and service will be started in onCreate method of activity.
When I clicked on HOME button of virtual machine, HOME SCREEN ...
1
vote
1answer
847 views
How to pause and resume CSS3 animation using JavaScript?
I've tried to google and look from this forum a solution for my problem but no luck so far. I would like to pause my CSS3 animation (image slide show) by clicking a picture and also resume to the same ...
1
vote
2answers
238 views
C# - Copying files and resume support
Hi
Does anyone have workable sample code that copy files and support resuming them if there are the source has been disconnected?
In this example I am copying videos files. If the source is ...
1
vote
2answers
73 views
how to restart video if phone goes to sleep
So far i am making progress with a video app i am working on using the media player and a looping function. After a few tests, I am concerned the app will be a battery hog if i cannot stop the video ...
1
vote
2answers
309 views
Best way to implement something like TimerTask in Android
I know this question is somewhat beaten but i haven't been able to get an answer to my specific problem.
I have several components that use TimerTask that i need to pause and resume afterwards.
What ...
1
vote
0answers
155 views
How to resume playing from background
Hi
I am making an online radio station app.The app works good .
My radio doesn't resume after the call is ended.and i have to restart it.again
Here is my code
void ...
1
vote
2answers
399 views
Titanium “resume” event not fired on unlock (iphone)
I am currently working on an app that check for GPS data every X mins/seconds. I use the "pause" event to stop it while the app is in background and resume it with "resume" event. No problem there.
...
1
vote
3answers
124 views
How to track failed downloads in PHP?
I have collection of videos and audios in my server, where users can download by paying some amount.
Suppose user pay the amount for me and start the download but accidentally the download fails how ...