Read-only means not writable. For the "readonly" language keyword, use the [readonly] tag instead.
0
votes
0answers
21 views
jQuery to make the input text field readonly
I'm using jQuery mobile and I have an input text field that is auto selected when tapped/clicked using the following code:
$(document).ready(function() {
$('.highlight').click(function(){
...
1
vote
1answer
19 views
protobuf-net - generated class from .proto - Is repeated field supposed to be Read Only with no setter?
I am totally confused about this. I have looked around and can't seem to find a direct answer. I have a .proto file that my project, which has all been java, uses to create some messages.
There is a ...
-2
votes
0answers
16 views
Updating read-only app
So, I've been looking in to different options now for months, but I still haven't found the right one for my question. What's the best way to update a read-only Phonegap app, that primarily is ment ...
1
vote
1answer
47 views
Does Tomcat cache compiled JSP pages in memory if scratchdir is read-only?
I've got a webapp installed in a Tomcat container that exists on a read-only file system. As a result, I'm seeing this message (actual names changed to protect the guilty) on startup:
SEVERE: The ...
0
votes
2answers
59 views
Locking a segment within an NFC tag
Is it possible to lock a specific segment within an NFC tag so it would be READ-ONLY, whereas the remaining segments would still be writable? I want to assure that specific data on the tag cannot be ...
-1
votes
0answers
17 views
Why can't my SFDC Staffing Coordinator add a shared resource to an Assignment? [closed]
Currently working my way through Addison Wesley's Development with the Force.com Platform; having a problem on page 90.
I've created all the requisite sObjects and profiles, as described in the book.
...
-1
votes
1answer
53 views
Is there an emacs read-only cline? [duplicate]
Is there an emacs option to read-only a file from command line?I am looking for something like vim -R filename. Best.
-1
votes
0answers
46 views
Is it possible (if so, how), to make an SQL user for a database, with read-only priviliges [closed]
Specifically, a user that can not log in on phpmyadmin, but can be used to establish a connection in PHP to the database, to read the data.
However, the user may not be able to actually login to SQL ...
3
votes
0answers
73 views
Samba causes “mount: / is busy”
I am developing an application on Raspberry Pi. I am using samba to share my RAMDISK over network. Here below you can see my fstab:
proc /proc proc defaults 0 0
...
0
votes
1answer
13 views
Setting permissions on a CRAMFS file system
I am attempting to create a CRAMFS filesystem but am struggling with permissions. How to I set permissions so that when a host mounts the filesystem it will be root:root?
Once the CRAMFS is created ...
1
vote
1answer
43 views
Create a read-only/immutable copy of any object (including deep properties)
How can I create a read-only/immutable version of an object in JavaScript, whose properties cannot be changed? This this should also apply to the properties of any sub objects and so on.
All methods ...
0
votes
2answers
64 views
EmbeddedReadOnlyGraphDatabase complaining about locked database
Exception in thread "main" java.lang.IllegalStateException: Database locked.
at org.neo4j.kernel.InternalAbstractGraphDatabase.create(InternalAbstractGraphDatabase.java:289)
at ...
46
votes
5answers
1k views
Write-Only pointer type
I'm writing software for an embedded system.
We are using pointers to access registers of an FPGA device.
Some of the registers are read-only, while others are write-only.
The write-only ...
11
votes
3answers
146 views
How to ignore read-only files with `perl -i`?
Perl’s -i switch appears to modify read-only files:
$ echo 'foobar' > tmp.txt
$ chmod -w tmp.txt
$ perl -pi -w -e 's/foobar/FOOBAR/' tmp.txt
$ cat tmp.txt
FOOBAR
This is unexpected, as the ...
0
votes
2answers
56 views
WPF how to update the View binded to ReadOnly property in ViewModel
I have WPF window Title-property binded to ViewModel ReadOnly property as:
Title="{Binding ClientAndDate}"
ViewModel property looks like this:
Public ReadOnly Property ClientAndDate As String
...
3
votes
1answer
89 views
Synchronized hashmap read-only access in Java
In Java, there are 3 threads that want to access (read-only) an immutable hashmap to do something. Is SynchronizedMap class below the fastest solution for that purpose? If not, then what would be ...
1
vote
2answers
75 views
Can I make an Xcode project read only, ie prevent it from modifying files?
I'm working on an iOS project that I edit in Emacs but debug in Xcode. I occasionally edit the source files in Xcode accidentally, so I'd like to prevent that. I can't make the files themselves read ...
0
votes
1answer
89 views
C#: Remove Read-only attribute from File without Administrative Privilege
Is there a way to remove read-only attribute of a file if the user is not an administrator?
This works if you're an admin but what if you're not?
FileInfo myFile = new FileInfo(pathToFile);
...
1
vote
1answer
37 views
How to Query a Read-Only Field with ORMLite
I am trying ORMLite as an ORM for a project I am developing. I am mapping a java class to a table that has some auditing fields (ie. updatedby, updatedtime, etc.). The auditing fields are maintained ...
0
votes
2answers
41 views
Hibernate search for read-only database
I need to perform full text queries with hibernate, and Hibernate Seach seems to be a good choice, and the capabilities for matching synonyms, etc are very interesting. The problem is that my ...
0
votes
1answer
316 views
WebView gets stuck on Read-only Empty TEXTAREA on Samsung Galaxy S3 (Android 4.1.1)
I observed that the Android Webview gets stuck when I try to tap into and focus on a TEXTAREA that is read-only and empty. The keyboard comes up and of course doesn't input anything into the TEXTAREA, ...
1
vote
0answers
99 views
Make readonly textarea's height determined by it's content
I would to make a readonly input appear like a pre or div tag with CSS.
I would have thought that it would have been easy to do with a textarea but it seems to be quite the task. I'm able to hide the ...
0
votes
4answers
434 views
readonly div in CSS or JavaScript
I need to make 'read-only div' using with CSS or JavaScript or Jquery. Not only text-box and all. Full div. That div contain anything(image, ,other div,text-box,...)
That should support by all ...
2
votes
3answers
100 views
how to modify python complex number
Once created, Python complex numbers are read-only.
>>> x = complex(1,1)
>>> x
(1+1j)
>>> x.real=2
Traceback (most recent call last):
File "<stdin>", line 1, in ...
0
votes
1answer
43 views
Use JS to Mark a Form Field as Read Only
I have a form that collects a payment based on a users choice of membership level. When they choose the level JS auto fills in the amount on the form. What I would also like to do is mark the field as ...
0
votes
1answer
61 views
How can I disable read-only file warning in Eclipse?
When you want to Edit a Read-Only file in Eclipse, a messagebox comes up asking: "File ... is read-only. Do you wish to make it writable?".
How can I get rid of this messagebox and always have the ...
3
votes
0answers
104 views
How to lock table fields in Emacs Org-Mode (make them read only, constant)?
I'm working on a spreadsheet for a wargaming game. Some fields have
constant values defining points values of a single model and I want to
make these fields read only/constant (to not modify them
...
1
vote
0answers
130 views
Django Admin Inline Read-only Fields for Added only
What I'm trying to do right now is to add "read-only" to the Inline fields added already. However when I add a new one I'm not able to add because they are still Read-only. Am I missing something? Or ...
0
votes
1answer
193 views
Write or append string to a file. Getting read only file system error
First off I wanted to thank everyone for the help I've gotten on my last few questions. I've searched and done my best to figure out my latest problem but I've had no luck even after searching here. ...
1
vote
1answer
82 views
WSO2 Identity Server 4.1.0: User store is operating in read only mode. Cannot write into the user store
I'm getting the following error when I start WSO2 Identity Server 4.1.0:
[2013-02-27 17:00:33,192] ERROR {org.wso2.carbon.identity.mgt.IdentityMgtEventListener} - Error while init identity listener
...
0
votes
1answer
991 views
SharePoint 2010: Link to open Excel file in edit-mode mode
I have an application with a button. This button refers to an Excel document I have on a SharePoint. However, it will download the file which means it's read-only. Now, there's an option in the ...
0
votes
1answer
94 views
Delayed Job worker on Heroku tries to connect read-only follower
Here is the actual error from logfile:
2013-02-20T20:56:03+00:00 app[worker.1]: SQL (11.1ms) UPDATE "delayed_jobs" SET locked_by = null, locked_at = null WHERE (locked_by = ...
0
votes
2answers
73 views
Is there a better way to move a file to a read only folder using .NET?
I am writing a C#/WPF business application that needs to (among other things) re-organise some media files (audio, video and image files). The application must also run in the security context of the ...
2
votes
2answers
538 views
Python read-only property
I don't know when attribute should be private and if I should use property.
I read recently that setters and getters are not pythonic and I should use property decorator.
It's ok.
But what if I ...
2
votes
1answer
160 views
linq query read only
I am completely stumped on this issue. I have been searching for a while now and still have no answer for how to solve the problem.
I run a query in which I attempt to set the value on. The problem ...
0
votes
1answer
112 views
InfoPath 2010, SharePoint 2010
I have created an InfoPath 2010 form which is published to doc library in SharePoint 2010. I want for this form to become read-only ie once it has been submitted.
None of what I have done so far ...
0
votes
1answer
127 views
NetBeans IDE: Is there a way to make files read-only or lock the contents?
In the Netbeans IDE, is there a way to make a file read-only
or prevent the file's contents from being edited, even though
the file is part of a project as source code, a test package, or a data file?
...
0
votes
1answer
115 views
Open SQLITE read-only in c#
I trying to open an SQLITE database in read-only mode according this link:Connection strings for SQLite
SQLITE Connection string
string ConString = string.Format(@"Data ...
1
vote
1answer
57 views
Read-only files icon in “Places” on Komodo Edit
I am trying to change the icon for read-only files in "Places". I want to see a lock icon for read-only files, such as tab icons.
How should I approach this?
6
votes
4answers
382 views
C++: Static string literal table?
What is the correct way in C++ to create a global & static table of strings?
By "global", I mean: Useable from any file that includes the header. But not part of some run-time created singelton ...
0
votes
0answers
64 views
MySQL Detect Read Only Tables with PHP
Is there an easy way to check if a MySQL table is read only? I know you could just issue an INSERT and DELETE to check for it, but I was hoping there was something already built into.
Thanks!
0
votes
0answers
129 views
Making an un deletable and read-only entity with Hibernate
I have a table called UserRights containing the list of possible rights that a user can get through a ManyToMany association.
Hence I want this table to be read-only / unmutable. So no deletion and no ...
0
votes
0answers
72 views
python opening “hidden” directory [closed]
I am working with a backup image of time machine. I have mounted it on Ubuntu and I need to use python to enter into a directory which is hidden. I can do it on Ubuntu using cd but I cannot do it on ...
1
vote
2answers
138 views
How to set Eclipse project as read-only?
In a single file it can do right click > Properties > mark 'Read only' under Attributes , how can I do the same on all the project files ? I found same question from '08 but with no enough answer .
1
vote
2answers
155 views
how to check in code whether an external storage device is read only
In my android app I write some files to SD card.
However there is a condition that if the SD card is READ-ONLY
then I have to change screen settings accordingly.
How can I check it in my code if a SD ...
3
votes
2answers
352 views
Android root app not working: Can't remove file from terminal or Java
I'm working on a simple root app for clearing browser localstore, and maybe later add other features that aren't possible with built-in apps. I'm using roottools, root seems to be working, but it ...
0
votes
2answers
3k views
Ubuntu. Creating bootable USB with Windows 8 [closed]
I'm Ubuntu 12.10 user. I'd like to try Windows 8 on my notebook. I'm trying to create bootable USB. There is my plan: Mount my .iso to /media/iso then copy all files to USB device. But I can't do it ...
0
votes
2answers
183 views
How do you test Wicket TextFields for read-only?
I want to test that my Wicket TextField is set to readonly. I have set up my WicketTester but that just supports assertDisabled() which is useless and fails in my case.
I already tried ...
4
votes
2answers
80 views
How to make sure others guys cannot edit my git notes?
I want to do the release notes by using git notes, but I am not sure if other guys change my git notes by using the same ref.
BTW, chmod 444 .git/refs/notes/abc_test & ...
0
votes
1answer
81 views
Sharing via ACTION_SEND: How to make string immutable by user?
Is there a way to hand over a string to an ACTION_SEND intent that is read-only to the user and cannot be edited, just sent or not sent?






