Re: [flexcoders] array question.

2005-08-15 Thread Manu Juyal
Tracy, I am still not able to get the results. following is my HttpService and below that is the XML code and function reading results from the service .. http://x/.php"; fault="faultHandler(event.fault.faultstring, event.fault.faultcode)" method="POST" showBusyCursor="true" useProx

Re: [flexcoders] problem in using web authentication using different website.

2005-07-25 Thread Manu Juyal
Haven't had much in solving this problem... would appreciated if anybody can help.. On 7/22/05, Manu Juyal <[EMAIL PROTECTED]> wrote: > here is code snippet again > > I am using HTTPService to do authentication and also to retrieve the data. > Following is the part of the

Re: [flexcoders] UNSOLVED problem in using web authentication using different website.

2005-07-24 Thread Manu Juyal
Hi all, I am still not able to figure out how to do it... Please post some suggetions that I can try... :( On 7/22/05, Manu Juyal <[EMAIL PROTECTED]> wrote: > here is code snippet again > > I am using HTTPService to do authentication and also to retrieve the data. > Follow

Re: [flexcoders] problem in using web authentication using different website.

2005-07-22 Thread Manu Juyal
fault.faultcode)" result="popCustomerForm_MyID(lookup.result)" method="POST" showBusyCursor="true" useProxy="false" /> ---This panel has form that needs to be populated On 7/22/05, Manu Juyal <[EMAIL PROTECTED]> wrote: > adding

Re: [flexcoders] problem in using web authentication using different website.

2005-07-22 Thread Manu Juyal
. However, it is not coming back to "customerpanel" rather displaying "loginpanel" again... On 7/22/05, Manu Juyal <[EMAIL PROTECTED]> wrote: > I tried moving the line and also providing conditional statements but > problem remains there > > it is sh

Re: [flexcoders] problem in using web authentication using different website.

2005-07-22 Thread Manu Juyal
erpanel; > > from > function popCustomerForm_MyID(customerData) > > to > function getData() > > > Sree > > > Manu Juyal wrote: > > > I am using HTTPService to do authentication and also to retrieve the > > data. > > Following is the part of

Re: [flexcoders] problem in using web authentication using different website.

2005-07-21 Thread Manu Juyal
I am using HTTPService to do authentication and also to retrieve the data. Following is the part of the code.. http://www.macromedia.com/2003/mxml"; xmlns="*" height="661" autoLayout="false" marginTop="0" marginLeft="0" marginRight="0" marginBottom="0"> http://flex.xx.xxx.xxx/lxxx/l.

Re: [flexcoders] Printing whole lotta pages?

2005-07-05 Thread Manu Juyal
hi, I am having the printing problems too. I need to print a form (just one page) using print button. I am just not getting there. Can anyone please provide me a start point. --Manu On 7/5/05, Tracy Spratt <[EMAIL PROTECTED]> wrote: > Printing in 1.5 is problematic. > > Unless someone has come

Re: [flexcoders] XML, PHP and Flex

2005-07-05 Thread Manu Juyal
yes it is called in "result" event handler On 7/4/05, Manish Jethani <[EMAIL PROTECTED]> wrote: > On 7/2/05, juyalmanu <[EMAIL PROTECTED]> wrote: > > > > url="http://localhost:8080/islab/poster.php"; > > fault="faultHandler(event.fault.faultstring, > > event.fault.faultcode)" > > result="c

Re: [flexcoders] Re: Page redirection

2005-07-04 Thread Manu Juyal
I used ViewStacks and it is working I wanted it to... please see the code below ffor how i created the viewstacks. Basically, it worked the same as multipleforms in VB etc. selectedIndex property of viewstack initialize the viewstack with the container whose index you have provided. Later on with

Re: [flexcoders] XML, PHP and Flex

2005-07-03 Thread Manu Juyal
hi Thanks a lot.. its working perfect now... --Manu On 7/2/05, Abdul Qabiz <[EMAIL PROTECTED]> wrote: > Hi, > > You are calling popCustomer(..) function just after invoke > HTTPService.send(). This wouldn't work. > > HTTPService calls are asynchronous, that means you won't get result > immediat