Tagged Questions
The closing tag has no wiki summary.
10
votes
4answers
5k views
How to know user has clicked “X” or the “Close” button?
In MSDN I found CloseReason.UserClosing to know that the user had decided to close the form
but I guess it is the same for both clicking the X button or clicking the close button.
So how can I ...
9
votes
4answers
4k views
C# - Detect reason for form closing
How can I detect how a windows form is being closed? For example, how do I find out whether the user has clicked on a button which closes the form or if the user clicks on the "X" in the upper-right? ...
6
votes
4answers
2k views
Best Practice for WCF proxy lifetime - or how often to close a WCF proxy?
I've been working on a WPF application that uses WCF to access the server side logic & database.
I started with a single WCF client proxy object that I was using repeatedly to call methods on the ...
6
votes
4answers
333 views
Need to know when application is closing
Is there a way to monitor when an application that is using the dll closes? The DLL and the application are both C#, neither are Windows Forms.
I can check when the main application is closing, but I ...
6
votes
7answers
4k views
XSLT self-closing tags issue
I am using xslt to transform an xml file to html.
The .net xslt engine keeps serving me self-closing tags for empty tags.
Example:
<div class="test"></div>
becomes
<div ...
5
votes
1answer
71 views
Are XML/HTML tag names inside closing tags really necessary?
This is really not a programming question per se, but I was wondering why the name of the tag is required in a closing tag in XML. For instance, couldn't
<a>
<b>stuff</b>
...
5
votes
2answers
872 views
Method may fail to close stream on exception
I get the critical error with finbugs
The method creates an IO stream object, does not assign it to any fields, pass it to other methods, or return it, and does not appear to close it on all possible ...
4
votes
2answers
105 views
Why does the “Close” call on a stream behave differently in C# and in Java?
Consider the following scenario, a servlet has been written in Java and once you connect to the servlet, it starts writing to the OutputStream, let's say 10 million bytes, 1 byte at a time.
You have ...
4
votes
5answers
320 views
Running a method when closing the program?
I need to execute a method, (a method which creates a file), when I exit my program, how would I do this, with an if statement?
4
votes
5answers
959 views
VB.net : How can I prompt a user if they are about to close their program with unsaved data?
I working working with Visual Basic 2010 Express. I have a DataGridView that is linked up with a local SQL database I've created. I have it currently where the user can click a button to save their ...
4
votes
3answers
121 views
Who should be responsible for closing a stream
I'm writing an application that creates a "Catalog" of files, which can be attributed with other meta data files such as attachments and thumbnails.
I'm trying to abstract the interface to a catalog ...
4
votes
4answers
405 views
In Python, how to make sure database connection will always close before leaving a code block?
I want to prevent database connection being open as much as possible, because this code will run on an intensive used server and people here already told me database connections should always be ...
4
votes
2answers
1k views
Which should I close first, the PreparedStatement or the Connection?
When using a PreparedStatement in JDBC, should I close the PreparedStatement first or the Connection first? I just saw a code sample in which the Connection is closed first, but it seems to me more ...
4
votes
5answers
3k views
Closing WCF connection
We are using WCF service
on the client side we are planning to explicitly close the connection
It seems there are more then one way of closing
Sample1:
In the finally block of the WCF service ...
3
votes
3answers
254 views
Java - how do I prevent WindowClosing from actually closing the window
I seem to have the reverse problem to most people. I have the following pretty standard code to see if the user wants to do some saves before closing the window:
...
3
votes
1answer
104 views
VBA Closing Excel Files
Say I have some VBA code in Access that uses excel for whatever reason. Sometimes I have trouble closing the file properly.
The code (I think) should look somewhat like this:
WBO.Close ...
3
votes
2answers
491 views
Show popup when user tries to exit the browser (GMail style)
I have to prompt a user when he/she tries to exit the browser window. For example, when you go to GMail and you start composing a new message, and then try to close it before saving anything, GMail ...
3
votes
3answers
3k views
Ask user before closing C# WPF application
I want to ask user before closing application.
I's C#.NET 4.0 application. I'm using WPF. I can do it in windows forms, but not in WPF.
Event is fired when user want to close app, message Box appears, ...
3
votes
4answers
1k views
c# AcceptButton and validation
Hi
I have a form which contains of several textboxes and two buttons Cancel and Ok. These buttons are assigned to accept and cancel buttons properties in form. The problem is that I have to validate ...
3
votes
6answers
14k views
java swing close window without exiting app
I have a little frame where I ask user & password. This frame will be opened clicking over a button in a main window.
Then I have two buttons: ok and cancel.
When I click on "cancel" button, I ...
2
votes
2answers
73 views
Why can't java close properly even though I'm using dialog.dispose()?
I tried looking high and low for a solution to a similar problem, but it's sort of too generic to find. I'm posting the full code below, but basically I have a class which has a dialog containing a ...
2
votes
1answer
49 views
Closing a WPF window when responding to doubleclick transfers doubleclick to the main window
I have seen similar issues reported but never answered. This is a major problem for me.
I have a WPF application which opens a new window using ShowDialog(). In the new Window I have a datagrid but ...
2
votes
5answers
113 views
Form.Close() doesn't close window imediatelly
I need to be sure that all forms will be closed if I user somehow close the main form. So I decied to hide Close() function and I wrote sth like this
public new bool Close()
{
...
2
votes
3answers
316 views
How to close std-streams from java.lang.Process appropriate?
This question is about java.lang.Process and its handling of stdin, stdout and stderr.
We have a class in our project that is an extension to org.apache.commons.io.IOUtils. There we have a quiet new ...
2
votes
1answer
115 views
Changing Wpf window appearance on Window_Closing
When the user clicks the x to close the application window I want to pop up a message saying "Shutting Down, please wait" and greyout or disable the rest of the window controls.
This is because my ...
2
votes
2answers
124 views
How to make an async call when my windows phone application is closing
In my Windows Phone 7 application I want to make a WCF call when the application is closing.
However, when I make the call, the application ends-up in :
private void ...
2
votes
5answers
216 views
Python Calculator Divide by Zero/Sqrting a Neg. Int. crashing program
Alright, I'm doing this for a project and whenever I attempt to have it divide by zero or square root a negative number that program closes out. I've attempted to find something I can insert into the ...
2
votes
3answers
422 views
Parent form closing after child form closes
In my C# application, I have the following method that is called when the main form closes.
private void FormMain_Closing(object sender, FormClosingEventArgs e)
{
// Show this dialog when ...
2
votes
4answers
113 views
Closing of Attribute Values in HTML and CSS
Three developers, Bob, Bill, and Bruno, start creating a website and they begin to argue about which way of writing HTML markup (and CSS) is best.
All Doctypes = <!doctype html>
Bob writes his ...
2
votes
2answers
153 views
Dao methods, manipulating single/multiple objects and closing resources
The usual advice is to close JDBC ressources once they're no longer needed. This could be done in a catch and finally. However, what if a DAO method only manipulates one domain object and an operation ...
2
votes
3answers
352 views
How do I avoid closing an InputStream passed to my method that I wrap in Reader streams?
I'm creating a Java method that accepts a single InputStream as an argument. For the convenience of working with a character-based stream, I wrap the provided InputStream at the start of the method ...
2
votes
4answers
1k views
Javascript register window/tab closing event before window/tab close
This has / may have been asked before, but, as far as I remember, the question was not satisfactory answered at that time ^^
How can I register a window or tab closing event with Javascript? I have ...
2
votes
3answers
227 views
Can I put commands after Form.Close()?
In C#,
Suppose I am in a form, and I pressed a button I made to close it.
this.Close();
some_action(); //can I do this??
can I perform another action after I closed the form or does the thread die ...
1
vote
3answers
40 views
FormClosing Event not called for MDI Child Form
I am trying to close a formular when opening a new one.
When closing an formular, I want to process some special logic in the closing event.
But the closing event is never called, neither in the ...
1
vote
2answers
79 views
MessageBoxResult button Cancel close application
When the window is closing I'm calling a method TryClose to show a dialog. But when I click on Cancel the application close. Any idea just to "hide" dialog and don't do anything else?
public void ...
1
vote
1answer
116 views
Closing threaded Tkinter window
I use a Tkinter window to visualize some output of my programm. The window is threaded (see basic structure below) and basically it works quite fine. So far, I only have trouble closing the window. ...
1
vote
2answers
305 views
Overcoming unclosed tags in xsl
I'm working on a drop down menu that pulls data from a Sharepoint list and is styled with xsl. The html structure is a simple unordered list
<ul><li>parent ...
1
vote
2answers
482 views
C# using Office Interop add-ins; problem saving on close
I am using VS2008. In my application, from a MMC snap-in I run an Excel 2003 Worksheet (in Office 2007) so that the user can modify certain parameters.
The code is subscribed to the BeforeClosing ...
1
vote
1answer
256 views
Closing MDIParent Form, application is still running in task manager
So I can't seem to completely exit the application, I want this to happen when the user clicks the (x) button. is there a certain command like application.exit I can put somewhere (maybe ...
1
vote
2answers
281 views
How can I create a self closing tag using JDOM
I could find in Jdom api any function to create self closing xml tag like the <selfClosingTag /> below.
For example, I need to create the following content:
<parentTag>
...
1
vote
1answer
510 views
Silverlight 3 Window.Closing Event or how to stop a user from closing a browser to stop a running timer
do we have Window.Closing Event in Silverlight version 3? If not, is there an easy way to check if the user is closing the browser and to stop him doing so unless he explicitly stops a running timer?
...
1
vote
3answers
70 views
PHP omits a return
when a carriage return follows a closing php tag, php doesn't print it.
How can I change this?
Thanks a lot
1
vote
0answers
254 views
Trouble closing img tags in Javascript – using strict xhtml DTD
I am using a Javascript called Niceforms.js which makes HTML forms looks pretty. It works fine under the xHTML Transitional Doctype, but I need to build my site using Strict xHTML.
It has a few ...
1
vote
3answers
601 views
C# : OnClosing takes a while, how can I show a dialog with a marquee progressbar?
I have to do quite some cleanup in my OnClosing handler, which makes it seem like my app is hanging.
How can I show a small dialog with a marquee-style progressbar so users will at least know it's ...
1
vote
1answer
308 views
closing a dialog after a delay
After calling DoModal() on a dialog, and calling a delay function. how do you close the dialog.
m_dlg.DoModal();
Sleep(1000);
.
.
.
0
votes
1answer
62 views
Android Error when closing the application
I have an android programm which manage a database. It this database, I write the sensor values of my device.
When close the application with the home button, i have a force close error.
Here is my ...
0
votes
1answer
56 views
Closing event fired twice when set the exitButton.IsCancel = True
I realized when I set the exit button with attribute IsCancel = True, the Closing event of window will fire twice.
private void exitButton_Click(object sender, RoutedEventArgs e)
{
// ...
0
votes
1answer
97 views
WPF override OnClosing still clears DataContext even if e.Cancel = true
Never mind... found it... and see why too...
I've looked around on WPF, and overriding the OnClosing of a WPF window to prevent closing window under whatever conditions... Such as editing and getting ...
0
votes
1answer
140 views
WPF closing child- closes parent-window
i have the pretty same sample as mentioned here.
Fast concluded: MainWindow closes when the last childwindow is closed.
My Problem: I couldn't solve my problems with the described solutions. I can't ...
0
votes
2answers
111 views
Android SQLite closing database between 2 activities
I know there are similar forum threads to this one, but I've read them and tried the methods for solving the problem but it doesn't seem to do it.
I get the:
close() was never explicity called on ...