Tagged Questions

0
votes
1answer
34 views

How to show a * (asterisk) in Application Title when document has changed and is not saved

I have a MDI Application with one MDI child. When a user changes a Textbox on the MDI child, the MDI child (= document) is changed and is not saved. I want this to be visible in t …
0
votes
0answers
8 views

Jerky animations for text with CoreAnimation

I have a UITableview in my iPhone app with custom cells. When going to the edit mode for the table, the contentView is resized smoothly with CoreAnimation. The problem is: I have …
0
votes
2answers
49 views

Handling asynchronous edits of documents on the web

I am writing a Web application that has a user interface for editing data. The idea is something similar to a wiki where there are edits to chunks of text. What is the best way t …
0
votes
2answers
29 views

How to protect PE file resources(string,image…) ?

Hi: I need any method to protect pe file resources form editing and thank you very much.. editing like: 1) open pe file as binary file and search about a string then edit it. or …
12
votes
8answers
2k views

How do I insert text at beginning of a multi-line selection in VI/VIM?

In vim, how would I go about inserting characters at the beginning of each line in a selection? For instance, let's say I want to comment out a block of code by appending '//' at …
1
vote
1answer
46 views

Refactoring tool for Spring.NET

Hi all, Currently I get to edit a lot of Spring.NET XML files, and I do find this work to quite repetitive and, frankly boring. Most of the stuff I do is sort of 'refactoring' - …
1
vote
4answers
225 views

edit text file using Python

I need to update a text file whenever my IP address changes, and then run a few commands from the shell afterwards. Create variable LASTKNOWN = "212.171.135.53" This is the ip a …
0
votes
1answer
57 views

iPhone SDK:Editing XML files

Is there any external library using which one can edit and save XML files for an iPhone application?
0
votes
3answers
117 views

bash script to edit xml file

I want to edit the config file of a program that is an XML <software> <settings> .... </setting name="local directory" type="string">/home/usern …
0
votes
1answer
100 views

how to programatically edit the cell value of a datagridview in virtual mode?

I have a DataGridView in virtual mode. I only implemented the CellValueNeeded eventhandler as described in http://msdn.microsoft.com/en-us/library/15a31akc.aspx. Implementing the …
0
votes
2answers
64 views

Edit parsed JSON

I have a JSON file contact.txt that has been parsed into an object called JSONObj that is structured like this: [ { "firstName": "John", "lastName": "Smith", "address": …
5
votes
5answers
236 views

Can I use ido-completing-read instead of completing-read everywhere?

I'm a big fan of ido-mode, so much so that I would like to use it for things like describe-function or find-tag and so on, without having to write something like in "Can I get ido- …
0
votes
2answers
76 views

XML mode for XEmacs?

I'm a GNU Emacs user who uses nxml-mode for editing XML files, but I have a colleague who would like to use XEmacs for editing XML files. It seems as though my colleague can't use …
0
votes
2answers
56 views

Can I have only a single row of a WPF DataGrid editable?

I have a data set that I want to display to the user, but I only want them to be able to edit the newest (first) row of data. I need to display the other rows of data to them for …
0
votes
2answers
194 views

ms access Add, Edit, Delete Items through an Access form

I'm not real familiar with inputting data through forms. Up until now I've just been handling the data from the table. However, now I have a table with two pieces of information: …

1 2 3 4 5 6 next
15 30 50 per page