editing

Need to know more about image Editing in flex

Hi, I need to know how to manipulate the images I am a very new at flex and AS3 progragramming.Can you help me out of clearing things like I want to use as3corelib and imageprocessing libraries in flex. ...

How to dynamically pass all of the jqgrid cell value when deleting a row

Dear All, I'm very new with JQGrid, so I apologize in advance if this a very 'duh' question.. The case is when I delete a row in the grid, jqgrid only pass the parameter id to the editurl. However, there are cases when I need more than one id parameter to delete a row, for instance for grid like this: {UserID, Message} => {(user1, "he...

Cropping audio with XNA

I'm new to XNA and am trying to allow the user to edit an audio file they've loaded in. In XNA, is it possible to select a time frame (e.g. 0:00 - 0:10) and 'crop' that part as a separate entity? I guess, essentially, it's simply copying that data to a new file. Can this be done using the XNA Audio library and, if so, what methods should...

Help with editing a png photo, I need to change the colour

I have a logo that needs to be changed to a pantone colour but the only way I could change the colour was if I live traced it but I lost some detail. So I was wondering if there is another way I can do this in any of the adobe software programs without losing any of the quality. Thanks With the website listed below I was able to change ...

datatable:edit and delete data

hi all.. i have a datatable which connected to DB... i want make the data inside datatable can be edit and delete... but of course,,after make change at datatable the data inside DB also change.. what's code to do that...??i've been try like this: $("#datalist tbody").click(function(event) { $(oTable.fnS...

delete only text in a row (but not the row) when delete button is tapped in editing mode of UITABLEVIEW

Hello, I have changed the delete button title to "Clear" in UItableView's editing mode. Now, tapping on this button just clears the text in this cell. But after clearing the delete button doesnot go back and the '-' button also doesnot rotates to original position. Please suggest some workaround and solution. Thanks in advance ...

Setting an NSScrollView uneditable - Xcode x86_64 architecture

Hello, I'm making an application for someone, and I need to make this NSTextView in an NSScrollView uneditable. Whatever I do, I just can't get anything to work. There is no editable or allow editing check box in Interface Builder for it, so I'll to do it programmatically. So far, I have tried the follow codes. [TextView setEditable:NO]...

Change the toolbar title in UIImagePicker

Hello, I created an iPhone application which can take photo and allow the user to edit them (moving and scaling), by setting the property "allowsEditing" to YES. My problem is that while editing, the bar at the bottom has a too long title (in french). http://uppix.net/d/8/8/12ee1d66af14d3f99ea65d7b6091b.png So do you have any idea o...

showing Html content in textview

Hi friends, I have to show html string in textview not in uiwebview. Because i have to edit the content of the html string. for ex: NSString *data="< br>Data to be shown<\ br>" textview.text= data; Is it possible? Thanks in advance for suggestion Regards, sathish ...

Switching values when editing a cell

I have a JTable which uses a custom TableModel to display a series of object instances. There's a switch case inside getValueAt(int row, int column) to return values according to given attributes (see below). One return statement involves returning a value of 1/0 as true/false. Is there a way that I can modify this TableModel so that it...

How can I write a hard drive sector as reserved?

I am hex editing a hard disk and I would like to mark some hard drive sectors as reserved so that they are not overwritten by Windows (Vista or 7). I think this is possible, since during a defrag, the disk says that there are some sectors that aren't movable. How can I do this? ...

WPF RichTextBox - How to detect merging of lines.

Hi, I am trying to detect and deal with edits in my RichTextBox. Some edits end up with two lines being merged into one. For example if the rich text box contained: line 1 line 2 Selecting from the beginning of "line 2" to the end of "line 1" and then pressing delete will result in: line 1line 2 I can detect the fact that the fir...

Editing multiple array values (if they exist)

Well guys i've been struggling with this for about 5 hours now and i realise my brain is fried thought i better get some people who know what they are doing :p Now i just have to explain the problem properly. I want to display all the goal scorers with just their name and goal time for each separate goal after it like: Carlton Dickson ...

How do I make a UITableViewCell editable?

I've already added the edit button, but how do I make it so the cells can be deleted and moved around? Thanks. ...

Iphone: How can I make a grouped table NOT "move" when entering editing mode?

Hi, I have a grouped tableview with two sections, and I want the cells (in editing mode) to look like the "add stocks view" in the stocks application from Apple. I want the delete button to be positioned directly over the cells, and not to the left of the cells. Any ideas on how to do this? Thanks! ...

how to edit a file in powershell remoting session (powershell)

I am connecting to another computer using powershell remoting, really nice. can do lots, but how do I edit a file? PS C:\Users\guutlee> Enter-PSSession -ComputerName appprod [appprod]: PS C:\Users\guutlee\Documents> cd \myapp [appprod]: PS C:\myapp> what can I do to open a file editor on a file on the remote machine? ...

Disable automatic carriage return in emacs HTML mode

I'm using emacs in HTML mode. When I type about 70 columns of text, it automatically performs a carriage return, breaking up the text over two lines. Is there a way to disable and/or modify this? ...

Load audio file ASAsset

How can I load a file on an ASAsset, add metadata to it and export it? Also, how may I crop it? ...

Editing a view in the iPhone like in Contacts app

In Contacts application when you click on "Edit" button on the right side of the navbar, view will dynamically change it self in order to allow user edit various stuff. Besides other cool animated stuff that is going on, what I am really interested in though is the bottom "Delete Contact" button which appears when in edit mode and disap...

How do I get a value from an address using Java?

For an obfuscation program I am writing in Java, I need to find a way to get a value at a specific address. For example, in a program I opened in a hex editor, at the address 0000001F is the hex value "00". Furthermore, is it possible to write to a specific memory address? For example writing to 0000001F and changing it from "00" to for ...