Tagged Questions
The deletable tag has no wiki summary.
1
vote
5answers
1k views
Lucene.NET --> access denied to segments
I have a problem with Lucene.NET. During an index, I receive the error 'Access to the path segments is denied'. Or sometimes 'Access to the path deletable is denied'. I eventually gave 'Everyone' full ...
0
votes
2answers
61 views
Make a TableRow deletable
How can I make a View can be deleted after a longClick. In my case, I'm trying to make this with a TableRow. How can I do that white border with a red circle?
0
votes
0answers
154 views
How to combine Translate and Soft Deletable Behavior in CakePHP 1.2.7?
i'm trying to combine Translate Behavior and Mariano Iglesias' Soft Deletable Behavior Revision 49. But always if a want to soft delete a record which hasMany other records, which are translated ...