[flex_india:34891] Re: cairngorm vs mate

2012-03-03 Thread NIRMAL SINGH
Hi , Documentation of Mate Framework is very sound. You can go through the example and tutorial from  mentioned url http://mate.asfusion.com/ . To just give heads up , its light framework based on EventMap. It supports dependency Injection. It has CommandInvoker to call CairnGorm Commands. On Mar

[flex_india:29398] Re: Refresh combobox when array collection refreshes

2010-03-27 Thread NIRMAL SINGH
Hi, try this === vendors.source = event.result as Array; === instead of === vendors = new ArrayCollection(eve

[flex_india:29131] Re: how to change datagrid row color

2010-03-11 Thread NIRMAL SINGH
Hi, We can achieve it using itemrender in below mentioned way not sure about labelfunction. == Renderclass ColorLable.mxml ---

[flex_india:29045] Re: Numeric field validaton

2010-03-09 Thread NIRMAL SINGH
For guiding user through alert to enter proper value use invalid event of NumberValidator as shown in code below. = http://www.adobe.com/2006/mxml"; layout="vertical" >

[flex_india:28686] Re: Sort ArrayCollection

2010-02-19 Thread NIRMAL SINGH
Please check sortCollection function mentioned below which takes 2 sorting field === var acol:ArrayCollection = new ArrayCollection(); // In the real world, the collection would have more than one item. acol.addItem({city:"noida", state:"up"}); =

[flex_india:28317] Re: i need reload data in viewStack

2010-02-08 Thread NIRMAL SINGH
vent):void { var obj : verPrendas = viewstack1.getChildByName("verPrendas") as verPrendas ; obj.reload(); } Thanks Nirmal Singh On Feb 7, 11:50 pm, FlexiSush wrote: > Hey, >      u can refer my blog for the > solutionhttp://flexphpworld.wordp

[flex_india:27104] Re: chat application

2009-12-06 Thread NIRMAL SINGH
It can be done using LCDs . We use LCDs / BlazeDs for interacting with java .You can use LCDs effectively to develop chat application..If you want I can send u sample code...LCDs has messaging support for accomplish that. On Dec 5, 4:15 pm, priya gupta wrote: > You have to use Red5 streaming ser