Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6055565
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T08:16:43+00:00 2026-05-23T08:16:43+00:00

My aim is to copy multiple row content from Flex datagrid, to a clipboard

  • 0

My aim is to copy multiple row content from Flex datagrid, to a clipboard enabling users to take pieces of information and pasting them were they are necessary.
I bumped into a problem that in Flex (as far as I know) its not possible to paste whole array of information in the clipboard.

At the moment, I pass selected datagrid items to a textfield, and then run
“System.setClipboard(text_area.text);”

I was wonderng if there is a way to pass it to multiple Clipboard directories, without overwriting previous entry, similar as when you can copy multiple items from different location into a clipboard, pile them up and then paste all at once?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T08:16:44+00:00Added an answer on May 23, 2026 at 8:16 am

    Flex can put any string value into a clipboard. It doesn’t support–as far as I know–complex values, such as arrays. That said, you can convert your array into something along the lines of a comma or tab delimited file.

    Separate rows using carriage return and line feeds. Separate columns using commas tabs. Conceptually something like this:

    resultString += row1Column1 + ',' + row1Column2 + '\r\n';
    resultString += row2Column1 + ',' + row2Column2 + '\r\n';
    

    You didn’t tell us how / why you want to preserve formatting. I know cutting and pasting from Flex to Excel will recongnize the carriage return / line feeds as rows. I do not know if it will automatically detect multiple columns using a comma or tab, though.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

my aim is to invoke a shell script from a PHP program and then
The aim is to be able to switch debugging calls on at run-time from
Im trying to make some text non-copyable, my aim isn't to stop people from
My aim is to take two strings and compare there ends if both of
Aim: Calling a very slow stored procedure (with parameters) asynchronously from code behind of
My aim is to retrieve some data from a global array which is defined
My aim is to retrieve some data from a global array which is defined
Aim to Acheive : I want to execute my application from msbuild as it
my aim is to pull data from mysql and print it in html table.
The aim is to transfer raw binary data from one sip client to another

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.