Tagged Questions
The running tag has no wiki summary.
8
votes
4answers
337 views
How to demand a running process to open a file?
I know how to launch a file in a new process in C# (for example, open a .doc file in a new Word process window).
But, how to open a file in a "running" process? For example, I already have a running ...
6
votes
5answers
3k views
GWT is slow in Development Mode
I'm using Eclipse Galileo with latest GWT 2.0 version in development mode, but it runs really slow (I need to wait about a minute to open one page, but after compilation, my application works very ...
6
votes
6answers
4k views
Run NetBeans project just with ant
I have a sample code that was built with Netbeans.
It has a build.xml file so I downloaded ant and try to run it.
I've got this error message:
...... nbproject\build-impl.xml:76: Platform is not ...
5
votes
1answer
211 views
How to execute ant using java and captured the output?
I have an ant build file that contains JUnit test suite that I would like to execute.
Currently I just right click and run the build file from Eclipse.
I want to write a java code that can execute ...
4
votes
2answers
179 views
C# loading files from arguments
in my application I've registered a file type (.asm) with my application (it's a tabbed notepad application), and when those files are double-clicked they open with my application through the ...
4
votes
6answers
3k views
Check if a specific exe file is running
I want to know how i can check a program in a specific location if it is running. For example there are two locations for test.exe in c:\loc1\test.exe and c:\loc2\test.exe. I only wanted to know if ...
3
votes
2answers
58 views
Android doesn't terminate ASyncTask thread after onPostExecution
I have an instance of ASyncTask in my application which is used to log a user into the application, the problem is that when the ASyncTask as executed the "onPostExecution" function, the ASyncTask ...
3
votes
3answers
68 views
Mark File For Removal from Python?
In one of my scripts, I need to delete a file that could be in use at the time. I know that I can't remove the file that is in use until it isn't anymore, but I also know that I can mark the file for ...
3
votes
6answers
320 views
prevent a c# application from running more than one instance
I wrote a program in c#
now I would like to know what is the proper way to prevent the program from starting if it is already running?
so if it is already running, and double-click on the program it ...
3
votes
2answers
542 views
long running process in asp.net C#
I have a web application that has a long running (resource intensive) process in the code behind and the end output is a pdf file (images to pdf conversion tool)
It runs fine..and since I am on a ...
3
votes
3answers
1k views
Selenium - “Firefox is already running” error
We are running some tests using selenium. We have dedicated Windows XP VM's for that, with one selenium RC server on each VM, and no other process running on that VM. We open and close a selenium ...
2
votes
2answers
59 views
Javascript - Detect if any javascript function is running
I know it may sound very strange, but I need to know if there is any active/running javascript in the page.
I am in situation in which I have to run my javascript/jquery code after everything on the ...
2
votes
3answers
90 views
Running a method/function for a specified time
I'm looking for a easy way to execute a method/function for specified time in java. Something that would be like this:
for(3 secs){
x();
}
The way should be easy to implement AND should have a ...
2
votes
2answers
45 views
how to check if a specific instance of a class is running in java?
I have a class which will get data from socket. I should create 5 instance of this class according several condition. How can i check if a specific instant of this class is running, other ways ...
2
votes
3answers
49 views
Java : adding class files in running production environment
Is it possible to just add .class files of java classes into the ear file on a running app server and not needing to restart it. How does the JVM classloader loads it in this way. I was under the ...
2
votes
2answers
93 views
Difference between loading time and running time in python?
I am quoting a part of Python documentation:
"A program doesn’t run any faster when it is read from a .pyc or .pyo file than when it is read from a .py file; the only thing that’s faster about .pyc or ...
2
votes
1answer
65 views
Running script in eclipse from root directory
Please help me, I HAVE SCRIPT INDEX.php that runs from root directory //htdocs because that script needs to use $SESSION variables and other things in sub folder.
Now If I try to debug using eclipse, ...
2
votes
1answer
390 views
Selenium - running javascript
i've got dumb question - how to run scripts located on tested site? I can run alert, but i dont have access to scripts written by my. I've tried runscript, geteval - without any effect.
2
votes
2answers
201 views
SQL Running Total using CROSS JOIN
Need running total of a table based on date and another column. Say I have the following table called Sales:
Day Client
1 Smith, J
3 Johnson, B
6 Fuller, A
7 Smith, ...
2
votes
5answers
222 views
Detect when other process is shutdown OSX
I need a way to determine from a Cocoa app if a given process name is running. One idea I had was to use NSTask and poll using ps aux | grep processName. Is there a better solution?
2
votes
3answers
698 views
How to arrange long (time consuming) actions on Android?
For instance, we are in SomeActivity and the activity has a button that invokes moving files from one dir to another (let's call it job).
On BlackBerry I would:
push a non-cancellable popup (Dialog ...
1
vote
1answer
121 views
Can android developers access the system clock/alarm application?
My Nexus S comes with a default clock application where I can set an alarm. When I set an alarm then I see a little clock in my status bar.
If I go to 'Manage Applications' or 'Running Services', I ...
1
vote
1answer
67 views
animate the increasement of a score
SO I have a label labelscore and it increase of 1000 every time there is a collision between two images. I would like to see labelscore increase of 1000 like an animated score, a running score. How ...
1
vote
5answers
99 views
Verify that another application is always running
I'm trying to make a console app in c# that will confirm that another application is always running. The other application periodically crashes, and I need to check every few minutes and relaunch it ...
1
vote
2answers
65 views
Change back into a running process on Linux after you put it into the background
I have spawned a process with another application. I can see that it is running with
ps -ef
How can I switch into that process as if I started it manually myself by entering the command into the ...
1
vote
1answer
70 views
Android long running application
I'm a beginner for Android. I'm trying to develop an application which posts the GPS coordinates with onLocationChange. My applications runs well, but when it goes to background it stops. How I could ...
1
vote
2answers
85 views
Running script in selected path
I currently have this piece of code:
Sub Button1Click(sender As Object, e As EventArgs)
If dlgFolder.ShowDialog = Windows.Forms.DialogResult.OK Then
txtPath.Text = ...
1
vote
0answers
34 views
Verify a Running JAR
I have a JAR I want to distribute. I have signed this jar file, and I would like for the JAR to verify that the hashes (found in the Manifest) are correct.
I found code on efreedom that verifies the ...
1
vote
2answers
57 views
Webworker is not running
I have the following code:
var stressWorker = new Worker("./test/webworkers/worker.js");
stressWorker.onmessage = function(event){
alert(event.data);
};
stressWorker.onerror = function(event){
...
1
vote
2answers
128 views
Access 2007 running subtraction?
I know access has a running addition. but how can i possibly do a running subtraction on a report? I've exhausted all my outlets and I cannot figure it out.
1
vote
2answers
115 views
Constantly running server
When a client disconnects, the server closes. Tell me how to leave the ability to connect new customers after the close of the first session .Thanks in advance.
namespace tcpserver
{
class ...
1
vote
0answers
125 views
Shows install success in ADB .but not running on device
I created hello world application (in android 2.1). It successfully installed , signed. I installed it on my device (sony xperia x10 mini android version 2.1) using ADB. I used install command in ADB ...
1
vote
4answers
424 views
How to determine if the application is already running? C portable Linux/Win
Is there a way to write a C code that allow us to determine if a previous instance of an application is already running? I need to check this in a portable way for Linux and Windows, both using the ...
1
vote
2answers
1k views
How to check all the running services in android?
I want to access and see how many and which services are running in background.
I want the exactly same functionality as we can access by
Menu->Setting->Applications->Running Services
on our ...
1
vote
3answers
205 views
Running total in C
I'm new to StackOverflow and I had a simple question.
I'm writing a program that accepts strings and numbers.
I used fgets to take care of the strings part.
Summary(view previous edits if you want ...
1
vote
2answers
600 views
How to keep service alive?
Any application that has a service going obviousely counts on it to be always running. It's part of the product and if it's a paid app - the user expects it.
However, it seems that there is no way ...
1
vote
4answers
592 views
VB.net app without installation
Is it possible to create a VB.Net application which users can just run without installing it first.
If not, is it possible in another .Net language.
If not, how IS it possible :)
PS
The ...
1
vote
3answers
2k views
Pass arguments to running application
Hey all, this is my first question I'm posting on this website so if it isn't the correct way to do it I would like to apologize upfront.
I am making an image uploader (upload image to image hosting ...
1
vote
3answers
3k views
On android system.I want to get the status of running apps,how to do?
On android system.I want to get the status of running apps,how to do?
ex. foreground / background!
1
vote
4answers
7k views
c# get running process given process handle
can someone tell me how i can capture a running process in c# using the process class if i already know the handle?
Id rather not have not have to enumerate the getrunning processes method either. ...
1
vote
5answers
2k views
Renaming A Running Process' File Image On Windows
I have a Windows service application on Vista SP1 and I've found that users are renaming its executable file (while it's running) and then rebooting, thus causing it to fail to start on next bootup ...
0
votes
0answers
62 views
Running a Java program from Adobe AIR's native process
I've use Adobe native process to run java program from my air app. Here the code and it works fine. But i should write absolute path to java runtime for that:
...
0
votes
1answer
38 views
Is it possible to check if a tomcat server is running in port 8080 using Jquery?
I have to display tomcat and mysql running status in jsp page.. If tomcat and mysql is down, i have to display as "Down".. When i use java's
try {
URL url = new URL(protocol, host, port, "");
...
0
votes
1answer
32 views
How do I determine what app is currently in the foreground?
I need a way to log what app is currently running in the foreground, preferably without requiring root access or using the NDK. Is there any way to do this?
0
votes
2answers
102 views
If process is running, do this, else, do this. How to?
I am really new to programming both java and for linux, so please bear with me.
I have a small app with only 1 button. What I want it to do is check if a process is running when button is pressed. It ...
0
votes
2answers
87 views
Javascript to get running processes?
I'm wondering if it's possible to use Javascript in a web browser (most likely IE) to retrieve a list of currently running processes?
I'm not trying to start any processes or close them or anything ...
0
votes
1answer
37 views
moving 60 d correlation in R without for/while loop
I have a matrix with two columns. I want to calculate "running" 60-day correlation between the two columns. Is it possible to do this R way, ie without using for/while loop.
basically my t day calc ...
0
votes
3answers
254 views
Sound when the app is in the Background iOS
I'm trying to play a sound when my App is in the background. I use AVAudioPlayer, and it works correctly when the app is active, but in the background AVAudioPlayer doesn't play anything and I don't ...
0
votes
2answers
197 views
switch to another running process c# winform
Can someone please explain how i would go about switching to another running program via c#?
For example if i create a new application with a button event - i would like to use the button to say call ...
0
votes
1answer
161 views
How to run C++ program that use PDCurses on other computers?
I've recently started using PDCurses in a C++ game I'm working on. When I compile the program on my own machine (windows) and run the .exe, everything works as it should.
When I take that .exe onto a ...