The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
10 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
27 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
26 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
53 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
27 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
0answers
32 views

VIM Editor: File Enconding and Line Endings [migrated]

When saving files, these are my default settings in TextMate (Mac OS X): File Encoding: UTF8 (recommended) Line Endings: LF (recommended) How can I set VIM to save files with the same file encoding ...
0
votes
1answer
53 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
26 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
73 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
28 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) ...
-1
votes
0answers
21 views

How do you make a pic all Green in Jython?

I need to get all of the pixels and change their r and b values to 0 and green to 255 i also need to make an all blue function and all red. this needs to be a function so i can add it to the photo ...
0
votes
0answers
19 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
20 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
71 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
53 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
35 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
21 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
28 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
49 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
45 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
132 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
64 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
34 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
442 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
42 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
66 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
84 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
52 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
58 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
88 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
130 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
83 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
735 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
20 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
228 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
278 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 ...
0
votes
0answers
78 views

Update editing style of UITableViewCell after insert of another row in section

Just a note I have seen this solution, but it does not work for me. In edit mode I insert a new row in a table section at which point I would like to change UITableViewCellEditingStyleNone for ...
0
votes
1answer
49 views

Looking for audio library for editing audio files

So I've been googling and browsing stack overflow and have been unable to find anything that meets my specifications for an audio editing library. I do not need to work on live streams, just ...
0
votes
1answer
76 views

Issue with php file while downloading from server using filezilla

i have created a php page(properly indented) having more than 1000 lines in notepad++ and uploaded to the server via FileZilla, the code works fine in server, but when i downloaded the code for ...
2
votes
1answer
159 views

Can I connect a Delphi TEdit (or similar) simply to a published property of a class?

I've had this problem for years but maybe it is now possible to easilty solve it. I need to lay out a panel with several TEdit controls, each should show, and allow editing of, a published property of ...
0
votes
0answers
50 views

How to replace (specific) colored parts of an image with an image in visual basic 2010

I'm going to make a nice app in visual basic 2010, but in order to make it nice, i've to replace for example the green part, in the predefined image (that comes with the app, so it's the same color ...
-2
votes
1answer
34 views

Technology/way to automatically put two (or more) videos together [closed]

I'm working on a project where we want to be able to like fetch multiple video sources, record them and make one video out of it. Do you know any library or even an online service that could handle ...
0
votes
2answers
145 views

writing to a json file from python

how do i edit/change a particular field in a json file using python code: { "EZMessage":{ "action":"account.cash", "data":{ "authToken":"123456", ...
0
votes
3answers
94 views

How to know if UITableViewCell is deselected in editing mode

I have a tableview which supports editing for deletion. Tableview supports multi-selection if it is in edit mode. I want to enable or disable delete button according to the number of cells selected. ...
3
votes
1answer
52 views

Show the name of the containing folder in the eclipse tab of a file

I have the same set of files in N folders, one of them, say, blank.xhtml. The files contain somewhat similar information and it is becoming overwhelming to figure out which file comes from which ...
0
votes
0answers
112 views

Local form editing and jqGrid 4.4.2

I'm trying to do local editing using jqGrid. Following this answer it is mostly working. Initially I load the data from my server using json but I want all editing/adding done locally and then submit ...
1
vote
2answers
35 views

How do I switch between “Source”, “Preview” and “Source and preview” tabs in Eclipse

I have to switch between "Source" and "Preview" tabs a lot while editing xml files in Eclipse. So trying to find a way to do this quickly without leaving the keyboard. Does anybody know of any? I am ...

1 2 3 4 5 10