Questions tagged [auto-close]
64 questions
0
votes
1 answer
Making program to close automatically after clicking on NO on a MessageBox (C++)
I'm learning C++ programming at school and by myself as well. Now I'm trying to make some upgrades on the visual experience and on the user interface. My question is that can I close the program after a simple click on a MessageBox's "NO" button. I…

L. Huni
- 3
- 1
0
votes
0 answers
notepad++ autoclose quotes don't type quotes if it's the next character
I'm using notepad++ and installed a few plugins, one of which auto-closes quotes (', ") as well as brackets ((, {). I've been on codecademy.com to expand my knowledge on programming and noticed that if you type in quotes or brackets, it auto-closes…

Vince
- 2,596
- 11
- 43
- 76
-1
votes
2 answers
Python exe file auto closes after double-clicked
I've converted a python script to an exe file using pyinstaller, whenever I open the exe the program, it flashes for a second and automatically shuts down itself.
The program is a simple one. Here's the code snippet:
print("Hello World")

Susan Tandiono
- 71
- 1
- 8
-1
votes
1 answer
onsen notification to auto close after a set time
Hi I am using Onsen as part of a AngularJS Phonegap/Cordova project.
I was wondering is it possible to to automatically close an Onsen notification after a set time. Also is it possible to not include the button?
My current notification is shown…

D Prinsloo
- 346
- 2
- 6