Re: [Non-DoD Source] Copy and Paste Text

2019-12-27 Thread bilbosax
Most are one line Labels, a couple have multiple lines but not many -- Sent from: http://apache-flex-users.246.n4.nabble.com/

Re: [Non-DoD Source] Copy and Paste Text

2019-12-20 Thread pol2095
It's Labels with only one line ? -- Sent from: http://apache-flex-users.246.n4.nabble.com/

Re: [Non-DoD Source] Copy and Paste Text

2019-12-18 Thread bilbosax
Alex, thanks for the thought. This is 3 extremely large and complex apps that I have been building for almost 3 years. I don't think I have the know-how to get something that large done in a reasonable amount of time. But thanks for the idea! -- Sent from:

Re: [Non-DoD Source] Copy and Paste Text

2019-12-18 Thread Alex Harui
Bill, How complex is this app? If you port it to Royale with Cordova, you might get the selection behavior you want since it will be running using HTMLElements instead of Flash. HTH, -Alex On 12/18/19, 11:50 AM, "pol2095" wrote: I tried in Android, it's necessary to add "mx.swc",

RE: [Non-DoD Source] Copy and Paste Text

2019-12-18 Thread pol2095
I tried in Android, it's necessary to add "mx.swc", mx.controls.Label use flash.text.TextField, it's possible to highlight, copy the text but not to have handlebars to drag. -- Sent from: http://apache-flex-users.246.n4.nabble.com/

RE: [Non-DoD Source] Copy and Paste Text

2019-12-18 Thread bilbosax
Thanks for the reply guys, I'm sure I will find something that is satifactory in the end. I copy and paste things from the web and from text messages and from Facebook and many other apps all of the time, so I just figured it would be naturally included in most text components. Guess not. Erik,

RE: [Non-DoD Source] Copy and Paste Text

2019-12-17 Thread Kessler CTR Mark J
Sent: Monday, December 16, 2019 10:34 AM To: users@flex.apache.org Subject: [Non-DoD Source] Copy and Paste Text I have written a mobile real estate app that displays a lot of property information using Spark Labels. Unfortunately, Spark Labels are not selectable, and a user might want to copy

Re: Copy and Paste Text

2019-12-16 Thread Erik Thomas
Hi Bill: If I was doing this, I'd create a custom component with a Label and upon a tap and hold for 1 second, display a custom popup button that looks exactly like the Android or iOS "Copy" button that shows up when selecting text in native fields. The user can just tap that button to copy to

Re: Copy and Paste Text

2019-12-16 Thread Alex Harui
What would you like the interaction to be to determine which labels are copied to the clipboard? AFAIK, the Flex SDK doesn't have any built-in support for Copy and Paste on anything other than TextInput and TextArea. But you can probably code up some other interaction if you want. I've only

Re: Copy and Paste Text

2019-12-16 Thread bilbosax
Thanks for the reply Erik. That is definitely an option if I just wanted to make a few lines of text in the app copyable. Unfortunately, I have a LOT of fields that I think a user may want to copy and paste at some point, and my app would be littered with icons and would look messy. Thanks for

Re: Copy and Paste Text

2019-12-16 Thread Erik Thomas
How can I make a text field of some sort Copyable to to the operating system's clipboard so that I can offer users the ability to copy and paste text on a mobile device? -- Sent from: http://apache-flex-users.246.n4.nabble.com/ -- Message protected by MailGuard: e-mail anti-virus, anti-sp

Copy and Paste Text

2019-12-16 Thread bilbosax
ally "Copy" the text that was highlighted. How can I make a text field of some sort Copyable to to the operating system's clipboard so that I can offer users the ability to copy and paste text on a mobile device? -- Sent from: http://apache-flex-users.246.n4.nabble.com/