Yes correct... system.setClipboard in flex and trying to paste in word / outlook
On Sat, Nov 13, 2010 at 9:57 AM, naveen SR <[email protected]> wrote: > Hi Anuradha, > > I wanted to check on another thing if you have tried. Have you tried to > copy your image to system clipboard in flex and the try and copy paste to > word? > > Cheers, > Naveen > > On Fri, Nov 12, 2010 at 11:24 PM, Iyer Anuradha < > [email protected]> wrote: > >> Hi Naveen >> >> I am working with Patni Computer Systems Pvt. Ltd. I have never worked >> with Tech Mahindra so I m not the same person :) >> >> It will be a great help if you send me a specific code... >> >> because the steps which u have mentioned I have already tried... copying >> functionality is working... but for Pasting its not working. >> >> >> Regards, >> Anuradha Thakor >> >> >> >> On Fri, Nov 12, 2010 at 6:12 PM, naveen SR <[email protected]>wrote: >> >>> >>> Hi Anuradha/Ojas, >>> >>> I guess we have worked before :) together at Tech Mahindra as colleagues >>> in the making of rPACS :) ... not sure if its the same person :) >>> >>> Anyway solution to your issue can be done in the following way: >>> >>> 1) There is a feature to capture screen image in flex from any current >>> component >>> >>> 2) Convert this to byte array >>> >>> 3) You can save it where you wish as your image on local system. >>> >>> From then on you could operate as a normal image and word doc. Hope this >>> helps you out. >>> >>> I will see if I can code an example for you and post it out >>> >>> Cheers, >>> Naveen >>> >>> >>> >>> >>> >>> On Fri, Nov 12, 2010 at 3:44 PM, Anuradha Ojas <[email protected] >>> > wrote: >>> >>>> Please help me with my question : >>>> >>>> Requirement : >>>> >>>> Copy image from Flex ie., swf file and need to be Pasted in Ms Word or >>>> Outlook. >>>> >>>> >>>> I tried through javascript and in flex itself using setClipboard... >>>> but nothing clicked... thats y need ur help.. >>>> >>>> -- >>>> You received this message because you are subscribed to the Google >>>> Groups "Flex India Community" group. >>>> To post to this group, send email to [email protected]. >>>> To unsubscribe from this group, send email to >>>> [email protected]<flex_india%[email protected]> >>>> . >>>> For more options, visit this group at >>>> http://groups.google.com/group/flex_india?hl=en. >>>> >>>> >>> -- >>> You received this message because you are subscribed to the Google Groups >>> "Flex India Community" group. >>> To post to this group, send email to [email protected]. >>> To unsubscribe from this group, send email to >>> [email protected]<flex_india%[email protected]> >>> . >>> For more options, visit this group at >>> http://groups.google.com/group/flex_india?hl=en. >>> >> >> -- >> You received this message because you are subscribed to the Google >> Groups "Flex India Community" group. >> To post to this group, send email to [email protected]. >> To unsubscribe from this group, send email to >> [email protected]<flex_india%[email protected]> >> . >> For more options, visit this group at >> http://groups.google.com/group/flex_india?hl=en. >> > > -- > You received this message because you are subscribed to the Google Groups > "Flex India Community" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<flex_india%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/flex_india?hl=en. > -- You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/flex_india?hl=en.

