[flexcoders] Re: filtering an array collection using 2 or 3 textinputs

2013-03-06 Thread ZIONIST
Hi Alex, i apply the result of the filtered archiveAr to the second array collection so as to use the Itemschangeeffect thats all. The generalSearch textinput only search's based on keywords, so in the event there are so many records with the same keywords i would like to drill down more by

[flexcoders] what is different between mx and spark component in flex (flex 3.0 or 4.0) ?

2013-03-06 Thread devchetu
I read many article but i am still confused. could any one tell me what is the difference between MX and spark?. if you try to explain with example that will be good for me. thanks

[evslearning] Huge Walkins and off-campus for For Freshers

2013-03-06 Thread Sandhya Rs
Huge Walkins and off-campus for For Freshers EMAX PLACEMENT WEEK : Off-Campus for BE/B.Tech/Diploma/ITI : 2010 / 2011 / 2012 / 2013 Passouts ELITMUS EVALUATION Off-Campus : BE / B.Tech Management Trainees at Bangalore XIS TECHNOLOGY : Off-Campus for BE/B.Tech/BCA/MCA : Openings for .NET Developer

[evslearning] The Genuine Fresher jobs and walkins....

2013-03-06 Thread Sandhya Rs
Walkins at Novell Software Development (I) Pvt. Ltd for Software Engineer Fresher Off-Campus/B.Tech:2012/2013 Passout's at Mu Sigma Business Solutions Off-Campus : Job Fair : 15+ Companies On 9th 10th March 2013 at Visakhapatnam Off-Campus : Job Fair : 15+ Companies On 9th 10th March 2013 at

[evslearning] TOP 20 TESTING INTERVIEW QUESTIONS AND ANSWERS

2013-03-06 Thread CoolInterview
TESTING INTERVIEW QUESTIONS   Download Free Interview Questions eBook of 500 Questions (If you do not have a Yahoo! account, you can get it by simply sending a blank email to coolinterview-subscr...@yahoogroups.com and confirm the verification email

[evslearning] TOP 10 JAVA MOST COMMON INTERVIEW QUESTIONS AND ANSWERS

2013-03-06 Thread CoolInterview
MOST COMMON INTERVIEW QUESTIONS   Download Free Interview Questions eBook of 500 Questions (If you do not have a Yahoo! account, you can get it by simply sending a blank email to coolinterview-subscr...@yahoogroups.com and confirm the verification

[flexcoders] Flex 4.6 - Problem loading Flex SWF inside Flex App

2013-03-06 Thread Dave Glasser
I'm using a SWFLoader to load a Flex app -- I'll call it the child app - inside my main Flex app. I've used tracing code on the server to prove that the child app is being requested and served by the SWFLoader. What's happening, however, is that a new instance of the main app is being created

Re: [flexcoders] Re: filtering an array collection using 2 or 3 textinputs

2013-03-06 Thread Alex Harui
I guess I don’t understand what problem you are having. Your use of generalSearch.text looks right to me. What happens when you try to add another TextInput? What does your code look like and what goes wrong? On 3/6/13 12:02 AM, ZIONIST stinas...@yahoo.com wrote: Hi Alex, i apply the

Re: [flexcoders] what is different between mx and spark component in flex (flex 3.0 or 4.0) ?

2013-03-06 Thread Alex Harui
MX is a more complete and functional set of components for desktop and browser applications, but they had inconsistent skinning rules. Spark provides more consistent skinning rules, supports right-to-left text, and has touch-enabled components for mobile. On 3/6/13 2:08 AM, devchetu

Re: [flexcoders] Flex 4.6 - Problem loading Flex SWF inside Flex App

2013-03-06 Thread Alex Harui
Is the child app’s main class also called Main.mxml? On 3/6/13 7:00 AM, Dave Glasser dglas...@pobox.com wrote: I'm using a SWFLoader to load a Flex app -- I'll call it the child app - inside my main Flex app. I've used tracing code on the server to prove that the child app is being

Re: [flexcoders] Flex 4.6 - Problem loading Flex SWF inside Flex App

2013-03-06 Thread Dave Glasser
Indeed, it was. But it's not now, and it's working. Thank you very much. I struggled a day and a half with that, trying a thousand different things, but it never occurred to me that might be the cause. From: Alex Harui aha...@adobe.com To:

[flexcoders] what is multiton class and how to use it ?

2013-03-06 Thread devchetu
I heard and used singleton class in flex, but i dont konw what is multiton class and how to use it. it was asked many professional guys, but I don't have any idea