Hi All,

          1). I have to  create Textarea when user clicks on the
button....i created TextRange and given textarea id as owner...and
applied (bold,italic,underline,.....)to TextRange.it's working fine..

                  text_range = new TextRange(txt_area,true)

but when i creates more than one Textarea, problem coming now....the
TextRange is taking last created Textarea only...means...if i applied
properities(bold,italic,underline...) to before one it's applying to
lastcreated one...i dont how to give the selected Textarea to
TextRange...

         2). I have to group the images by clicking on button... iam
adding each image to array when drag and drop from accordian to
canvas.and i am applying Transfrom tool for that array by putting in
for loop....
           for(var i:uint = 0; i<group_array.length; i++)
           {
               tool.target = group_array[i];
           }
....now it is also taking last dropped image and applying tool for
that image only.....


        please give me the solutions...............

Thanks in advance,

Mahesh.




--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to