Re: [flex_india:30278] Dispatch custom events from an item renderer for datagrid column in flash builder

2010-06-02 Thread Kalpataru Roy
>From the Item Renderer you can dispatch an event by using the following lines of code var myEvent: MyCustomEvent = new MyCustomEvent ( 'eventName' , and other Params. ); this.owner.dispatchevent(myEvent); i.e owner of the itemrender (Datagrid) will dispatch event. Now you can handle(

[flex_india:30274] Flex Chart with LabelRenderer does not show international characters

2010-06-02 Thread JD
Hi, I am facing this problem like.. I have a bar chart which uses labelRender to create custom chart labels: [snippet] Now, ChartLabelRenderer extends TextArea, the htmltext of which may be international characters (like japanese, chinese etc) along with english. TexArea elsewhere di

[flex_india:30274] Dispatch custom events from an item renderer for datagrid column in flash builder

2010-06-02 Thread Shreyas
Hi, I am using an Item Renderer for a Data Grid Column and in that mxml, I am dispatching a custom event with data. But the main mxml which has the DataGrid is not able to resolve the event. How can I solve this? I am using Flash Builder. Thanks -- You received this message because you are

[flex_india:30274] BI an Flex

2010-06-02 Thread me tk82c
Hello Fellows, Anyone is using a BI tool with Flex? We have a legacy Flex application integrated with our Java backend and we are looking for some BI tool to integrate with it. Price is an important thing, but most important is flexibility to create dashboards and have good productivity.

[flex_india:30274] how-to-set-the-advanced-datagrid-header-style-in-flex-4

2010-06-02 Thread dinesh aswale
Hi All, Need Help on setting up advancedDataGrid's Header style in flex 4. Its really weired, headerStyleName is working for DataGrid but not for ADG. Any Idea? Thanks in advance Regards, Dinesh -- You received this message because you are subscribed to the Google Groups "Flex India Communit

[flex_india:30273] Re: Font Embedding - File size issue

2010-06-02 Thread kanu kukreja
I also tried with compiling a font in to swf that contains all Latin I characters in the Arial font.Still it generates a swf of 31K :-( On Wed, Jun 2, 2010 at 3:37 PM, kanu kukreja wrote: > To apply any kind of text effect, we have to embed the text, but in result > it increases the file size.Ev

[flex_india:30272] Font Embedding - File size issue

2010-06-02 Thread kanu kukreja
To apply any kind of text effect, we have to embed the text, but in result it increases the file size.Even though if i use RSL, it will use the more memory and take time in loading. Does anybody knows the solution how i can apply different text effects without embedding or using RSL? Thanks Kanu

[flex_india:30271] Job opening in Akamai Technology

2010-06-02 Thread arun
Position: Solutions Architect Required Skills: Actionscript 3.0, Flash CS4, Flex 3.0, Flex 4.0, PureMVC framework, Video Player Application development experience( +point ) Experience - 2-4 years Interested ones may send their updated CV to arunla...@gmail.com Regards Arun Lal -- You received

Re: [flex_india:30270] datefield function

2010-06-02 Thread GAGAN anand
Hi, Could u provide the code to have a better understanding of the issue. Regards Gagan deep On 30 May 2010 12:02, Alekhya Krishna wrote: > > Hi, > > I have two labels and one date field. > > Label 1: " Rama" > > Label 2: "Krishna" > > Date : 29/05/2007 > > Whenever i change the date , the lab