[flex_india:32452] Cairngorm Vs Pure MVC

2011-01-01 Thread veeru rahul
Hi Folks, I am pretty old in using cairngorm which has a very smooth flow but in my recent project I was asked o use Pure MVC. Tried surfin on net and found it very tough... Tough in the sense for doin a simple action its eatin some much of files like mediator,command, proxy.. Need to register

Re: [flex_india:32453] image resolution checking

2011-01-01 Thread sankarbala
In flex, you can get the content width of image as well as image width. try the following. consider your image control id is img img.content.width/image.width = n dpi On Wed, Dec 29, 2010 at 9:02 AM, Arindam Mojumder arindam.mojum...@gmail.com wrote: yourimage.image means not

[flex_india:32454] Fetching the Data

2011-01-01 Thread saravana kumar
Hi All, Wish you happy new year. I had done the small Application using flex 4 and MYSQL 5.0. But its too slow to fetch the data from the Database. Is there any possible to fetch the data faster. Can any one please help me. Best Regards Saravanakumar.E -- You received this message

[flex_india:32455] Re: Fetching the Data

2011-01-01 Thread Hung Tao
I think, one fast way is: creating xml directly in mysql. For example: I have a table name: product(prodID, prodName) Using MySQL query below: --- select CONCAT('\nProductList\n', GROUP_CONCAT('product\n', CONCAT('prodID', prodID, '/

Re: [flex_india:32455] Fetching the Data

2011-01-01 Thread Hung Tao
I think, one fast way is: creating xml directly in mysql. For example: I have a table name: product(prodID, prodName) Using MySQL query below: --- select CONCAT('\nProductList\n', GROUP_CONCAT('product\n', CONCAT('prodID', prodID,

[flex_india:32457] question! .. help

2011-01-01 Thread Laila
Hello All, I am studying for the ACE flex 3 exam and came across a question that I couldn't answer ! any one can help me on this ? if you have a value object that has been sent from the server to your flex application, how do you maintain the data type when it is received in flex ? Thanks. --

Re: [flex_india:32457] Fetching the Data

2011-01-01 Thread saravana kumar
Hi Hung How can you tell this way becomes very faster. Is there any other way except XML. Best Regards ESK On Sat, Jan 1, 2011 at 6:22 AM, Hung Tao hungtaoqu...@gmail.com wrote: I think, one fast way is: creating xml directly in mysql. For example: I have a table name: product(prodID,

Re: [flex_india:32459] Cairngorm Vs Pure MVC

2011-01-01 Thread Veena Chezhian
With my experience, I would say recommend Parsley for your project. Read this link, http://artinflex.blogspot.com/2010/09/quick-dive-into-parsley-parsleys-basic.html http://artinflex.blogspot.com/2010/09/quick-dive-into-parsley-parsleys-basic.html On Fri, Dec 31, 2010 at 11:31 PM, veeru rahul

Re: [flex_india:32459] question! .. help

2011-01-01 Thread Veena Chezhian
The receiving VO object needs to be defined as Remote Class and it should have the same class definition as that of the server side VO class. I hope this answered your query. On Sat, Jan 1, 2011 at 7:20 AM, Laila layla.towai...@gmail.com wrote: Hello All, I am studying for the ACE flex 3

Re: [flex_india:32461] Cairngorm Vs Pure MVC

2011-01-01 Thread Meenakshi K
Hi, Does anybody know how to include path of images in flex arraycollection in code like private var flexCollection : arrayCollection = new arrayCollection(img: Any help. Thanks, Meenakshi -- You received this message because you are subscribed to the Google Groups Flex India Community