[flex_india:30593] Re: Custom components?

2010-07-02 Thread vasanth
You can get a good idea about creating the flex component in this link. http://www.ibm.com/developerworks/web/library/wa-flexrendering/index.html With Regards, vasanth. -- You received this message because you are subscribed to the Google Groups Flex India Community group. To post to this

[flex_india:30593] Re: Auto width in DataGrid

2010-07-02 Thread raj
Hi, You need to calculate each cell width and assign the column width as maximum of these as follows. { // check if the ADG is enabled and the columns are resizable if (!enabled || !resizableColumns) return; // get the columns array var

[flex_india:30593] Compare word by word using audio

2010-07-02 Thread athi
hi i have recorded user voice using flash builder 4 and fms3. i have recorded some English word. i want to compare the word pronunciation. i have two audio files. one is user voice and the other one is mentor voice. so i want to compare the user pronunciation and mentor prounciation. if the

[flex_india:30593] Re: update datagrid individual cell

2010-07-02 Thread Vipul Sharma
@oviya : The updating of the dataprovider will intern call the datagrid redraw @ravi : this will sound like a hack but, you can have a ItemRenderer for you column and in it have a timer being placed calling any of your method within each interval of your choice. In that method you can call your

[flex_india:30597] Re: Custom components?

2010-07-02 Thread kannan
Thanks friends for the nice links and your support. On Jul 2, 9:59 am, vasanth flexte...@gmail.com wrote: You can get a good idea about creating the flex component in this link. http://www.ibm.com/developerworks/web/library/wa-flexrendering/index With Regards, vasanth. -- You

[flex_india:30598] Re: Custom components?

2010-07-02 Thread kannan
I am trying to create a custom date field in which all the dates till today will be enabled and all the future dates will be disabled. -- 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:30599] Re: Custom components?

2010-07-02 Thread kannan
Like this one given below [code] ?xml version=1.0 encoding=utf-8? mx:WindowedApplication xmlns:mx=http://www.adobe.com/2006/mxml; layout=absolute mx:DateField x=278 y=94 id=dcFsuture yearNavigationEnabled=true disabledRanges={[{rangeStart: new Date(new Date().getFullYear(),new

[flex_india:30600] Re: Custom components?

2010-07-02 Thread kannan
It works fine as a seperate application. when i convert this code to a custom component its not working. I dont know where I am going wrong please help me friends. Here is the code for my custom component. ?xml version=1.0 encoding=utf-8? mx:DateField xmlns:mx=http://www.adobe.com/2006/mxml;

Re: [flex_india:30601] Re: Auto width in DataGrid

2010-07-02 Thread oviya selvan
Hi First of all thank you so much for your quick responses. Yes i don't wanna wrap the text into multiple rows, but adjust the width of column and put data in single line. One more thing i wanna add here. I am dealing with 66 columns and minimum of 1500 rows. The number of rows may go

Re: [flex_india:30602] Re: update datagrid individual cell

2010-07-02 Thread oviya selvan
@vipul: As far as i know, we can have column centric timer. I mean we can define timer in itemRenderer. so each column can have only one itemRenderer. Please correct me if i am wrong. On Fri, Jul 2, 2010 at 10:18 AM, Vipul Sharma vipulsharma.1...@gmail.comwrote: @oviya : The updating of the

[flex_india:30603] Re: Cleared Adobe Flex Certification..

2010-07-02 Thread Mayur
Hi Virat, Hearty Congratulations... Mayur Rami On Jul 2, 10:11 am, kannan leo kannan.c...@gmail.com wrote: Is there any materials, e-books, other online resources or sites that you seem very useful and would like to share with all of our friends who will also find it useful in their

Re: [flex_india:30604] Re: update datagrid individual cell

2010-07-02 Thread Ravi Srinivas
using a timer for each and every column is not idea, since i have more number of columns in my datagrid. On Fri, Jul 2, 2010 at 3:57 PM, oviya selvan srioviy...@gmail.com wrote: @vipul: As far as i know, we can have column centric timer. I mean we can define timer in itemRenderer. so each

[flex_india:30604] Code for Gammaln Function of Excel

2010-07-02 Thread krishna
Dear All, Can somebody help me with this issue, is need to implement Gammaln function of MsExcel in my flex application. Application computes Gamma values for specified values. can somebody help me with the code. i tried google, but lots of code which is of no use, can somebody send me

[flex_india:30606] Discussion on blogs

2010-07-02 Thread Nathan5x
Hi Abdul, Could you please add my site name in the list ? Nathan5x - http://sabaritheflexian.com/ -- 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 unsubscribe from this

[flex_india:30607] Re: Linking to an HTML Page from a flex element.

2010-07-02 Thread Vivek
*So have you made an accordion change on mouseOver ?? * No. I didnt try fidgeting with the internals. :) I have to understand a lot more about action script before even thinking of doing that. On Jul 2, 9:39 am, kannan leo kannan.c...@gmail.com wrote: Ya it will affect all accrodions and i