[flexcoders] binding controls with Xml in flex

2011-10-10 Thread Asad Zaidi
hello every body, i need to bind Xml with my flex controls. by binding i mean that data should flow in both directions, from xml to control and also control to xml. for e.g there is textinput binded with xml tag. i want value of xml should be displayed in text input but if user changes the

Re: [flexcoders] Re: Red error borders on form items before form is validated

2011-11-22 Thread Asad Zaidi
this occurs due to validation errors. in ur case i think while rendering it focus in ur component and on focus out it validates ur component. i havent tried it but i think u can use initialize property of the component to stop validation at initialization process. Or u can assign the validator

Re: [flexcoders] Re: Red error borders on form items before form is validated

2011-11-29 Thread Asad Zaidi
] Re: Red error borders on form items before form is validated   It seems to be the case that it's validating on focus out. I realize I need to come up with a test case to see if this is the default behavior or something causing it in my project. On Tue, Nov 22, 2011 at 1:56 AM, Asad Zaidi

Re: [flexcoders] Resize and Scale Window Content

2011-12-27 Thread Asad Zaidi
you can acheive it using Grid control also. depends upon your requirement.   Zaidi From: claudiu ursica the_bran...@yahoo.com To: flexcoders@yahoogroups.com flexcoders@yahoogroups.com Sent: Tuesday, December 27, 2011 3:28 AM Subject: Re: [flexcoders] Resize and

[flexcoders] Help Required : Flex3 - Controls appearing disabled

2012-06-28 Thread Asad Zaidi
Hi guys,   hope everyone is fine. Guys i m having a very strange issue which i have never seen in my 3 years of flex development. The problem is that i have developed a screen and delivered it to client but there are some controls that are appearing disabled in clients enviroment while these