Questions tagged [auto-close]

64 questions
0
votes
2 answers

How to prevent MenuButton from closing when clicking on the CheckMenuItem (JavaFX)

I'm new with Java, I would like to know how to prevent MenuButton popup from closing when I click on the item, I tried the following function, which I found on this site, but does not seem to do anything. I need this in order to make a clone of my…
Toody
  • 87
  • 1
  • 10
0
votes
2 answers

Why is the vav auto close (Bootstrap) - Not working for the iPhone 8?

So when my webpage is viewed on mobile devices, the responsive nav menu auto closes when a link is selected in the drop down nav. Works fine on android and up to iPhone 6s. Just tested it on an iPhone 8 plus, but for some reason the auto close…
user5371085
0
votes
0 answers

facing some unknown errors with autoclose using log4js

so iam trying to add an multiple logs file logging system but iam facing some errors which couldn't be read becuase of console auto close... log4js.configure({ appenders: { logs: { type: ['file','console'], filename:…
Zorono
  • 75
  • 2
  • 12
0
votes
2 answers

Eclipse is adding another bracket before auto close bracket

I keep going back and forth between Eclipse ide and Netbeans ide for java programing. The reason being is that I love the way Eclipse is set up and all, but the thing I hate about it is I can't figure out how to not add another bracket if theres…
Vince
  • 2,596
  • 11
  • 43
  • 76
0
votes
2 answers

Autoclose Excel Workbook with warning popup

I have a situation where multiple users will need to access a workbook (want to avoid using the 'Share Workbook' option due to all the problems). I've determined that a possible solution to this is to get the workbook to automatically close after 15…
SammMmm
  • 3
  • 2
  • 4
0
votes
0 answers

notepad++ : can I add a 2-char delimiter to the list of auto-close brackets?

I'd like to mod NP++ so that typing /* brings up the matching */ automatically. The Prefs dialog for bracket matching appears only to allow single-char values for custom auto-close pairs. Can I achieve this w/o diving into some auto-running macro?
Carl Witthoft
  • 20,573
  • 9
  • 43
  • 73
0
votes
3 answers

Why MVC Sweet Alert will Auto Close?

Below are my coding. Please advise why the sweet alert only pop up not up to 1 second then auto Redirect to another page. From HTML: $.ajax({ url: "/ABC/AddST/", data: { "username": $("#username").val(), "fullname": $("#fullname").val() …
Tss
  • 88
  • 4
  • 13
0
votes
1 answer

Adobe-Brackets disable auto-indent and auto-close tags

I have an issues with Adobe Brackets out there after trying to change the preferences with solutions that are out there. Issue: I opened with the head tag. After typing some code, on the last line, i begin to close the head tag and it auto…
0
votes
4 answers

Application on Device Close on open

Every time I open my App on my phone to check it, it close on the second it opens and says: ""Name of app" stopped" its just autoclose without even go to main layout p.s tnx for help guys! Debug says: Target device: 54d1969c Installing APK: …
SpectorHacked
  • 19
  • 1
  • 6
0
votes
1 answer

Keystroke to surround selected with tags in Eclipse (or cancel auto-closing)

I am used to an editor that does not auto-close tags, but I'm exploring Eclipse. Sometimes, I already have a block of text entered, and would like to put matching tags around it. If I type at the beginning of the block, I end up with the closing tag…
Kev
  • 15,899
  • 15
  • 79
  • 112
0
votes
0 answers

How do I make this window close automaticly after a button is clicked in javascript?

I have this button made in javascript and when it is clicked it opens up a small twitter popup window that allows the user to follow me. Now what I want is for this popup window to close once the person clicks "Follow". I have attached a picture of…
0
votes
1 answer

vim auto close $$ and \[\] in the insert mode?

I am using vim-latex to edit tex files and often type inline math formula by $xxxx$ and displaymath environment by \[xxxx\]. In the visual mode, Vim-latex provide shortcuts for them, i.e. `$ ,depending on characterwise or linewise selection. How to…
Yulong Ao
  • 1,199
  • 1
  • 14
  • 22
0
votes
2 answers

Javafx : Disabling Menu (MenuButton) auto close

I have a MenuButton that contains only CheckMenuItems. My user will usually check several items and if he has to re-open the menu for each one, he will soon throw his mouse through the screen. I choose to use a menubutton rather than a combobox…
Léo Martel
  • 31
  • 1
  • 5
0
votes
2 answers

Turn off proximity sensor after closing app - Android

I made an app that reads values off of the proximity sensor and performs certain actions based off of that data. My problem is that the actions will continue to perform even when the user presses the home button and leaves the app, thus causing a…
Mo2
  • 1,090
  • 4
  • 13
  • 26
0
votes
1 answer

Good Extension for vim to autocomplete HTML and/or CSS and possibly jquery?

I am using the vim console on windows. Is there any good extension out there to autocmatically close HTML and/or CSS and possibly jquery tags? like in eclipse when i got

?
CodeFanatic
  • 11,434
  • 1
  • 20
  • 38