Re: [flexcoders] drag drop invokes click handler of dragged compoent

2008-10-22 Thread SAAGAR SHETTY
Thanks, Saagar Shetty. - Original Message From: jitendra jain <[EMAIL PROTECTED]> To: flexcoders@yahoogroups.com Sent: Tuesday, 21 October, 2008 2:15:02 PM Subject: Re: [flexcoders] drag drop invokes click handler of dragged compoent I don't understand your question.

Re: [flexcoders] Flex connection to Oracle 10g PL/SQL

2008-10-22 Thread SAAGAR SHETTY
Hi , I am a fresher and would like to know if we can connect to mysql too through HTTP Service Thanks Saagar Shetty - Original Message From: Juliano Mendes <[EMAIL PROTECTED]> To: flexcoders@yahoogroups.com Sent: Wednesday, 22 October, 2008 7:08:36 PM Subject: Re: [flexcoders

Re: [flexcoders] sailorsea21 - Does anyone know why this code works with Firefox but not with IE?

2008-10-22 Thread SAAGAR SHETTY
Hi, Probably IE is caching the result. Try sending a random parameter using Math.random() in HTTP service. Cheers, Saagar Shetty - Original Message From: sailorsea21 <[EMAIL PROTECTED]> To: flexcoders@yahoogroups.com Sent: Wednesday, 22 October, 2008 7:10:26 PM Subject: [flex

Re: [flexcoders] Re: sailorsea21 - Does anyone know why this code works with Firefox but not with IE?

2008-10-23 Thread SAAGAR SHETTY
. Instead try the following private var HTTPService_ url:String = "company.php? ForceIEReload" ; {Math.round(Math.random()*1000)} The text in bold is the additional code you need to add. Hope this helps Thanks, Saagar Shetty.

Re: [flexcoders] HTTPService returns error over HTTPS

2008-10-28 Thread SAAGAR SHETTY
he header values, my problem was solved. Hope it helps you too. If you find more information about this please share it. Regards, Saagar Shetty. From: Denis <[EMAIL PROTECTED]> To: flexcoders@yahoogroups.com Sent: Tuesday, 28 October, 2008 9:06:37 PM Subject

Re: [flexcoders] Is there a way to include MXML inside another MXML like "PHP include" ?

2008-11-28 Thread SAAGAR SHETTY
file in which you have created your component. If you are using flex builder it will take care of name space declaration. Regards, Saagar Shetty www.xoriant.com From: sailorsea21 <[EMAIL PROTECTED]> To: flexcoders@yahoogroups.com Sent: Friday, 28 November,

Re: [flexcoders] Using japanese langiage in my application

2008-12-07 Thread SAAGAR SHETTY
Hi Naveen, Try saving the file in UTF-8 format and then paste the Japanese word into flex application. Flex supports Internationalization and it works. Just make sure that the file you have created is in UTF-8 format Thanks, Saagar From: Naveen Booma <[EMAI

Re: [flexcoders] Filtering the List Entries depending upon the text entered in text Input box

2008-12-09 Thread SAAGAR SHETTY
Go through this sitehttp://www.adobe.com/devnet/flex/quickstart/accessing_xml_data/ The techniques used here will surely make it easy for you, Regards, Saagar Shetty www.xoriant.com From: Alex Harui <[EMAIL PROTECTED]> To: "flexcoders@yahoogroups