How can I call some code upon entering a UITextView (user taps to edit it) and开发者_如何转开发 leaving the view (user taps to leave it)?
In my application user should be able to select a video from video library and also should able to trim the video and play开发者_运维百科 the video in a movie player. Can any one please help me???Look
I was asked to investigate why some data is not being pulled up in a CrytalReport document. I am an absolute beginner ( as far as CrytalReports is concerned ) who just wanted to tinker with the code a
I have a following form: class PlayForwardPageForm(forms.ModelForm): def __init__(self, *args, **kwargs):
I woud like to implement some editing mechanism for an iPhone application, that is I want the user to be able to edit an instance of my model. The model contains two types of data: The first is just a
Is it possi开发者_JAVA技巧ble to have a uitableview that when in editing mode it shows both the red button (\'-\') and the green button (+)
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.
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.
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 want to bind an \'ObservableCollection\' to a Silverlight dataGrid and allow the contents to be editable.