Questions tagged [readonly]

Read-only is a generic concept that means "not writeable" - Please DO NOT USE THIS TAG. This tag is ambiguous and needs to be broken up.

This tag is ambiguous.

Please consider using (or creating) alternate tags for the specific use-cases of this term.

  • Read-only is a generic concept that means "not writeable"

  • readonly is a language keyword in C# that makes a member immutable.

  • readonly is an HTML attribute that makes input elements non-editable.

1624 questions
0
votes
3 answers

update Readonly int array?

In Classical sense Readonly objects can only be set in the constrcutor and cannot be modified later on. Why do readonly int arrays behave any different. PS:I am aware of Readonly collections, I am just curious to know why is this allowed ? class…
Rauld
  • 980
  • 2
  • 10
  • 19
0
votes
1 answer

MySQL Read Only when joining tables

I'm getting "read only" on the record results whenever I do a join select. I have full permissions as far as I'm aware (Insert, Update, Delete...). Only happens when I join tables, and I do have primary keys included in the select from each table…
Ryan
  • 784
  • 6
  • 8
0
votes
1 answer

DataGrid Edit and Readonly behaviour in wpf

I m new to WPf Datagrid .My requirement if i select a cell in datagrid and press enter it should changed to readonly= false(editable) and user can change the content and again if he press enter key the cell should change to readonly =…
0
votes
3 answers

Edit individual chars in Objective-C

I'm learning about Cocoa/Objective-C, and I'm trying to be able to modify a NSString and edit individual chars in the string. I've managed to be able to change it to an array of chars, and change it back, but when I try to do c[0] = 'b', it says,…
dunnmifflsys
  • 613
  • 2
  • 9
  • 21
0
votes
2 answers

Make body readonly

On opening a dialog I want to make the rest of the body readonly/unselectable. I'm using jquery. Currently I'm using this, but it doesnt work: