Re: [flex_india:33654] hi

2011-05-04 Thread subbu t
ya, i got it. On Wed, May 4, 2011 at 9:31 AM, Arindam Mojumder wrote: > use dropTArget > > On 3 May 2011 11:58, subbu t wrote: > >> how? >> using 2 tilelist, using httpservice to call data and how to >> assign to tilelist n should be a images drag n drop to frm one tilelist to >> anot

Re: [flex_india:33654] Migrating the existing project from Flex 3 to FLex 4

2011-05-04 Thread Krishna
Hii Please go through this http://www.adobe.com/devnet/flex/articles/flex3and4_differences.html Thanks Krishna On Wed, May 4, 2011 at 12:50 PM, Dkumar wrote: > Hi all... > > I want to know how to migrate existing project from Flex 3 to Flex 4. > i Mean now i have to migrate one library file o

Re: [flex_india:33654] fresher

2011-05-04 Thread Senthil N
http://blog.flexexamples.com/ -- K.N.Senthil, -- You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, send email to flex_india@googlegroups.com. To unsubscribe from this group, send email to flex_india+unsubscr...@goog

Re: [flex_india:33654] Adding datagrid columns dynamically

2011-05-04 Thread Manikandan S
You can create datagrid column dynamically by using the following method, //Specify the column name & description var columnName:String = "Sample"; var columnDescription:String = "Sample"; var cols:Array; var dgc:DataGridColumn = new DataGridColumn

Re: [flex_india:33654] fresher

2011-05-04 Thread anand sharma
adobe's video tutorial flex in a week will be great place to start with On Wed, May 4, 2011 at 1:46 PM, Abdul wrote: > *Hi Abirami,* > > http://www.adobe.com/devnet/flex.html > > It provide the materials(ebook, video tutorial). > This may help for you. > > > > On 4 May 2011 13:00, abirami cv wr

Re: [flex_india:33654] fresher

2011-05-04 Thread elan pras
hi, you can go through this link which is really useful for freshers http://tv.adobe.com/show/flex-in-a-week/ It is an online video tutorial for FLEX 4. regards Prasanth On Wed, May 4, 2011 at 1:00 PM, abirami cv wrote: > Hi all, > > I am an intern in a reputed organisation.I have been ass

Re: [flex_india:33654] Drawing Polygons On Map

2011-05-04 Thread Abhilash Nagar
Hello, If you are using openscale for mapdraw than you can use the default Drawtool.Which map tool you are using? Abhilash On Wed, May 4, 2011 at 10:59 AM, Debasree Das wrote: > Hi All, > > > I am working on a Map Application where I need to show any area on the map > using polygons. Can you su

[flex_india:33654] Re: Adding datagrid columns dynamically

2011-05-04 Thread Gaurav
Thanks I found the solution. In my case earlier Datgrid dataprovider was not getting refreshed properly so I dint use to the dynamically added columns. On May 4, 1:04 pm, sudha says 2 u wrote: > Dynamic adding data to data grid > > use this code... > > for Example > var arr:ArryCollection=new > A

[flex_india:33653] Problem while deploying flex in WebSphere server reading relative path

2011-05-04 Thread Deepan prabu
Hi I did a XML file reading from server in flex application. It is working fine in Tomcat. *Snippet of code* **private var settings:XML; public function load():void { var loader:URLLoader=new URLLoader(); loader.addEventListener(Event.COMPLETE, onComplete); loader.addEventListen

[flex_india:33652] Cairngorm 3 building

2011-05-04 Thread sravan kumar
Hi All, can any one tell me how to build Cairngorm 3 framework. when i have gone throuth the cairngorm site there mentioned that in cairngorm 3 libraries were released. I tried building it by using the Maven but i couldnt succed. Below are the sites i refered. http://opensource.adobe.com/wiki/

Re: [flex_india:33651] Increase dpi of a image (Chart , process )

2011-05-04 Thread GAGAN anand
Hi, Firstly show the image that u got from java end and then pass the instance of image holder to the method to convert it to Byte Array which will convert the image to that DPI u want and then get the image with ur DPI and again populate the image with the new image. Hope u got it Regards Gagan

Re: [flex_india:33650] Increase dpi of a image (Chart , process )

2011-05-04 Thread S k R p
Hi , I changed this code like : first i am taking the generated image as buffered image(i am not showing image here) , and by sending the buffered image to getSnapshotByteArray() to get ByteArray and i am sending this array to loadMapImage() and there after i getting the image ie loadMapImage()

Re: [flex_india:33649] Increase dpi of a image (Chart , process )

2011-05-04 Thread GAGAN anand
Did ur image is shown on the screen using below line var image :Image; image.source=processUrlString+metricId+"&width="+imagewidth; If yes then debug ur code and see the result and if no then check why the image is not being loaded.. I have shown u the way. Now debug the code and do some more go

[flex_india:33648] Free Flex training

2011-05-04 Thread Nishant Kyal
Hi, I've been working with Flex for more than 3 years and been somewhat active on this mailing list. I'm also the user group manager for Delhi Flex user group. I've met quite a few people who are getting introduced to Flex, reading and learning on their own, and looking for training. So I'd like

Re: [flex_india:33647] Increase dpi of a image (Chart , process )

2011-05-04 Thread S k R p
thank you very much Gagan , But there is a problem , i am not getting image here... Can u plzz tell me y?? I added u r code here var image :Image; image.source=processUrlString+metricId+"&width="+imagewidth; var byteArr:ByteArray = getSnapshotByteArray(image); image.source = loadMapImage(by

Re: [flex_india:33643] Adding datagrid columns dynamically

2011-05-04 Thread sudha says 2 u
Dynamic adding data to data grid use this code... for Example var arr:ArryCollection=new ArrayCollection({sno:'1001',uname:'scott',pwd:'scott'},{data},{some data}); function inserRecord(){ var val1=Text1.text var val2=Text2.text var val3=Text1.text obj:Object=new Object(); obj.sno=val1; obj.una

Re: [flex_india:33644] fresher

2011-05-04 Thread Abdul
*Hi Abirami,* http://www.adobe.com/devnet/flex.html It provide the materials(ebook, video tutorial). This may help for you. On 4 May 2011 13:00, abirami cv wrote: > Hi all, > > I am an intern in a reputed organisation.I have been assigned to > develop a RIA. I wish to get a complete knowledge

[flex_india:33638] how to display data in datagrid using webservice ?

2011-05-04 Thread subbu t
-- You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, send email to flex_india@googlegroups.com. To unsubscribe from this group, send email to flex_india+unsubscr...@googlegroups.com. For more options, visit this group

Re: [flex_india:33638] hi

2011-05-04 Thread Arindam Mojumder
use dropTArget On 3 May 2011 11:58, subbu t wrote: > how? > using 2 tilelist, using httpservice to call data and how to > assign to tilelist n should be a images drag n drop to frm one tilelist to > another. > > -- > You received this message because you are subscribed to the Google Gr

[flex_india:33638] fresher

2011-05-04 Thread abirami cv
Hi all, I am an intern in a reputed organisation.I have been assigned to develop a RIA. I wish to get a complete knowledge about Adobe flex? How to start my career in it? -- You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this g

[flex_india:33638] Drawing Polygons On Map

2011-05-04 Thread Debasree Das
Hi All, I am working on a Map Application where I need to show any area on the map using polygons. Can you suggest me how to draw polygons on map Thanks in Advance.. -- You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this gro

[flex_india:33638] Adding datagrid columns dynamically

2011-05-04 Thread Gaurav
Hi Friends, I am trying to add columns in a datagrid dynamically after some button click event (or say after application creationComplete). It is not showing up the columns. Initially I created Datagrid with zero column. It is my requirement to generate the columns after analyzing the dataset/data

Re: [flex_india:33638] Need help regarding adding custom ContextMenu to a GridItem

2011-05-04 Thread Veena Chezhian
What is the solution here? On Tue, Mar 8, 2011 at 12:14 AM, madhavi chinni wrote: > My problem got resolved... > > Thank you all... > > On Wed, Mar 2, 2011 at 3:22 PM, Manikandan S > wrote: > >> Hi madhavi try it out and let me know >> >> private var nativeContextMenu:ContextMenu;// var

[flex_india:33638] Migrating the existing project from Flex 3 to FLex 4

2011-05-04 Thread Dkumar
Hi all... I want to know how to migrate existing project from Flex 3 to Flex 4. i Mean now i have to migrate one library file of flex 3 to flex 4. Thanks Dkumar -- You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, se

Re: [flex_india:33637] Avoid DropShadowFilter applied to the children automatically

2011-05-04 Thread Pranav Negandhi
When a filter is applied to a movie clip, it also applies to the visible area of child objects. If you want to apply the filter only to some parts of the container, create a separate child object for the shadow and apply the filter to that alone. E.g. class Container extends Sprite { private