editing

Edit Windows 7 Registry in Python?

I have run into another problem with my current project. The program needs to values and keys periodically while running. Each time I attempt to edit the value, I get a code 5, Access Denied. How would I go about doing this so the values can be editied, but the user doesn't have to enter admin credentials to run the application? I am us...

Setting values in SWF, Cocoa?

Hi, I am trying to set values for a SWF file. I have the SWF in a web view, but I need to set values for it. How would I set values for it? Thanks. ...

Direct access and edit to an xml node, using properties

El Padrino showed a solution: http://stackoverflow.com/questions/367730/how-to-change-xml-value-file-using-c where an xml element can be loaded directly (no for each..), edited and saved! My xml is: <?xml version="1.0" encoding="ISO-8859-8"?> <g> <page no="1" href="page1.xml" title="נושא 1"> <row> <pic pos="1" src="D:\Rut...

collection snapshot for IsDirty comparison

What is a good (quick, efficient, etc.) way to store a snapshot of a collection for subsequent IsDirty checking? Cheers, Berryl ...

ASP.NET MVC Edit problem - "entity" data from controller aren't passed to the view

Hi, I'm pretty sure that I complicated my question. Sorry, I didn't know how to express myself. Situation is next : public ActionResult Edit(int id) { CreateTrainingModel editTrainingModel = new CreateTrainingModel(); editTrainingModel.Training = training.GetByID(id); editTrainingModel.Player = player.GetAll...

Is there a way to create a custom edit flag in MediaWiki?

I moderate a wiki where many users use the AutoWikiBrowser to rapidly edit. This is fine but it makes it harder to locate and deal with vandalism via the recent changes. Is there any way that I can create a custom edit flag to mark edits as semi-automated and allow users to hide them from the recent changes? Ideally this would come with ...

php update data from multiple checkboxes

hi, i have a table called horse, i would like to create a form to edit the horse_name and horse_height, but the data cannot be updated, it turns out there is a problem with the update query, when i print the query to show the values, the horse_name value is equal to horse_height <body bgcolor="#009933"> <?php include("connection....

Is there an iPhone/iPad library for editing fields on a table view controller?

I generally do the following, but I'm hoping for a library that handles this sort of editing. I couldn't find much using Google. - (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath { // [..snip..] if (indexPath.row == 0) { textViewOne = [cell addSubview:[UIText...

jqGrid - Having text boxes along with sorting

Apparently when editing a row, sorting via column headings is disabled. We want to have a grid where a text box always appears in each row where users can enter data and then hit a submit button. We figured out how to display a text box for each row BUT the problem is that this disables sorting. Any way to do both? ...

jqGrid - How to edit and save multiple rows at once?

We are aware of how to allow users to edit multiple jqGrid rows - but how would one have a single save button that saved all edited rows? ...

Video editing using web programming languages

Hello, Is there any way I can edit video files (change background music, add another video, remove a frame from it, convert it to other formats) using web programming languages such as php, ruby, python etc. I know that php has ffmpeg library but it really can't do much and doesn't have functionality I need. ...

C#: Real-time combobox updating

Edit: Alright, just one more thing: "It will only update the first character I change. So if I use backspace anywhere, it updates, and then I have to restart before it will update again. Also, it will go to the far left of the combobox line, which can be pretty annoying.. If anyone knows how to fix that too, I'd be really gratefull." I ...

C# - Combobox index change after editing

Hi again, A moment ago someone answered my question on how to edit the combobox loaded with a text file, and how to save the recently edited line. http://stackoverflow.com/questions/3750990/c-real-time-combobox-updating The problem now is that I can only change one letter before it updates, and then the selectedindex changes to -1, so...

Edit dll file without sourceCode

we want to edit one dll file that write with C#. I check the file with reflector and want to change just the connection string password field to new password. How can I edit this without accessing to source code or recompiling the file? ...

How to create a simple editable dataGrid in Silverlight

I want to bind an 'ObservableCollection' to a Silverlight dataGrid and allow the contents to be editable. I've got the following XAML, which allows the editing in the UI, but once I click off the row it changes back to the original. I'm obviously missing something, any ideas? <sdk:DataGrid AutoGenerateColumns="False" ...

Uitableview in editing mode: how to add both the "+" (add) and "-" (delete) buttons at the same time?

Is it possible to have a uitableview that when in editing mode it shows both the red button ('-') and the green button (+) I wanted to do so so i can either delete a row or duplicate it. ...

Sound Analysis/Editing in Android

Hello, I'd like to know how difficult it is to analyze and edit sound in android. My project would be a kind of DJ application. I think AudioTrack is the most appropriate library, right ? How does the few android DJ apps work to display the spectrum of the sound, apply effect, change the speed, mix ect ... Do they use a more powerful ...

Perform customization in edit/add operation using telerik grid using the popup gridmode

I have an application in MVC in which i am using telerik grid to display the record.I am using the entity model for it. In case of edit and add operation i want to use the popup mode but i am not able to perform any customization:Hiding any column in edit mode,make some column uneditable, showing the proper validation message and maintai...

Silverlight video editing app

Hi, I was wonder if there is any type of silverlight framework that will help me build an app for basic video editing? ...

Edit in Place CMS Suggestions

Hi there, I need to find a [very] easy to use (for editors/authors) CMS. Preferably with edit-in-place editing similar to SiteCore. We don't need something as huge and powerful as SiteCore though. Users need the ability to add pages (using set templates that we in development have provided), they also need the ability to add and editin...