Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

10
votes
2answers
13k views

Can I edit an iPad's host file?

I doubt this is possible without extensive jail-breaking, but is it at all possible to edit the iPad's (or any iOS device's) hosts file?
9
votes
3answers
2k views

Google like edit/combo control for Delphi?

Everyone probably knows what I mean, but to clarify the control would need to: Fire an event when user edits the text. The event would provide a SuggestionList: TStrings which you could fill with ...
9
votes
10answers
24k views

Modify a .txt file in Java

I have a text file that I want to edit using Java. It has many thousands of lines. I basically want to iterate through the lines and change/edit/delete some text. This will need to happen quite ...
8
votes
1answer
166 views

How does one store history of edits effectively?

I was just wondering for sites like stackoverflow and wikipedia, they stores history of edits indefinitely and allows user to roll back the edits. Can someone recommend any resources/books/articles ...
7
votes
2answers
220 views

How can I change the TEdit default error message (NumbersOnly mode)?

How can I change the TEdit's default error message when I use it in NumbersOnly mode. I mean this error: Unacceptable character You can only type a number here Is it possible to change this ...
6
votes
1answer
522 views

How do I replace embedded resources in a .NET assembly programmatically?

I am trying to replace a Resource of an exe(.NET, C#) file using C# code. I have found this article: http://rongchaua.net/blog/c-how-to-edit-resource-of-an-assembly/ and made this code (using ...
6
votes
4answers
323 views

Creating cookies through jquery

How to create, delete, edit the cookies via jquery?
6
votes
3answers
921 views

DataGridView: Change Edit Control size while editing

in the DataGridView I want the cell size to expand according to the string length when I edit the cell. Excel does the same. In the DataGridView, when entering edit mode, a ...
5
votes
1answer
200 views

Java table arraylist modification

I have currently a block in my brain and cannot find the solution. I am not a good Java developer and this is about my university coursework. Basically its a task to manage properties, and I am ...
5
votes
2answers
2k views

How to edit a binary file's hex value using C#

So here's my issue. I have a binary file that I want to edit. I can use a hex editor to edit it of course, but I need to make a program to edit this particular file. Say that I know a certain hex I ...
4
votes
2answers
171 views

MediaWIki : page editing allowed by creator only or with approval

I'm trying to restraint editing on the Wiki (using MediaWiki) that I'm creating as an internal project for my company. We would like to be able to let the page creators specify none or one of the two ...
4
votes
5answers
769 views

Drag a bezier curve to edit it

You will understand what I mean if you use graphic editing programs like Gimp or Photoshop. To edit a curve on those programs (which probably is Bezier Curve), we can click on the curve, drag the ...
3
votes
3answers
88 views

How to preserve changes to function with fix() between R sessions?

If I edit a function with R v2.14.0 using fix(), those fixes are applied during the session. For example, I might make the following edit to get a white background in a hive plot: > ...
3
votes
2answers
189 views

Add/view/edit mysql entries with the same php form

I've written a PHP form to add entries into a MySQL database that looks like the first picture here. However, I also want to use the same form to view and edit information already in the database as ...
3
votes
4answers
82 views

Compute and edit multiple attributes in a single jQuery call

I need to compute new and edit both the 'x' and 'y' attributes of an SVG element (rect) using a single jQuery call. Now I know you can do this: var incBy = 20; $('#test').attr('x', function(i, val) ...
3
votes
3answers
713 views

Custom edit views in Plone 4

I have created a custom content-type (Resume) and I wish to provide a custom 'edit' view. My use-case is very simple, I simply want to show an HTML "disclaimer" box before the edit form. First of all ...
3
votes
2answers
114 views

How do I edit the search text in vim?

I've searched online for this a while, but I couldn't find an answer. What I want to do is to edit the previously entered search text in vim. For example, say I just searched for "FooClass". Then I ...
3
votes
1answer
391 views

Edit android ninepatch png programly (change color)

Is there a way to change color of a ninepatch image(png) programly on android ? I know how do this with bitmap but not with ninepatch... Thanks to helping me. Regards Jim
3
votes
2answers
136 views

Calculating similarites between sentences

I have datbase with thousands of rows of error logs and their description.This error log is for an application that running 24/7. I want to create a dashboard/UI to view the current common errors ...
3
votes
1answer
572 views

Android contact programmed sync

I set up an account manager for my application which syncs contacts from my cloud service to the device. The account shows up under Accounts & Sync along with other such accounts (Google, FB, ...
3
votes
2answers
4k views

Android: Edit Text Go Button

I have an Edit Text that is defined as follows. <EditText android:layout_width="fill_parent" android:layout_height="wrap_content" android:maxLines="1" android:inputType="text" ...
3
votes
2answers
334 views

How do Hex editors display data so quickly?

I'v created a Notepad-like application and if I load a 1MB file into the textbox, it takes about 1 minute. The Visual Studio Binary editor displays lines, Hex, and ascii versions in a fraction of a ...
3
votes
2answers
601 views

Delphi Search Edit Component

I need a delphi component for Delphi 2007 win32 that have features like Google search text box. ** While User writing search key it should fill/refresh the list with values, and user can select one ...
3
votes
3answers
156 views

Speeding up PDE edit-compile-debug cycle

Are there any low-hanging fruit regarding some more efficient way to run and test Eclipse-plugins (within the PDE)? Besides slimming down the Eclipse-configuration, which has already been done. ...
3
votes
5answers
23k views

Batch / Find And Edit Lines in TXT file

I want to create a batch while which finds specific lines in a batch file and are able to edit these lines. Example: //TXT FILE// ex1 ex2 ex3 ex4 i want to let the batch file find 'ex3' and edit ...
3
votes
2answers
4k views

How do you add an edit button to each row in a report in Oracle APEX?

I'm using Oracle APEX and I have a report region in a page that displays columns from a SQL query. I want to add edit buttons to the first column of this report so that the user can click on it and ...
2
votes
1answer
71 views

How can i detect the tabbar item changes from Edit in 'More' tabbar item?

I have 6 tab bar items, 4 titles shown directly and other 2 are in 'More'. I have added 'cell background image' on More tableview. Now the problem is, When i click "Edit" button in More tabbar item ...
2
votes
1answer
60 views

PHP Update/Row edit with MySQL

So I've been working on a nation simulator game. Its gonna be online and I have a lot of experience with CSS and HTML, but not with PHP. I also have a lot of experience with Java and C++. I have the ...
2
votes
1answer
76 views

Use Emacs to Edit Googleplus posts

I would like to use emacs to edit googleplus posts. Is there a script that would launch emacs whenever I edit a post? I do not have good javascript skills but I am willing to try if I am pointed to ...
2
votes
0answers
58 views

honeycomb sync adapter features for editing contacts

I'm developing a sync adapter. I found this: http://groups.google.com/group/android-developers/msg/85f9304dfcc4e284 In that forum a google employee states: In releases of Android from Eclair ...
2
votes
1answer
142 views

emacs: org-mode can't edit c source code

When I using emacs's org-mode edit c program, that is when I edit the below segment: #+begin_src c #define MAX 100 #+end_src and after I call the function 'org-edit-src-code' to edit the c code in ...
2
votes
3answers
76 views

how to modify xml tag specific value in java?

i am new to work on xml.i have used an xml file as follows: <?xml version="1.0" encoding="UTF-8" ?> - <root> - <key> <Question>Is the color of the ...
2
votes
1answer
34 views

Git: How do I edit only the message of a previous commit that is not the latest one?

I just realized that I left one word in the commit message of a previous commit (so I can't use git commit --amend) that makes the message mean completely the opposite of what I had intended. The ...
2
votes
6answers
104 views

Moving between lines in VIM

Let's say I have a file with N lines. I'm at line X and I'd like to move to line Y, where both X and Y are visible on screen. I can do that by typing :Y<cr>, but if Y>99 that's a lot of typing. ...
2
votes
1answer
93 views

C++ Windows font size question

First i'm using the windows api. So I have an edit control, that needs to be able to fit 22 characters max. Currently only 12 fit with the font I'd like to use. Is there any way to resize the font ...
2
votes
4answers
518 views

Gridview disable edit on 1 column asp.net

I am using a gridview Edit to edit the values i have in my gridview, when i press edit, all columns can be edited, i would like that one of the columns is not allowed to be edited. Is there any way i ...
2
votes
2answers
84 views

Is there any SWF library that can just edit one swf tag?

I'm working on a project and i need to open a swf file, change contents of a swf tag without touching other tags I've tried "SwfDotNet library" but it does not output the unknown tags. For example if ...
2
votes
2answers
290 views

MVC 3 Remote Validation, problem with duplicate check in Edit view

I am using remote validation to make sure that the email and username fields in a user class stop a user from entering a username and/or email that already exists within the database. This works fine ...
2
votes
2answers
481 views

HTML5 Canvas Text Edit

I have a text filled in HTML5 canvas using fillText(); How to make it editable and read the value into a variable? The text must be inside canvas, as it will be written inside some complex polygon ...
2
votes
4answers
70 views

Editing a Database Entry

I'm creating a website with ASP.net that, if you are logged in as an admin, you can edit the current pages text (this way I don't have to update the website all the time just for small changes, I can ...
2
votes
2answers
210 views

How to edit SFML source code to add a new Drawable Object?

Hey i'm working on a class called a "Body" which holds shapes and sprites together as one object. I would like to get into the source code and add a new overload RenderWindow's Draw() function, so ...
2
votes
1answer
89 views

WPF user-editable config file

I'd like the users of my touch app to be able to modify certain UserControl properties by editing a text or XML file (e.g border colors and thicknesses, that sort of thing). What's the best way to ...
2
votes
2answers
73 views

How to limit editing to specific users who created the post in ruby on rails?

I have created a message posting feature using ruby the problem I now have is the function editing the post is available but it is accessible by ever single user no matter who posted the original ...
2
votes
3answers
844 views

In jqGrid, can you inline edit mulitple rows at once and then do a single commit?

We are using the jQuery('#grid').editRow() feature of jqGrid, that allows you to edit fields in a row inline. Does jqGrid support inline editing of multiple rows at once, where I can make changes on ...
2
votes
2answers
1k views

edit javascript on the fly

I was curious how I might go about editing a variable on the fly, since whenever I try nothing happens. Take http://nyan.cat for example. I tried to edit the seconds variable, but nothing happened - ...
2
votes
1answer
660 views

DetailsView not updating and changing only after 2 clicks, Cancel not showing editable values in readonly

I created a detailsview which appears after a date is selected in a calender. This detailsview is filled via a select statement in code behind. Here is a list of my problems i encouter: I have to ...
2
votes
2answers
461 views

delphi insert text into textfile at specific point

i want to edit a textfile. if i read a special line (let us say //--begin editing text here--//) then after this line i want to insert several lines but i don't want to override existing lines. is ...
2
votes
4answers
1k views

Liferay portlet creation in edit mode

I am trying to create a liferay portlet that supports edit as well as view mode. I am using the default MVCPortlet provided in liferay source. I have configured the portlet.xml as follows ...
2
votes
3answers
176 views

Replace commas with a tabbed space in many files

I'm trying to find a way to replace commas , with a tabbed space \t or, in fact, it can be a single space as well. I would like to do this using BASH, and I was wondering perhaps Vim can accomplish ...
2
votes
3answers
1k views

Rails: “new or edit” path helper?

Is there a simple and straightforward way to provide a link in a view to either create a resource if it doesn't exist or edit the existing on if it does? IE: User has_one :profile Currently I ...

1 2 3 4 5 11