Questions tagged [auto-close]
64 questions
2
votes
1 answer
Auto-closing TIBCO EMS connections when no longer needed
We're using TIBCO EMS from our ASP.NET 3.5 app for one interface to an external system, and it appears to be working just fine - except that the guys running the other side tells us we're racking up connections like crazy and never closing…

marc_s
- 732,580
- 175
- 1,330
- 1,459
2
votes
1 answer
Automatically close the execution of a jar file or automatically run a jar file on an event
I have implemented an application that process some xml input files and write more xml files as result.
I have to put this jar to run on a Raspberry Pi.
I transfer the input files from my pc to Raspberry Pi using PuTTY or WinSCP.
I have a method…

Nelly Junior
- 556
- 2
- 10
- 30
2
votes
1 answer
Access VBA - Export Access Form to PDF then Close the Adobe Reader
I have a VBA code in Access that exports/saves 3 seperate Access Forms to a PDF for record purposes. However, upon completion, Adobe Reader opens the Forms that were saved, requiring the processor to manually close all 3 forms. 3 forms doesn't…

Grrly
- 43
- 1
- 1
- 7
2
votes
1 answer
How to prevent Amazon ELB sits in front of RabbitMQ close connection with celery?
ELB will auto close connection for 60 secs idling, with TCP connection switch to CLOSE_WAIT state
however, celery doesn't get noticed and keep publish task message
message will be kept in send buffer
when buffer is full, celery publishing call will…

Jim Horng
- 1,587
- 1
- 13
- 23
2
votes
1 answer
Autoclose the keyboard popupCharacters in Android
I am working on a soft keyboard for android based on the sample softkeyboard (i know its old but its all i have to work on) and using code similar to the following

pachuau
- 81
- 4
2
votes
1 answer
Auto close menu by clicking anywhere only at specific browser width
I've made a simple jsfiddle to show the problem:
http://jsfiddle.net/jacqueline01/rCW85/
Please resize your browser to see the dropdown/toggle menu. This simplified fiddle is created from this tutorial.
The Problem
When the dropdown/toggle menu is…
user2931021
1
vote
1 answer
custom AutoClose vim plugin
I am using the AutoClose plugin for vim and I was trying to add my own custom feature which will close my <% with %> but right now when it is closing my cursor is being placed in the middle of the % and > therefore I have to go back with the arrow…

trev9065
- 3,371
- 4
- 30
- 45
1
vote
0 answers
how can i close my side bar after clicking tag in shopify?
These is codes that I used for HTML section
I didn't use JavaScript in this section
but there is CSS that I didn't add ,
I hope that you can help us to solve this issue

Alireza Akbari
- 11
- 1
1
vote
2 answers
How to auto close an alert after few seconds with Bootstrap?
I have developed a Python/Flask application and ran into an issue implementing a Bootstrap alert where the idea is to:
dismissible via a close button.
fade out and close after 2s if no action is taken.
Code
{% for…

ftani
- 170
- 1
- 3
- 12
1
vote
1 answer
How to implement auto closing of double quotes, parentheses, brackets with prompt_toolkit used in iPython 7.x?
IPython since version 5 onward uses prompt_toolkit instead of readline, and I am trying to use its implementation of this package to enable auto closing of double quotes, parentheses and brackets. I have got as far as this code:
ip =…

Theo d'Or
- 783
- 1
- 4
- 17
1
vote
0 answers
How to find out whats going wrong in HTMLUnitDriver/Firefox with a page that closes itself?
I am analysing websites often with Firefox (66) and it's Network Analysis which is very helpful.
Now I have a situation where I open a page and this page opens another one. Within this last page I fill in something and then pressing the submit…

PowerStat
- 3,757
- 8
- 32
- 57
1
vote
2 answers
Auto-close HTML tags in Komodo Edit?
Is it possible to turn this on in version 6.1.1? I'm not seeing it...

user456584
- 86,427
- 15
- 75
- 107
1
vote
0 answers
Javascript to auto-close a tab based on the URL
I was trying to figure out how to make a chrome extension (new to experimenting with this) that would automatically close a tab if the URL contained a specified string, but everything I've read says you can't do that in javascript - trying to do so…

Ian McKenzie
- 11
- 2
1
vote
2 answers
Visual Studio Code Not Auto-Close Tags in HTML
So version before 1.30 worked fine, and did close the Tags in .html file, but as of 1.30 update I can't finish and then try to close it with
I have tried to delete config.json file, also tried to turno on every possible option for auto-close and…

Code Genie
- 11
- 1
- 6
1
vote
2 answers
Angular 2 Side-bar to be closed whenever a route is changed
I have a sidebar wich you can close when clicking outside or on X inside in bar. But I need to have auto close when changes routes ( for example from Home to About or Contacts stays open, but I need that It collapsed )

Olga Lanova
- 13
- 1
- 6