In my flex 4 project I am using some Spark TextInput components. It doesn’t show copy and paste in the right click menu by default. The user needs to copy some text and paste into it. How can we enable this?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
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.
I found this information useful:
http://forums.adobe.com/message/3612279
Basically, make sure that if you are using TextInput components inside a Panel or TitleWindow, make sure you set mouseEnabled=”true”. Both PanelSkin and TitleWindowSkin have mouseEnabled=”false”.
I found that just setting mouseEnabled=”true” on my TitleWindow solved the problem.