[flex_india:28509] HOW TO CHANGE THE ROW HIGHLIGHTING COLOR

2010-02-14 Thread veeru rahul
Hi Folks, Thanks for the threading help. I am working on it. Mean time, do anybody know that how to change the Row's highlight color. I need to change the row;s highlight color only from a particular handler the rest of the time its should have the default highlight color. Some thing like

[flex_india:28510] Re: HOW TO CHANGE THE ROW HIGHLIGHTING COLOR

2010-02-14 Thread veeru rahul
Any help on this. needed for my project delivery. Thanks, Veeru On Sun, Feb 14, 2010 at 12:00 PM, veeru rahul veeru...@gmail.com wrote: Hi Folks, Thanks for the threading help. I am working on it. Mean time, do anybody know that how to change the Row's highlight color. I need to

Re: [flex_india:28511] Re: HOW TO CHANGE THE ROW HIGHLIGHTING COLOR

2010-02-14 Thread Vaibhav Seth
provide Label control as the custom itemRenderer to the grid. bind the color property of the label with the some property of the data in dataprovider. if you wan to change the background highlighting of that particular row. u can put the Label inside the hbox and change the background color the

Re: [flex_india:28512] Regarding Datagrid Flex

2010-02-14 Thread Venkat
hi, Thanks for you reply. I have selected rowid{userrequest.selecteditem.rowid} In which i have concatenate in flex. Please help me to solve the problem. Thanks and Regards, venkat.R On Fri, Feb 12, 2010 at 3:52 PM, seetha chowdary seethachowd...@gmail.comwrote: you can concatnate with '+'

Re: [flex_india:28513] Regarding - Flex Image

2010-02-14 Thread Venkat
hi, Thanks for your reply.I moved the image in a separate folder.After i have moved the image,using currenstate i have assigned a state name called image component.But the image i have moved was not displayed in the image control why because the page is not refreshed. Could u find me the

Re: [flex_india:28514] Flex Developer

2010-02-14 Thread Venkat
hi, i am venkat.i am eager to learn flex with php.please help me to study the flex. Thanks and Regards, venkat.R On Fri, Feb 12, 2010 at 5:16 PM, Alekhya Krishna alekhyakrishn...@gmail.com wrote: Hi to All, Please anybody having the flex requirement, please inform me. Thanks

Re: [flex_india:28515] m now an Adobe certified expert :)

2010-02-14 Thread Pankaj Munjal
On Sat, Feb 13, 2010 at 11:12 PM, venkatesh keetha venkatesh.kee...@gmail.com wrote: Congrarts Gourav -- Venky -- 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_in...@googlegroups.com. To

Re: [flex_india:28516] Re: Uniocode in flex

2010-02-14 Thread Vivian Richard
OOPS!!! XP is the reason. You do not have the fonts!!! I am using Vista. If you are using vista or Win 7 then you do not need to do anything but for XP it is a different story. You will need to download the fonts and put it in your OS's fonts folder - I guess. I am not an

[flex_india:28517] Re: Flex performance Issue

2010-02-14 Thread Vishal lad
Hi Friends I am loading external swffiles using swfLoader. Each time I load the SWFFile the memory usage in Flex profiler increases.And when I remove the SWF file memory is not released.Is there any solution for this issue? On Feb 11, 4:43 pm, Flexian_NGL ,@Bangalore chich...@gmail.com wrote:

[flex_india:28518] Re: Garbage Collection problem

2010-02-14 Thread raj
Hi, I don't think the old objects are referred by anything else. See my code: arrayCollection.source = new Array(); // according to http://www.arpitonline.com/blog/2008/02/16/flex-optimization-tip-arra... var obj:Object = new Object(); obj.prop1 = 1; obj.prop2= 2;

Re: [flex_india:28519] m now an Adobe certified expert :)

2010-02-14 Thread Priyanka Rani
hi gaurav congracs! I have just started learning flex through net.can u tell more about ur certification,importance of flex,books to learn flex,area in which flex can be more helpful. with regards rani -- You received this message because you are subscribed to the Google Groups Flex India

[flex_india:28520] Re: create pdf in air

2010-02-14 Thread flex
hi all, is there any solution for this air query ? On Feb 13, 11:12 am, flex flexg...@gmail.com wrote: hi friend, when i am showing some text it is going in 1 line only   thats why whole  text is not visible in pdf. if txt are more it should take automatically next line. please see code

[flex_india:28521] Count of Distinct values using grouping collection

2010-02-14 Thread Srividhya
Hi, I am using grouping collection. I need to show count of distinct values of field in separate fields. Regards, Srividhya -- 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:28522] Best/Free Automation Tool to Test Flex UI

2010-02-14 Thread Magesh Jaganathan
Hi Friends, can anyone suggest me the best/free Automation tool for testing the user interface of my flex applications. Thanks Regard's Magesh Jaganathan -- You received this message because you are subscribed to the Google Groups Flex India Community group. To post to this group, send

[flex_india:28523] Getting Item Index using Data Field

2010-02-14 Thread pradeep.pa...@gmail.com
Hi I have a doubt on Arrays. I have some thing like this: memberNamesCollection:array = new Array(); memberNamesCollection.push({memberName:name, Age:age}); Each users registers their name and age as mention above into the memberNamesCollection array; Now, How to get the index of a

[flex_india:28524] Re: Getting Item Index using Data Field

2010-02-14 Thread Ravi Mishra
Try using ArrayCollections. There is a method called getItemIndex(item:Object), you can use this method. HTH, -Ravi http://achieveravi.blogspot.com On Feb 15, 12:02 pm, pradeep.pa...@gmail.com pradeep.pa...@gmail.com wrote: Hi I have a doubt on Arrays. I have some thing like this: