|
[Date Index]
[Thread Index]
[Author Index]
Re: How to Protect a Not Editable Cell from being Removed?
- To: mathgroup at smc.vnet.net
- Subject: [mg24237] Re: How to Protect a Not Editable Cell from being Removed?
- From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
- Date: Tue, 4 Jul 2000 15:22:02 -0400 (EDT)
- Organization: Universitaet Leipzig
- References: <8jrcjd$dvc@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Hi,
add the Editable->False option to the cell, by a palette, a function
that operates on the notebook cells .., SetOptions[Cell,Editable->False]
..
Regards
Jens
Adalbert Hanssen wrote:
>
> Hi, all,
>
> using Cell > CellProperties one can protect a cell from being inadvertently altered.
> Just uncheck the Property "editable".
>
> A cell, which is not editable, however can be removed alltogether. Is there something,
> how I may prevent a cell from being removed (without prior going through a special
> menu)?
>
> sincerely
>
> A. Hanszen
Prev by Date:
Malfunction of Position or where am I wrong?
Next by Date:
Re: Why doesn't Log[ E^x ] = x ?
Previous by thread:
How to Protect a Not Editable Cell from being Removed?
Next by thread:
Re: How to Protect a Not Editable Cell from being Removed?
|