The tag has no wiki summary.

learn more… | top users | synonyms

-1
votes
0answers
10 views

detect ip address from a software netstat and close connection [closed]

and thanks in advance for reading my question. I just learned about netstat command and i have put to test the connections in my pc, i use a software called 123live help. So i run the netstat -ano ...
0
votes
1answer
22 views

C# if page is closed and page close events

I am writing a Web Forms Application in .Net Framework 4.5. In an ASP page, is there any way to check and do some action before closing browser page. For example, sign out or call a function if user ...
0
votes
0answers
7 views

ResultSet is getting closed on executing CallableStatement.getInt() method

Snippet: proc = connection.prepareCall("{ ? = call MyPocedure() }"); proc.registerOutParameter(1, Types.INTEGER); proc.setQueryTimeout(timeOut); rs = proc.executeQuery(); int returnCode = ...
1
vote
0answers
23 views

jQuery UI dialog closes on enter

When I open a jQuery UI Dialog widget and the content in the dialog contains a textbox the dialog automatically closes when I press enter. This seems to happen only when using IE9 or IE10. I do not ...
0
votes
2answers
43 views

How to close a cmd window using python 2.7

The title pretty much says it, although it does not need to be specific to a cmd, just closing an application in general. I have seen os.system(taskkill blah blah) this does not actually close the ...
0
votes
3answers
33 views

Throw an Exception When a JFrame is Closed

I would like to throw an exception whenever the user closes a window, but I'm not sure if this is possible. Here is some code of what I would like to do: import java.awt.event.*; import ...
1
vote
2answers
30 views

Java close multi-layer stream wrapper

In java, we usually use a stream object to wrap another stream class for efficiency. For example: Object obj = new MyClass(); try{ FileOutputStream fos = new FileOutputStream("test.txt"); ...
0
votes
0answers
14 views

Photoswipe close gallery button code

I have already tried to close the Photoswipe screen gallery using history.go(-1); but it takes me to the previous screen where my gallery was. How can I close the Photoswipe screen gallery using code ...
0
votes
2answers
76 views

Can not understand the pipe() in my own shell

This is the code i found for my own shell. It works fine, but the thing i can't understand is pipe section of the code. #include <stdio.h> #include <unistd.h> #include <string.h> ...
2
votes
1answer
25 views

close() after system() weird behavior

I'm calling system("bash ../tools/bashScript \"This is an argument!\" &"), then I'm calling close(socketFD) directly after system returns, of course I've read that system's argument appended with ...
1
vote
1answer
40 views

Jquery Toggle + extra close button

i wrote this little Toggle Script and i want to add an extra "close" button into my open wrapper. So someone can open and close it with a click on "Button" but also close it with a click on "close". ...
1
vote
2answers
38 views

How to set CausesValidation to false to Close[X]box of windowsform?

I already set the causesvalidation to false on my cancelbutton and it working. bool IsCancelBtnClicked = false; private void EmployeeIDtextBox_Validating(object sender, CancelEventArgs e) { if ...
0
votes
2answers
36 views

Code to end one batch file with another-can anyone assist?

I have a small batch program i made to run a few batch files. I have it set up to run the files. Just a quick question: I have a prep file to get the files ready for the next batch file. However, the ...
0
votes
2answers
35 views

Python script auto close

I finally got code to print details from serial port without empty lines, but I dont know how can I make this script auto end work. My script: #!/usr/bin/python # -*- coding: utf-8 -*- from serial ...
0
votes
0answers
16 views

Under what condition will Excel think an add-in has a serious issue?

I have an Excel XLL AddIn It uses a modal window on two ribbon buttons click handler. When one modal window is on, I right click on the button on the bottom tool bar. Restart Excel, everything is ...
0
votes
1answer
41 views

Unable to set range when using XPath with predicate /closed/

Closed the question as it wasn't an error - it just isn't possible I am trying to return a range that contains all elements in a listobject/xmlmap where a sibling element meets some criteria (a ...
0
votes
1answer
27 views

dialog(“close”) doesn't work inside ajax:success event handler

I am trying to using jQuery dialog to make a user sign in. I am using ajax and devise. After users sign in, the dialog windows should close. I put dialog("close") inside bind("ajax:success"), but it ...
0
votes
1answer
31 views

Closing a substage

What I'm trying to do I think is exactly what Meg is talking about here: JavaFX2 : Closing a stage (substage) from within itself When I try to implement JewelSea's answer I get the "nonstatic method ...
1
vote
1answer
21 views

Form do not disappear on closing java application

I created a hook that excute some operation when the form is closed: Runtime.getRuntime().addShutdownHook(new Thread(new Runnable() { public void run() { ...
0
votes
1answer
28 views

When an iOS app is terminated/closed. Sending coordinates to server without user interaction.

This will be submitted to Apple's App Store. When app is terminated (not in foreground or background), can we send user location coordinates to the server without user interaction?
0
votes
2answers
32 views

Can I close the current open window (python)

I would like to know if there's a command that closes the current file, by that I mean: opened Hello.py -> In the middle of the file the window shuts down (not by an error) Is that possible? Thank ...
2
votes
1answer
41 views

Find statements related to a Connection

I am developing on a big application which uses a Connection Pool and has lots of classes using its connections. Recently we had some issues because some classes were not closing the statements before ...
0
votes
4answers
78 views

Java how to stop thread if the program was closed

I'm getting some exception and I need to know when the program closes itself because I need to close the socket. I have the default public static main method where I'm keep repeating an action and a ...
-2
votes
2answers
66 views

java 6 IO - wrapped streams closing [closed]

Consider : public static void read(String filename) throws IOException { String charsetName = "UTF-8"; InputStream file = new FileInputStream(filename); // say no problem ...
0
votes
2answers
23 views

vb.net Program not closing

So this is my code in a Function of a Module. I'd like to close the program where I call Application.Exit, but it keeps running. Is there a good reason for that? Dim OpenFileDialog1 As New ...
1
vote
0answers
7 views

Tornado WebSocket closes once a minute

I'm using Closure client-side and Tornado server side. I create a socket: this.socket = goog.net.WebSocket(true) and then open it: this.socket.open(theSocketUrl) Every works fine including ...
0
votes
0answers
7 views

JFrame Not Disposing

I am attempting to dispose my JFrame on button click. However, when I click the button everything executes except the JFrame doesn't close! Why is this? Is it a problem with another JFrame opening ...
3
votes
2answers
87 views

Php close window after x amount of time

I'm running apache, php, mysql on windows 7. I'm using windows task schedule to open a 'cron job' (php script) on my localhost server. In php I would like to close that tab in the window after 30 ...
0
votes
0answers
20 views

Open/ Close Eclipse project using Ant

My application is a dynamic web application which is dependent on 9 different modules with only java source. The source code of the application and the dependent components are maintained in the SVN. ...
0
votes
1answer
50 views

InputStream and OutputStream abstract methods

I've been exploring the java.io package a lot lately, and I've been wondering where can I find the exact processes that the abstract classes inside InputStream and OutputStream do. I'm dazzled ...
3
votes
3answers
79 views

What does std::ofstream::close() actually do?

This question: How to protect log from application crash? has lead me to another - what does std::ofstream::close() actually do? I know it calls flush() and that's one thing. But what else? What ...
1
vote
1answer
28 views

Groovy XmlParser -> Needs to be closed?

i am reading a xml- file with the groovy XmlParser e.g.: def myXMLContent = new XmlParser().parse(new File("myFile.xml")) But i don't find a close Method for the XmlParser. Don't i have to release ...
0
votes
1answer
38 views

I can't figure out why it keeps terminating. it won't even work with debugger

I'm fairly new to python programming but I like to challenge myself so I made this as a stepping stone for a bigger project... the overall goal of this code is output a word from a list of words in a ...
0
votes
0answers
44 views

Open or close an open windows-file using Java

I'm new to Stackoverflow and generally to programming forums, so please forgive me if I haven't post my question as expected :). I also tried searching for an answer for an hour and surprisingly ...
0
votes
1answer
71 views

Perl open(FH, “grep foo bar |”) - close FH fails when grep returns nothing

I'm opening a pipe to the grep command and reading the results line by line. When done, I close the pipe. If grep found anything, the close() completes normally. If grep didn't find anything, the ...
1
vote
1answer
23 views

Gitbash closes immediately, can't sign in to Github

I'm just getting started with GitHub and I'm trying to follow these instructions: https://help.github.com/articles/set-up-git I've downloaded GitBash but when I click on it, the window pops up for a ...
1
vote
4answers
74 views

Trying to create a 'close' option using js, having trouble with the code

I'm trying to implement the image viewing mechanics from http://fancyapps.com/fancybox/demo/ to my website. I'm looking towards doing what this website did with the 2nd house image from 'Different ...
1
vote
2answers
33 views

(HTML) Linked it to a image, not sure what to code for closing the image

I've linked an image to the image itself so that it can be viewed enlarged but I'm not sure how to implement a close option (or something along the lines of onClick.close so that it closes once the ...
0
votes
0answers
25 views

How to deactivate the Minimize, Maximize and Close buttons in a JFrame having Nimbus LAF

I have been trying to remove the minimize, maximize and close buttons in a JFrame in Java. I am aware of the fact that there are other threads in the StackOverflow and elsewhere about how to do this, ...
0
votes
1answer
57 views

Don't close MyApp

I made an App called MyApp to android that lists in a ListView the Apps that are installed in my device. When i click at a line in my ListView it opens the App that is pointed by this line. If this ...
1
vote
1answer
24 views

WPF GUI application is close with power failure,can i detect the last datetime when it ws unexpected interruption?

i need that last datetime when app was closed..i have the starting time but do not have the last date time which i am using in my application for user..because of unexpected power failure or any other ...
0
votes
2answers
43 views

Close socket after select()

I'm coding an IRC client and I would like implement a "/server" command to switch the connection of my client to an other server. Before initialize the new connection I want to close the sockect's fd ...
2
votes
1answer
53 views

No Way to Close SqlConnection

I know this is an old question. Thousands of statements on Google say Connection will be closed in Dispose(). However, who did really verify that? I found that a SqlConnection is no way to close. I ...
0
votes
1answer
44 views

C# when video ends, close the active form

I'm trying to close a form in which a video is playing. I want it to close said form when the video ends. I'm using wmp embedded into my form, with ui mode hidden. Thanks
0
votes
1answer
28 views

How main WPF window knows when secondary WPF window is closed

I faced a problem. I have two WPF windows in my project and I open the second WPF window by pressing the button on the main WPF window. But when I close the second window I need the first window to ...
4
votes
0answers
30 views

Bluecove Close connection issue

I use Bluecove 2.1.1 and trying to restart bluetooth service, but after closing connection and reopening I can't connect to service, I got "Connection refused" exception. I found this issue on ...
3
votes
1answer
80 views

No need to close the file if it is opened with 'print' in Python? [duplicate]

I usually use: f = open(path,'w') print >> f, string f.close() However, I saw in other's codes: print >> open(path,'w'), string also works well. So, we don't have to close the file ...
1
vote
2answers
39 views

InputMap/ActionMap does not work after opened SubDialog

I have tried to make a Dialog Close when I press ESC and accept when I press ENTER. So I have build a superclass "CloseableDialog" using Input/ActionMap like this: ...
3
votes
1answer
54 views

C# Close program/form with a Thread

Okay so I have a C# form with a couple of classes. In one of these classes I'm running a Thread to check if an external program is running. When the external program isn't running I want my program to ...
4
votes
3answers
59 views

Why do I need to call a close() or shutdown() method?

I'm new in Java with some background in C++ in my High School years. Now I'm trying to make something and I chose Java as the programming language. I've done my homework and look a lot about ...

1 2 3 4 5 23