[flexcoders] Dragging a TextInput from one canvas to another

2005-04-11 Thread Kim Reddington
Title: Message I am trying to drag the text of a TextInput control from one canvas to another.  I found some code and modified it to let me drag the text of the TextInput from one canvas to a dataProvider of a List, but I am having trouble modifying the code to drag the text to another can

Re: [flexcoders] Dragging a TextInput from one canvas to another

2005-04-12 Thread Manish Jethani
On 4/11/05, Kim Reddington <[EMAIL PROTECTED]> wrote: > I am trying to drag the text of a TextInput control from one canvas to > another. I found some code and modified it to let me drag the text of the > TextInput from one canvas to a dataProvider of a List, but I am having > trouble modifying