The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
3 views

In-place editing javascript, that mantain formatting during editing

Do you know some In-place editing javascript framework, that maintain the formated text during editing? For example, I have a text "Hello Word" using Arial 19, blue and bold. And when I click in ...
0
votes
0answers
17 views

Django Facebook + Userena

I am trying to integrate Django-Facebook with an app already using Django-Userena for user accounts. When I try to visit "/accounts/edit" when logged in through Facebook, however, I am not able to ...
0
votes
0answers
11 views

I want the user not the touch a value in server.cfg

I'm coding a panel for my customers where they can start & stop their server, explore in their files, upload and delete them. There is a server.cfg that contains very sensitive informations. User ...
-3
votes
0answers
36 views

Motion Detection in video to detect object moving [closed]

I'm a math graduate student helping out a bio lab. We have this really tedious procedure to collect data where we're taping two minutes of an insect colony with ~100 members and having undergraduates ...
0
votes
1answer
31 views

How to have a numeric text box for editing a cell in a Kendo UI grid?

Looking at the Kendo UI grid demos (ASP.NET MVC CSHTML flavor), when editing a cell that is bound to an numeric value, the input becomes a numerictextbox, but I can't seem to reproduce that behavior ...
-1
votes
0answers
28 views

Google App Script, edit sharing permission

As the title implies, I need to create a script that can change user authorization on a file. Basicly, User is granted permission to edit a spreadsheet, with a deadline. After this deadline, the file ...
0
votes
0answers
10 views

New programmer needs code to open changing filename, delete text and save to same filename

I literally know nothing about Perl but am trying to write code to delete characters within a .xml file using Perl 5. Here is what I need to do: The filename will change every day. For example: ...
1
vote
0answers
6 views

How to stop a shape in a slide from being edited or deleted?

I am new to vba and trying to create something like an onClickEvent in PowerPoint. I want to stop the editing and deleting of a shape named “xyz” which has the tags for the slide. I was ...
2
votes
0answers
40 views

Primefaces inline editing of datatable not working

Hey guys I'm trying to provide a possibility to inline-edit a row of a datatable with primefaces, but it doesn't seem to work properly. I can visually edit the values but when I click the save-icon, ...
0
votes
2answers
29 views

HTML tables: attribute for cells content editing?

I would like to edit the content of a cell in an HTML table. Is there an attribute for editing or I have to use some kind of script?
2
votes
1answer
46 views

createjs fixed/floating hallo editor

I am trying to achieve the same effect that is seen in this example of the hallo editor, and here is a screenshot: Basically I would rather have the editor appear above the current content that is ...
0
votes
0answers
6 views

how to overlay video tracks using avFoundation

I am composing a video by cutting (AVMutableCompositionTrack) video tracks in different time ranges . Can anyone guide me how can i overlay each track with different text?
1
vote
1answer
71 views

iText continous PDF editing java

I'm using iText library to create and add data to a PDF. I want to add some textLines and an image to the PDF more than once until i close the file. numOfSamples = timeIHitTheButton(); . . . *a ...
0
votes
0answers
46 views

Selecting UITableViewCell in editing mode doesn't show rounded checkmark on the left

I have a UITableViewController that toggles into its editing mode when the user presses a button in the toolbar. I want the user to select multiple cells and then put a rounded red checkmark on the ...
1
vote
1answer
51 views

Scale dependency for labels in KML files with many placemarks

There is a KML file that I created by exporting a layer from ArcGIS10.0. The file shows some placemarks that I need to be labeled. However, I want the labels (and the points themselves) to be visible ...
-1
votes
1answer
39 views

2 people working on 1 HTML file simultaneously

My freind and I want to setup a collaborative project where we both work on a HTML file (and do PHP) at the same time (bit like Google Docs share feature). I want to be able to work with him to teach ...
0
votes
1answer
59 views

PHP file editing

I can't figure out how to open the contents of a file in a textarea and then edit the file. Don' t really have a specific question to be honest. I've been working on this for days with literally zero ...
0
votes
1answer
32 views

Prevent Magento from editing content code?

I'm still fairly new to the magento CMS. I'm in the process of building some product pages for the company I'm working for, and when I add several lines of html code for a jquery plugin I installed ...
0
votes
0answers
8 views

Some thing strange happen while editing answer herein stackoverflow [closed]

When i tried to edit a answer in stackoverflow, a new window open and some part of code changes like #include<stdio.h> #include<conio.h> changes to #include&lt;conio.h&gt ...
0
votes
1answer
80 views

gridview dissapears on rowediting, clicking between two functions brings it back with the item expanded

Not sure if this is an odd one or not, but i have a gridview that dissapears on rowediting, my steps are > click butUsers > click edit > grid dissapears > click butDev > grid is back > click ...
0
votes
0answers
41 views

mediawiki create page with content without using API and using internal wiki functions

I am currently changing a svg-edit extension to my advantage, which creates a svg file and a link on the page i am. I did some changes to it and it creates the file and in the page i am currently in ...
0
votes
1answer
146 views

Editing a File “Microsoft Visual Studio 2010 has stopped working”

I'm having trouble with my visual studio 2010. When I open a file and try to edit it, it crashes and gives the following message. Microsoft Visual Studio 2010 has stopped working. If I choose to ...
1
vote
1answer
40 views

Editing HTML in Visual Studio 2012 creates a marker under tags, how do I turn it off?

In Visual Studio 2012, when you're editing html in Visual Studio, and your cursor is inside a tag (or more annoyingly, a closing tag), a little underline shows up under the beginning of the (opening) ...
0
votes
0answers
28 views

I have a requirement to edit aac lc mp4 audio file.Please suggest be a library that can do it for me in java

I had explored the mp4 parser, but it seems to be slower in performing operations on an android phone: Below is what i got for append operation sampling rate:11k, bit rate:8bit, 7min 30 sec audio ...
0
votes
0answers
22 views

How to know when a public document in google docs have been finished editing?

I have to solve a problem in using google docs in my application. My scenario is: My office files (such as *.docx,...) is stored in my server. When a user click on a link to view a document, they can ...
0
votes
1answer
92 views

Is this the best/correct way to use the DevExpress ASPxGridView to edit a List<T>?

Would someone who knows DeveExpess ASPxGridView take a look at this. Is this the best/correct way to use the grid to edit a List? I have an object of Type ItemModel and the code below is used to ...
0
votes
1answer
65 views

UITableView editing - minus only presses on tap and hold

I've been trying to debug this for hours now and I haven't seen anyone online that's having the same issue. I had the delete function working as expected previously, then after adding some code, ...
1
vote
1answer
39 views

IntelliJ: how to navigate horizontally while in column mode

There are situations where column editing mode works great. One thing I'm finding a bit annoying right now though, is that I don't know how to skip to the left or right without editing while in column ...
0
votes
0answers
24 views

Editing TabPlus4Demo sample from OpenSense SDK

I've just intsalled the HTC OpenSense SDK so I can theme my app Sense 4 style, and I want to rebuild the whole thing using the TabPlus4Demo sample. But, when I run the app it always shows the exact ...
-1
votes
1answer
30 views

How can I set an index in a file to be edited with Applescript?

As explicitly noted in the title, how can I set a specific index, similar to eof in a text file, so that I can edit text from that point on? If I have a text file of which I want to edit some of the ...
0
votes
1answer
54 views

concrete5 page in content-<div> not editable

I am loading my content into a div using jquery like this: function loadContent(elementSelector, sourceUrl) { $(""+elementSelector+"").html('<img src="preloader.gif " />') ...
0
votes
1answer
50 views

PHP Opening file not on webserver for editing

I'm creating a simple script for editing html and php code. I am using fopen() and fwrite() to open and save files. However, I am only able to open files that are on my web server and not from my ...
0
votes
1answer
160 views

PHP/MYSQL Inline editing after type password

I want to create simple CMS that would allow editing the site in place (inline editing). What I've done: Login panel on PHP and MySQL Editing page with inline editor BootStrap WyswiHTML5 Fully ...
-1
votes
1answer
70 views

Concrete5 isEditMode()-like handler to get Information about active editing or publishing

So my question is if there is a Concrete 5 handler/listener instead of isEditMode() that tells if the user is in active Editing mode or if he just has published his Edit? Something like ...
0
votes
2answers
37 views

IronSpeed Error: Invalid Parameter in KeyValue.ColumnValueByName()

I am developing a website with IronSpeed. A colleague made changes to the database. On getting to the code, I get the error: IronSpee Error: Invalid Parameter in KeyValue.ColumnValueByName() when I ...
0
votes
1answer
452 views

Dynamically editing HTML fields through javascript using table data in MySQL database

I'm having issues trying to figure out how to dynamically populate form fields using database fields. The code I'm using is as follows: <form id="notes" name="notes" method="post" ...
0
votes
0answers
44 views

Sparse Matrix Editing

I'm new here so I'm not sure if it's asked before, but I did look out to see if it's there. I'm interested if anyone has encountered similar problem. I have sparse matrix that is being LU decomposed ...
0
votes
3answers
71 views

Editing an external batch config value with batch

I have a config file named config.conf with the content of: [Config] password=1234 usertries=0 allowterminate=0 I want to just edit the usertries value to 5, are there any batch script code that ...
0
votes
0answers
88 views

TextBox editing in CScrollView MFC

I make an editing software in MFC. I edit a page in a CSCrollView Component. In this page I need to edit a "TextBox" like in Microsoft Office Word. I use a CEdit control for make this TextBox in my ...
0
votes
2answers
70 views

simultaneous text editing

I'm trying to program a Webpage, which allows to edit a text document simultaneously. To program something like a Chat in Node.js is not very difficult, but working on the same text makes it kinda ...
0
votes
0answers
59 views

insertNewObjectForEntityForName

I am using the following code to add a new record to my coredata database: (IBAction)myButton:(id)pId; { **NSManagedObject *managedObject = [NSEntityDescription ...
0
votes
1answer
22 views

Form editing notifications

I'm developing a WPF application that contains a lot of forms (about 20 different forms) each form is connected to a ViewModel class that usually hold a single object that the form is editing its ...
2
votes
1answer
98 views

UISwitch still slightly visible in UITableViewCell after table editing is complete

I have a strange issue with the editingAccessoryView of a UITableViewCell still showing after the table editing mode is switched off. Currently I am using a UISwitch as the editing accessory view and ...
1
vote
1answer
164 views

How to edit a editable pdf form using Javascript or Java

I want to develop a kind of software or website to help people fill in a editable pdf form. The user only need to fill in some information and I will collect the information and dynamically fill into ...
1
vote
1answer
49 views

How to edit the value of some attribute in entity?

How do I edit the value of some field in CoreData entity (SQLite) by tapping to Button? For example, in my UITableViewCell I have button. I would like this button to change the value of some boolean ...
-1
votes
1answer
103 views

Cut/delete a portion of an image (JPG)

Is there any way to programatically delete a the portion of JPG image (rectangular) from the JPG image. By some trial and error I can adjust the XY cordinates to adjust to my requirement (to cut the ...
0
votes
0answers
874 views

Kendo UI Complete for ASP.NET MVC, cannot add a dropdownlist to kendo grid in popup mode using ForeignKey

I want a Unit's dropdownlist column in Kendo Grid (popup mode), Can some one please help me I am using the following code. I have a ProductViewModel class in which I have a property UnitViewModel of ...
-2
votes
1answer
24 views

Change videos audio track - web application [closed]

I have a project to do. The goal is creating a web application that is able to change the audio track of an uploaded video. What programming language do you prefer me to use, and how to approach this. ...
1
vote
1answer
264 views

Extjs rowEditing rownumberer, rownumbers are always 0

I use extjs grid panel with rowediting plugin and have rownumberer column on it. With a button, I add a new row to the top of the grid. In the edit mode, rownumbers are correct. However when I quit ...
0
votes
2answers
345 views

Freeze excel editing while vba is running

I have an excel sheet that I want to edit via vba script, but I need the users to not be able to edit any cells or click any buttons while the script is running. Due to a programs that I Shell after ...

1 2 3 4 5 10