Questions tagged [locked]
244 questions
3
votes
1 answer
jQuery UI Accordion Locking Certain Elements
I have a jQuery UI Accordion set up on my page with multiple h3 items.
For some reason, after I select, say, one in the middle, it locks some of the other elements. There doesn't seem to be a pattern as to which are locked out.
When I hover over…

Nick C
- 31
- 2
3
votes
1 answer
Prevent brute-force detection for certain users in keycloak
I have applied the brute-force detection in keycloak in my project. But my requirement is that I want to keep out 2 users from brute-force detection and want a default setting for them.
How can I set in the realm so that I can prevent brute-force…

Arun Kumar
- 91
- 1
- 7
3
votes
1 answer
android COSU single app - lock for browser and just one web-app on gadgets
I'm not experienced with Android. I want to setup some tablets in such a way, that the gadgets are locked to just one web-app. I think it should be somehow locked to a Browser (which in turn should open directly after the launch of the tablet with…

Anton Krashennikov
- 59
- 4
3
votes
1 answer
Searching for locked accounts in Active Directory (Excel/VB)
I'm trying to use Excel VBA to provide account information of user accounts on an Active Directory domain. I am struggling with options in the "Account tab in "Active Directory Users and Computers" specifically checking if an account is locked. I…

Jacko
- 31
- 3
3
votes
6 answers
How to shutdown a locked PC (vb.net)?
Shutting down a pc in vb.net is easy:
Process.Start("shutdown", "-s -t 00")
unless the user has locked the pc in which case the above fails.
How do I get around this in vb.net? How do I shutdown a locked PC?
The program will be running locally.

Altycoder
- 270
- 3
- 15
3
votes
0 answers
SQLiteDatabaseLockedException: database is locked (code 5): , while compiling: PRAGMA journal_mode. Can't insert data
I am a novice to Android programming and am creating an barter-system app.
I've used SQLite as the Database and have created a DatabaseHelper class.
The app starts with a Login page and has a link to the Register user page. It is when inserting…

hmda5
- 31
- 1
- 4
3
votes
1 answer
Multiple Check-outs Error!! must remain locked because its file type prevents multiple checkouts
I try to check-in excel document regarding my development. But my build is failing because of its file is locked by me. But the problem is; when i select unlock the document, I am getting this error below.
> The item $/../../Device must remain…

cell-in
- 709
- 2
- 11
- 27
3
votes
2 answers
Getting System.IO.IOException when moving file to newly created directory
I have a code to create new folder and move file to that folder using FileSystemWatcher.But it gives following error.
System.IO.IOException: The process cannot access the file because it
is being us ed by another process. at
…

TDApower
- 25
- 5
3
votes
0 answers
flextable freeze and/or lock columns and header
There are a ton of freeze/lock column solutions on this site but as far as I can tell none of them give me the answer I need. I'm using GWT 2.4 and a FlexTable and without creating two tables I would like to be able to freeze the header row so it…

user1574749
- 31
- 2
2
votes
1 answer
Can an app receive bluetooth data if it is locked?
Simply that question. You see other devices stating that they can, but built on older platforms. Any sample code would be great.

Glen020
- 187
- 1
- 12
2
votes
2 answers
Run perl script while computer is locked
I have written a perl script which runs in the background right after a user logs in on a window xp machine. Now the script runs fine until the user is working on the computer. But if he locks the computer or the screen saver is started (which also…

vishalkbhatt
- 83
- 1
- 5
2
votes
0 answers
Spring boot export PipedInputStream is getting locked even in separated thread
I am using spring boot application with REST API export csv file using PipedOutputStream.
But when I hit the REST API end point then it is getting locked on 100th row without any exception until I force reloading of application…

Luke
- 1,163
- 2
- 11
- 19
2
votes
1 answer
PowerShell: Error when reading files that are open in other programs
Hello PowerShell Experts,
The script snippet below works when adding files to Zip file. However, if the file to be added is open in another program then it fails with exception, "The process cannot access the file[..]". I tried using…

user5349170
- 141
- 1
- 12
2
votes
1 answer
ExtJs GridPanel freeze/lock multiple columns
Though ExtJs GridPanel is rich datacontrol , it has restricted columns freezing functionality.
Only first column can be freezed via locked attribute.
Has anyone solved this problem ?
Here is my code:
Ext.require(['Ext.grid.*', 'Ext.data.*',…

alekoo73
- 779
- 2
- 10
- 18
2
votes
1 answer
UiPath - VB Net - Excel - Unlock Specific Column
I am trying to Unlock a Specific Column Range (Column I & J) by using an Invoke Code and I am also running other functions in this same block, like Hiding a specific Column etc.
I am able to Unlock all the Columns using "excelWS.Columns.Locked =…

craig157
- 355
- 1
- 3
- 18