Tagged Questions
0
votes
0answers
169 views
Add two exit buttons! FLASH as3
I know this may sound easy but i cant seem to figure out how to have two exit buttons.
one at the front menu and one at the end menu. my front menu works however i cant seem to make the end one work.
...
0
votes
1answer
36 views
my android button is not working
i have 2 activity and 2 file .xml, in nameActivity have buttonCancel and buttonNewUser, in SignUpActivity have buttonBack, when i'm click buttonNewUser it's execute SignUpActivity, when i'm click ...
1
vote
1answer
886 views
How to create a correct exit button in qt
I'm trying to create an exit button that correctly closes the GUI I have made in QT. I have tried doing this in the following way:
#include <QtGui/QApplication>
#include "mainwindow.h"
int ...
0
votes
5answers
732 views
Android:Exit in application
I Have developed a android application. In that application I have exit button, I want to exit from my application when I press the EXIT BUTTON. please someone give me a sample code or a tutorial ...
2
votes
1answer
745 views
JFrame Close button
I have a Jframe window inside which there is a button. By clicking the button it opens a new JFrame window. But when I close this window it automatically closes the first Jframe window with the ...
4
votes
1answer
3k views
Control press “back button” and disable close the application using a dialog for confirm - wp7
I need show a simple dialog with the question : 'Do you want to exit the application?' YES or NO.
This dialog will be shown when the user presses the back button of the device.
I know how I can show ...
8
votes
2answers
5k views
Android: How can I detect if the Back button will exit the app (i.e. this is the last activity left on the stack)?
I'd like to warn the user if the back press is going to finish the last activity on the stack, thereby exiting the app. I'd like to pop up a little toast and detect a 2nd back press within the next ...
6
votes
5answers
4k views
Exit application on “Back” button on WP7
I know that in WP7 it is not possible to exit application programatically. So haw can I handle the following need?
My MainPage is empty, and has has the only purpose to make a test:
if user never ...
6
votes
1answer
3k views
Close app when hitting back button on android
So my login Activity is the first screen you see. When you hit the back button, it exits the app, good. So I open up the app again. After logging in, I am now in my main Activity. How do I make it so ...
2
votes
2answers
2k views
Eclipse rcp disable exit button in an eclipse application
how can I disable the window top-right button to close application?
Thanks a lot
5
votes
10answers
27k views
Android App Exit Button
I'm not sure whether I need to add an exit button to my app. Is there any point to doing this? And if on exiting one activity or service is not .finish() or closed properly could this cause a lot of ...
0
votes
2answers
4k views
exit and back button implementation
Either exit button or back button only can be implemented in my application.But i want both the implementations in my application. So,Please propose me a solution.
Thanks in Advance..:)
3
votes
3answers
3k views
Add functionality to Windows.Forms exit button?
Programming in C#.NET 4.0 is my latest passion, and I would like to know how to add functionality to the standard Windows.Forms Exit button (the red X in the upper right corner of the form).
I have ...
7
votes
8answers
11k views
How do I add code to the exit button in a c# form?
I'm using Microsoft Visual C# 2008 Express.
In my main form, there's that X button to close the form at the top right. How do I add code to this button? In my menu, I have an "Exit" item and it has ...
6
votes
8answers
32k 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 ...

