One other thing, with the TextArea, try tracing the selection begin and end index, to see if they are valued.
JF --- In [email protected], "jmfillman" <[EMAIL PROTECTED]> wrote: > > Works fine for me in both Web and AIR versions. > > <?xml version="1.0" encoding="utf-8"?> > <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" > layout="absolute"> > <mx:TextArea x="10" y="10"/> > </mx:Application> > > Are you setting any other properties in the TextArea? > > JF > --- In [email protected], "Seth Caldwell" <wiz@> wrote: > > > > Can you try with <mx:TextArea/> ? That's where I'm noticing the > problem. > > Sorry, I should have specified initially. > > > > I'm using Flex 3 Beta 3. > > > > > > > > Seth > > > > > > > > > > > > From: [email protected] > [mailto:[EMAIL PROTECTED] On > > Behalf Of jmfillman > > Sent: Thursday, January 24, 2008 3:42 PM > > To: [email protected] > > Subject: [flexcoders] Re: copy paste troubles > > > > > > > > Are you using Flex 2 or 3? AIR or Web Bases? > > > > I created a really brief AIR app: > > > > <?xml version="1.0" encoding="utf-8"?> > > <mx:WindowedApplication xmlns:mx="http://www.adobe.com/2006/mxml" > > layout="absolute"> > > <mx:TextInput x="10" y="10"/> > > </mx:WindowedApplication> > > > > I am not able to duplicate the issue that you reported with AIR, > > using Flex 3, Beta 3. > > > > I also created a Web Based application. Launched in IE7. Unable to > > duplicate. > > > > JF > > --- In [email protected] <mailto:flexcoders% > 40yahoogroups.com> , > > "Seth Caldwell" <wiz@> wrote: > > > > > > The difference, is that my question is in relation specifically > to > > a flex > > > component (that may have a bug), while your question was basic > array > > > manipulation and not related to anything flex. > > > > > > > > > > > > I have narrowed the bug down. Specifically copy will work if I > use > > the mouse > > > to select text. Paste always works. Copy does NOT work if > selection > > is > > > specified using only the keyboard - ie holding shift and using > > > home/end/arrow keys. > > > > > > > > > > > > Seth > > > > > > > > > > > > > > > > > > From: [email protected] <mailto:flexcoders% > 40yahoogroups.com> > > [mailto:[email protected] <mailto:flexcoders% > 40yahoogroups.com> ] > > On > > > Behalf Of jmfillman > > > Sent: Thursday, January 24, 2008 2:59 PM > > > To: [email protected] <mailto:flexcoders% > 40yahoogroups.com> > > > Subject: [flexcoders] Re: copy paste troubles > > > > > > > > > > > > What's equally annoying is when you pick on me for asking a > simple > > > question, and then post your own question as a follow-up to my > > post. > > > But we all have our own strengths and weaknesses. > > > > > > --- In [email protected] <mailto:flexcoders% > 40yahoogroups.com> > > <mailto:flexcoders% > > 40yahoogroups.com> , > > > "Seth Caldwell" <wiz@> wrote: > > > > > > > > For some reason, I (usually) cannot use the keyboard to copy > and > > > paste from > > > > text fields in flex. I have to right click with the mouse and > > choose > > > copy. > > > > Paste often works. > > > > > > > > Anyone know the cause for this? I definitely have the text > field > > > selected, > > > > shift highlighted text with the keyboard. > > > > > > > > Quite annoying. > > > > > > > > > > > > > > > > Seth > > > > > > > > > >

